Review v3.0.0.preview3 Release Notes

Release Date: 2018-10-16 // over 5 years ago
  • ๐Ÿ”– Version 3.0.0 preview 3

    ๐Ÿ†• New Features

    • 0๏ธโƒฃ PDFMaker: instead of using jsbook.cls as it is, review-jsbook.cls (based on jsbook.cls, default) and review-jlreq.cls (based on jlreq.cls) are introduced. These supports the creation both paper and electronic PDF books. (#1032,#1117)
    • EPUBMaker/WEBMaker: add imgmath function to image mathematical expressions (#868,#1138)

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿšš PDFMaker: the location of \frontmatter is moved from the back of the titlepage to the front (#1128)
    • PDFMaker: the cover image specified by coverimage is placed in the actual size and in the center (#1064,#1117)

    ๐Ÿ› Bug Fixes

    • PDFMaker: fix an errror handling of cover parameter (#1116)
    • PDFMaker: fix position misalignment in preview 2 (#1090,#1117)

    โœจ Enhancements

    • ๐Ÿ”ง PDFMaker: increase the number of config.yml configuration parameters to LaTeX macros (#1121)
    • PDFMaker: add hook \reviewbegindocumenthook just after \begin{document}, and add hook \reviewenddocumenthook just before \end{document} (#1111)
    • PDFMaker: geometry.sty is no longer used, because the new class file can specify the paper design by document option (#912)
    • ๐Ÿ‘ PDFMaker: serial-pagination feature is supported in new class files (#1129)
    • โž• add network download function to review-init command. Specifying the URL of the zip file with -p option expands the zip file to the project folder (#812)
    • ๐Ÿ“ฆ PDFMaker: For expressing digital trim-marks and hidden page numbers (kakushi-nombre), the gentombow package (the external TeX package) has been included in vendor folder. It will be copied to the sty folder of the project folder (#1136)

    ๐Ÿ“„ Docs

    • โž• add a method of making Kindle e-book file to doc/customize_epub.ja.md (#1114)
    • โšก๏ธ update examples of PDFMaker's default document options (#1115)
    • clarify license of each file (#1093,#1112)
    • โž• add note about imgmath feature to doc/format.ja.md (#868)

    Contributors