Skip to content

Version 5.2.0

Compare
Choose a tag to compare
@takahashim takahashim released this 29 Jun 03:31
· 244 commits to master since this release
4c52501

New Features

  • EPUBMaker: added <section> based on heading level for CSS formatting, when the epubmaker/use_section parameter is set to true (#1685)

Bug Fixes

  • PDFMaker: fixed a problem that caused a warning in templates for Ruby 2.6 and above (#1683)
  • EPUBMaker: fixed an issue that caused copied files to be empty in Docker environments (#1686)
  • added CSS style for correct displaying horizontal characters in vertical typesetting (#1688)
  • PDFMaker: fixed the pxjahyper option conflict error on latest TeXLive (#1690)
  • PDFMaker: fixed compile error when image is not found (#1706)

Enhancements

  • improve around warn and error handling (#1674)
  • PDFMaker: introduced pdfmaker/use_symlink parameter to speed up the process by using symbolic links instead of actual copies. This may not work on some operating systems such as Windows (#1696)
  • PDFMaker: don't insert empty page after frontmatter when using review-jlreq with serial_pagination=true, openany (#1711)

Others

  • fixed related to GitHub Actions (#1684, #1691)
  • review-preproc: refactored (#1697)
  • refactored nested lists handling (#1698)
  • refactor code with Rubocop 1.12 (#1689, #1692, #1699, #1700)
  • The builder_init_file method of each builder now executes super first to use base builder's builder_init_file (#1702)
  • PDFMaker: Stopped implicitly including FileUtils library (#1704)

Contributors