Releases
v2.2.0
New Features
PDFMaker: support index @<idx>
, @<hidx>
([#261 ],[#660 ],[#669 ],[#740 ])
add RSTBuilder ([#733 ],[#738 ])
add //embed{...//}
and @<embed>{...}
([#730 ],[#751 ],[#757 ],[#758 ])
HTMLBuilder, IDGXMLBuilder, LATEXBuilder: suppot //firstlinenum
for //listnum
and //emlistnum
([#685 ],[#688 ])
review-compile: --nolfinxml
is deprecated ([#683 ],[#708 ])
HTMLBuilder: Enclose references (@<img>
, @<table>
, and @<list>
) with <span>
. Class names are 'imgref', 'tableref', and 'listref'. ([#696 ],[#697 ])
HTMLBuilder: support Rouge ([#684 ],[#710 ],[#711 ])
Breaking Changes
LATEXBuilder: fix //source ([#681 ])
fix escaping in inline ([#731 ])
\}
-> }
\\
-> \
\x
-> \x
(when x
!= \
and x
!= }
)
Bug Fixes
support comment for draft mode ([#360 ],[#717 ])
i18n accepts mismatched number of arguments ([#667 ],[#723 ])
support builder option for //tsize
and //latextsize
([#716 ],[#719 ],[#720 ])
remove ul_item() of html, idgxml, and markdown. ([#726 ],[#727 ])
PDFMaker: reflect imagedir config ([#756 ],[#759 ])
HTMLBuilder, LATEXBuilder, IDGXMLBuilder: use compile_inline in column tag
review-init: Specify source file encoding on generating config. ([#761 ])
EPUBMaker, PDFMaker: support subtitle for PDF and EPUB ([#742 ],[#745 ],[#747 ])
TOPBuilder: fix @<list>
([#763 ])
Enhancements
LATEXBuilder: enable jumoline.sty by default
IDGXMLBuilder, HTMLBuilder: removes errors and warnings in published document ([#753 ])
image_finder.rb: support symlinked directory ([#743 ])
TOPBuilder: refactor headline ([#729 ])
allow free format in history of config.yml ([#693 ])
HTMLBuilder: put list's id into the attribute of div.caption-code ([#724 ])
without rubyzip, skip zip test ([#713 ],[#714 ])
suppress output on checking convert command ([#712 ],[#718 ])
TOPBuilder: support @<bib>
and //bibpaper
([#763 ])
TOPBuilder: support [notoc]
and [nodisp]
([#763 ])
Docs
Others
fix .rubocop.yml
and suppress warnings
Contributors
You can’t perform that action at this time.