Version 3.0.0 preview 3
Pre-release
Pre-release
takahashim
released this
16 Oct 12:57
·
1381 commits
to master
since this release
Version 3.0.0 preview 3
New Features
- 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)