You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New Features
introduce review-idgxmlmaker which generates IDGXML files at once (#1337)
review-textmaker converts the math in the document to image files when imgmath parameter has true (#1338)
introduce wizard mode to layout of LaTeX on Web browser. Add -w option to review-init. This feature is experimental and may be replaced in the future (#1403)
experimental feature: introduce the feature to insert whitespace based on character when combining lines into a paragraph. To enable this, install unicode-eaw gem and add join_lines_by_lang: true into config.yml #1362
Breaking Changes
review-init no longer creates empty layouts folder (#1340)
PDFMaker: fix a problem that white space characters disappeared in @<code>, @<tt>, @<tti>, and @<ttb>. Also the string is automatically wrapped (#1348)
//texequation、//embed and //graph that don't allow inline op no longer escape inline op in strings. And don't put extra line break (#1371, #1374)
PDFMaker: change the default table placement from htp to H for use in columns (\floatplacement{table} value in review-style.sty) #1385
PDFMaker: the space between Japanese/Western characters in the code lists is changed to 0 from 1/4 character (#1401)
change the default value of toc parameter from null (false, don't create a table of contents) to true (create a table of contents) (#1405)