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.
Version 5.0.0
New Features
added cover_fit_page option to review-jsbook / review-jlreq classes. When cover_fit_page=true is specified in the texdocumentclass parameter, the cover image is scaled to paper size. Note: it is recommended that the images should be created at actual size (#1534)
allow minicolumn nesting. Now you can put a block instruction such as //image or itemized list in minicolumn (//note, //memo, //tip, //info, //warning, //important, //caution, //notice) (#1558, #1562)
added single commands //beginchild and //endchild for nesting itemized/enumerate/description list. EXPERIMENTAL FEATURE (#1497)
Breaking Changes
In review-jlreq.cls, hiddenfolio is now implemented by jlreqtrimmarkssetup. It is slightly different from the previous version in position and display (#1397)
The default value of the chapterlink parameter is now true. Most links (chapter, section, image, table, list, equation, bibliography) in Web and EPUB are now hyperlinked. In TeX PDF, some links (chapter, section, biliography) are hyperlinked only when media=ebook (#1529)
Bug Fixes
PDFMaker: fixed a problem with multiple same-named image files with different extensions that would cause them to be misaligned (#1483)
PDFMaker: fixed a problem that cuased an error when the author name (aut) was empty (#1517)
PDFMaker: fixed a problem that caused an error if //indepimage's image file didn't exist and ID contained characters to be TeX-escaped (#1527)
PDFMaker: fixed a problem with characters to be TeX-escaped in the bookttilename and aut parameters causing incorrect PDF metainformation (#1533)
WebMaker: fixed to avoid nil in HTML template (#1545)
PDFMaker: fixed a problem when hiding chapter numbers (#1559)
MarkdownBuilder: paragraphs in minicolumn should be separated with a blank line instead of a newline (#1572)
Enhancements
fix warning message to output more detailed information of item (#1523)
PDFMaker: make @<hd> op a hyperlink (when media=ebook) (#1530)
use cgi/escape first and cgi/util as fallback. remove orignal implementation in ReVIEW::HTMLUtils.escape() (#1536)
calling GhostScript in ImageMagick has been deprecated, so the test has been removed (#1526)
unnecessary stderr output on some test units has been suppressed (#1538)
add BookUnit class instead of Compilable module, the super class of Chapter and Part (#1543)
ReVIEW::Book.load is deprecated, use ReVIEW::Book::Base.load or ReVIEW::Book::Base.new add new option :config for ReVIEW::Book::Base.load (#1548, #1563)