Skip to content

Version 3.0.0 preview 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@takahashim takahashim released this 03 Sep 05:02
· 1448 commits to master since this release
bd89447

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