Review v3.0.0.preview2 Release Notes

Release Date: 2018-09-03 // over 5 years ago
  • ๐Ÿ†• New Features

    • โž• add review-epub2html to produce single HTML file from EPUB file for CSS typesetting (#1098)

    ๐Ÿ’ฅ Breaking Changes

    • PDFMaker: allow a path with space character on texcommand, dvicommmand, and makeindex_command. Due to this change, these parameters no longer take command options. use texoptions, dvioptions, and makeindex_options to specify options (#1091)
    • PDFMaker: the file used internally has been changed from book.tex to __REVIEW_BOOK__.tex (#1081)
    • ๐Ÿ’… PDFMaker: dropped geometry.sty from jsbook style (#912)
    • ๐Ÿ’… PDFMaker: use twocolumn option for jsbook style (#1032)
    • unified strings expanded by @<chapref>, @<hd>, and @<column> op between builders. you can customize it with locale.yml. @<chapref> will be expanded like Chapter 1 "FOO" (locale msgid: chapter_quote and chapter_quote_without_number). chapter_quote now takes two %s. @<hd> will be expanded like "2.1 BAR" (locale msgid: hd_quote and hd_quote_without_number). @<column> will be extended like Column BAZ (locale msgid: column) (#886)

    ๐Ÿ› Bug Fixes

    • EPUBMaker: modified value of OPF file is now correct UTC time (#1094)
    • ๐Ÿ›  fix an issue where bibliography file in contentdir could not be read (#1103)
    • PDFMaker: fix an issue where the file specified by the parameter could not be found (#1086)
    • ๐Ÿ›  fix a bug in the fence escaping that occurred in preview1 (#1083)
    • โœ‚ remove unwanted tab character from sample CSS (#1084)

    โœจ Enhancements

    • ๐Ÿ”ง PDFMaker: use \floatplacement to configure float settings of table and figure (#1095)
    • โš  EPUBMaker: use logger function to export error/warning (#1077)
    • PDFMaker: do not use dvipdfmx when dvicommand parameter is null (#1065)

    ๐Ÿ“„ Docs

    • ๐Ÿšš Move sample documents to /samples folder (#1073)
    • โž• Add descriptions abount hooks and parameters of indexing into config.yml.sample (#1097)
    • ๐Ÿ›  Fix typo in quickstart.md (#1079)

    Contributors