You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New Features
add table_row_separator to specify a separator that separates table rows. Accceptable value: tabs (means \t+, default), singletab (means \t), spaces (means \s+), verticalbar (means \s*\|\s*) (#1420)
PDFMaker, EPUBMaker, WEBMaker, TEXTMaker, IDGXMLMaker: add -y (--only) option to specify the files to convert instead of all files (#1428)
add --without-config-comment option to review-init command to exclude comments from config.yml (#1453)
PDFMaker: add use_original_image_size in pdfmaker section. If this parameter is set to true, images in //image, //indepimage, and //imgtable will be placed in actual size, not textwidth (#1461)
Breaking Changes
PDFMaker: image_scale2width parameter has been moved under pdfmaker section (#1462)
Bug Fixes
PDFMaker: fix backward compatibility error with Re:VIEW 3 (#1414)
PDFMaker: fix an error when compiling review-jlreq with LuaLaTeX (#1416)
PDFMaker: fix index not being included in the table of contents (#1418)
RSTBuilder: fix conversion failure due to incorrect method argument handling (#1426)
IDGXMLBuilder: there was an error in the warning handling for the table (#1427)
IDGXMLMaker: there was an error in the processing when an error occurred in the filter program (#1429)
PDFMaker: fix a build failure when using inline operators such as @<code> or @<tt> for heading with media=ebook mode (#1432, #1465)
PDFMaker: raise just warning instead of error, when MeCab isn't installed (#1445)
IDGXMLBuilder: fix //imgtable to work correctly (#1448)
PDFMaker: fix an error when makeindex is true but no index is registered (#1467)
PDFMaker: fix missing footnotes in a description list (#1476)
review-index: fix an error when @<w> exists in headlines (#1484)