Skip to content

Latest commit

 

History

History
2048 lines (1733 loc) · 94.9 KB

NEWS.md

File metadata and controls

2048 lines (1733 loc) · 94.9 KB

Version 5.9.0

Bug Fixes

  • LATEXBuilder: fix the spacing for @<code>, @<tt>, @<tti>, @<ttb> to be more appropriate. Also improved handling of PDF bookmarks (#1906, #1907).

Enhancements

  • differentiated between JIS B and ISO B paper sizes in review-jlreq.cls Users Guide (#1904).
  • fix typos in config.yml.sample (#1909).

Contributors

Version 5.8.0

New Features

  • The //graph operator allows graphical description in Mermaid notation. See doc/format.md for details on prepairing and setting up external tools (#1885)

Bug Fixes

  • EPUBMaker: fix <title> not being included in the auto-generated part content (#1898)

Enhancements

  • PDFMaker: fix to wrap long URLs with @<href> operator (#1890)

Contributors

Version 5.7.0

Bug Fixes

  • Fixed error when omitting a bind address of review-init -w on Windows (#1824)
  • EPUBMaker: escape <, >, and & when converting to MathJax to avoid HTML errors (#1876, #1877)

Breaking Changes

  • Ruby 2.6 or earlier was excluded from the operation verification (#1871)
  • EPUMaker: included a link to the cover in the table of contents according to EPUB validation rules (#1874)

Others

  • Ruby 3.2 is now included in the testing target (#1871)
  • refactor code with RuboCop 1.45.1 (#1878)

Version 5.6.0

New Features

  • IDGXMLBuilder: support imgmath math_format in //texequation and @<m> (#1829)
  • LATEXBuilder: use reviewicon macro instead of reviewincludegraphics in @<icon> (#1838)
  • trim spaces before/after characters in ruby text (#1839)

Breaking Changes

  • LATEXBuilder: use MEMO, NOTICE, CAUTION or other headers instead of ■メモ. If you want to use older headers, add ■メモ in locale.yml. (#1856)

Others

  • update documents format.md and format.ja.md (#1860)

Version 5.5.0

New Features

  • introduced @<secref>, @<sec>, and @<sectitle> as inline op to refer sections (#1809)

Bug Fixes

  • fixed test error (#1804)
  • fixed an error of review-update (#1807)

Others

  • added rexml to gemspec (#1808)

Version 5.4.0

New Features

Breaking Changes

  • EPUBMaker: manifest/item in the opf file is now sorted by the dictional order of ID strings (#1763)
  • TextMaker: the separator line now put between the heading rows and the normal rows of the table. To revert this behavior to old version, set textmaker/th_bold parameter to true (#1789)
  • TextMaker: the output result of the //indepimage op has been adjusted to //image (#1790)
  • TextMaker: the output result of the //imgtable op has been adjusted to //image and //table (#1791)
  • //source op is now also not escaped when highlighting is enabled (#1788)

Bug Fixes

  • fixed YAML error in Ruby 3.1 and kept backward compatibility (#1767, #1775)
  • EPUBMaker: removed epub:type=cover from titlepage and colophon (#1776)
  • removed invalid urnid sample (#1779)
  • when there is a syntax error in config.yml, exit with proper error message instead of an exception (#1797)
  • IDGXMLMaker: fixed an error to compile prefaces or postfaces when secttags is enabled (#1800)

Enhancements

  • EPUBMaker, WebMaker: use layout.html.erb or layout-web.html.erb as the base template for cover, titlepage, colophon, and part, just like regular chapters (#1780)
  • EPUBMaker, WebMaker: cover, titlepage, colophon, and part can now be overwritten with _cover.html.erb, _titlepage.html.erb, _colophon.html.erb, _colophon_history.html.erb, and _part_body.html.erb (#1777)

Docs

  • mentioned GitHub Discussions in README.md (#1772)

Others

Version 5.3.0

New Features

  • add the future of endnote. //endnote specifies the content of the endnote, @<endnote> specifies the reference to the endnote, and //printendnotes places endnotes (#1724)

Bug Fixes

  • fixed an error in new jlreq that caused it to become independent of ifthen package (#1718)
  • fixed an issue with hidden folio being set to all 1 when using review-jsbook with TeXLive 2020 or later (#1720)
  • fixed an error that occurred when a non-existent file was specified in the coverimage parameter (#1726, #1729)
  • it now warns when a non-existent file is specified in the titlefile, creditfile, and profile parameters (#1730)
  • fixed @<tcy> op error in review-jlreq. this op will be expanded into \reviewtcy macro (#1733)
  • fixed exception errors in review-vol and review-index (#1740)
  • fixed forgetting to copy __IMGMATH_BODY__.tex when math compiling error occurs (#1747)
  • fixed the problem that the position of //beginchild and //endchild is not displayed when an error occurs (#1742)
  • fixed a build error when using //graph op (#1744)
  • fixed undefined variable in epubmaker.rb (#1755)
  • fixed execution error in review-catalog-converter (#1753)

Enhancements

  • warnings are now given when footnotes (//footnote) and endnotes (//endnote) are defined but not referenced (@<fn>, @<endnote>) (#1725)
  • \includefullpagegraphics macro that pastes an image over the entire page now supports vertical writing (#1734)
  • try to find plantuml.jar from the working folder, /usr/share/plantuml, or /usr/share/java (#1760)

Docs

  • format.ja.md, format.md: fixed a mistake in the command line for creating SVG formulas (#1748)

Others

  • added tests for Ruby 2.7 for Windows (#1743)
  • refactor code with Rubocop 1.22.1 (#1759)

Contributors

Version 5.2.0

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

Version 5.1.1

Bug Fixes

  • Fix the runtime error of review-preproc (#1679)

Version 5.1.0

New Features

  • added Rake rule to call Vivliostyle-CLI, CSS typesetting formatter. Create a PDF with rake vivliostyle:build or rake vivliostyle, and open a preview with rake vivliostyle:preview (#1663)
  • PDFMaker: introduced boxsetting parameter to choose and customize the decorations for column, note, memo, tip, info, warning, important, caution and notice (#1637)
  • added inline op, @<ins> (indicates an insertion) and @<del> (indicates a deletion) (#1630)
  • EPUBMaker, WebMaker: MathJax is now supported. Added math_format parameter to choose the mathematical expression method (#1587, #1614)

Breaking Changes

  • EPUBMaker: changed the default value of the urnid parameter from urn:uid to urn:uuid (#1658)
  • PDFMaker: footnotes are no longer broken up by a page (#1607)

Bug Fixes

  • fixed WebMaker, review-vol and review-index errors when contentdir is defined (#1633)
  • WebMaker: fixed images/html foder not being found (#1623)
  • PDFMaker: fixed chapterlink in term list (#1619)
  • PDFMaker: fixed errors when index contains {, }, or | (#1611)
  • review-vol: valid error messages will be displayed when invalid headings are found (#1604)
  • PDFMaker: after_makeindex hook to be executed after mendex execution, not after LaTeX compilation (#1605)
  • PDFMaker: if the caption of //image is empty, the figure number will be printed instead of an internal error (#1666)
  • fixed review-vol and review-index errors when a file is invalid (#1671)
  • EPUBMaker: fixed an error when static file is missing (#1670)

Enhancements

  • Maker commands now display with nice colors and icons for their progress status when tty-logger gem is installed (#1660)
  • PDFMaker: added \RequirePackage{plautopatch} definition to class files (#1644)
  • MARKDOWNBuilder: supported @<hd> (#1629)
  • Re:VIEW now reports an error when a document file contains invalid escape sequence characters (#1596, #1602)
  • an error is raised when there are more than 6 = in a heading (#1591)

Docs

  • documented the name of the image folder referenced by Makers (#1626)

Others

  • EPUBMaker: moved EPUB library from lib/epubmaker to lib/review/epubmaker and refactored it (#1575, #1617, #1635, #1640, #1641, #1650, #1653, #1655)
  • EPUBMaker: added tests (#1656)
  • PDFMaker: refactored some (#1664)
  • introduced ReVIEW::ImgMath class to handle mathematic images (#1642, #1649, #1659, #1662)
  • IDGXMLMaker: refactored some (#1654)
  • MakerHelper: refactored some (#1652)
  • introduced ReVIEW::Template.generate class to handle the templates (#1648)
  • added a test of TeX compilation to GitHub Actions (#1643)
  • refactored codes according to Rubocop 1.10 (#1593, #1598, #1613, #1636, #1647, #1669)
  • fixed duplicate IDs of syntax-book sample (#1646)
  • refactored the way to reference relative pathes (#1639)
  • refactored ReVIEW::LineInput class (#1638)
  • update Copyright to 2021 (#1632)
  • added Ruby 3.0 to the test platform (#1622)
  • suppressed tests for Pygments (#1610, #1618)
  • WebTocPrinter: fixed an error of test (#1606)
  • improved to make it easier to specify the target of the test (#1594)

Version 5.0.0

New Features

  • added cover_fit_page option to review-jsbook / review-jlreq classes. When cover_fit_page=true is specified in the texdocumentclass parameter, the cover image is scaled to paper size. Note: it is recommended that the images should be created at actual size (#1534)
  • allow minicolumn nesting. Now you can put a block instruction such as //image or itemized list in minicolumn (//note, //memo, //tip, //info, //warning, //important, //caution, //notice) (#1558, #1562)
  • added single commands //beginchild and //endchild for nesting itemized/enumerate/description list. EXPERIMENTAL FEATURE (#1497)

Breaking Changes

  • In review-jlreq.cls, hiddenfolio is now implemented by jlreqtrimmarkssetup. It is slightly different from the previous version in position and display (#1397)
  • The default value of the chapterlink parameter is now true. Most links (chapter, section, image, table, list, equation, bibliography) in Web and EPUB are now hyperlinked. In TeX PDF, some links (chapter, section, biliography) are hyperlinked only when media=ebook (#1529)

Bug Fixes

  • PDFMaker: fixed a problem with multiple same-named image files with different extensions that would cause them to be misaligned (#1483)
  • PDFMaker: fixed a problem that cuased an error when the author name (aut) was empty (#1517)
  • PDFMaker: fixed a problem that caused an error if //indepimage's image file didn't exist and ID contained characters to be TeX-escaped (#1527)
  • PDFMaker: fixed a problem with characters to be TeX-escaped in the bookttilename and aut parameters causing incorrect PDF metainformation (#1533)
  • WebMaker: fixed to avoid nil in HTML template (#1545)
  • PDFMaker: fixed a problem when hiding chapter numbers (#1559)
  • MarkdownBuilder: paragraphs in minicolumn should be separated with a blank line instead of a newline (#1572)

Enhancements

  • fix warning message to output more detailed information of item (#1523)
  • PDFMaker: make @<hd> op a hyperlink (when media=ebook) (#1530)
  • use cgi/escape first and cgi/util as fallback. remove orignal implementation in ReVIEW::HTMLUtils.escape() (#1536)
  • suppress warning with same @<icon> (#1541)
  • fix an error handling when a badly encoded file is received (#1544)
  • introduce IndexBuilder. IndexBuilder first scans the entire project files and provides indexes for each builder (#1384, #1552)
  • IDs and labels containing below characters or space characters are now warned (#1393, #1574)
#%\{}[]~/$'"|*?&<>`

Docs

  • fix a typo in format.ja.md and format.md (#1528)
  • fix incorrect example in makeindex.ja.md (#1584)

Others

  • refactor code with Rubocop 0.92.0 (#1511, #1569, #1573)
  • rename @strategy to @builder in Re:VIEW::Compiler (#1520)
  • refactor code with Rubocop-performance 1.7.1 (#1521)
  • update Gemfile in syntax-book (#1522)
  • calling GhostScript in ImageMagick has been deprecated, so the test has been removed (#1526)
  • unnecessary stderr output on some test units has been suppressed (#1538)
  • add BookUnit class instead of Compilable module, the super class of Chapter and Part (#1543)
  • ReVIEW::Book.load is deprecated, use ReVIEW::Book::Base.load or ReVIEW::Book::Base.new add new option :config for ReVIEW::Book::Base.load (#1548, #1563)
  • added ReVIEW::Configure.create (#1549)
  • WebMaker: removed unused clean_mathdir (#1550)
  • add Base#parse_catalog_file() and use it in ReVIEW::Book::Base.new(). Base#catalog is just getter now (#1551)
  • use File.write when it can be used (#1560)
  • remove Builder#builder_init() (#1564)

Contributors

Version 4.2.0

New Features

  • introduce caption_position parameter to specify a caption position of image, table, list, and equation. caption_position has child parameters image, table, list, and equation and the value is top or bottom (#1320)

Breaking Changes

  • review-vol is rewritten. Improved processing of parts and inline instructions in headings. Changed display format. When a part is specified, the volume of the part file itself is returned instead of the volume of the part. The -P and --directory options have been removed (#1485)
  • review-index is rewritten. Most option names have been changed. The number of lines and characters are now displayed only when -d option is specified. review-index uses PLAINTEXTBuilder to return accurate line and character counts. -y option is provided to specify a target chapter (#1485)

Bug Fixes

  • remove duplicated @non_parsed_commands declaration (#1499)
  • mathematical images not being created in WebMaker and TextMaker has been fixed (#1501)

Enhancements

  • improve a performance of building math figures on imgmath (#1488)
  • for those times when you want to hand over non-default YAML parameters to PDFMaker, you can write your own layouts/config-local.tex.erb file (#1505)

Others

  • GitHub Actions: use ruby/setup-ruby instead of eregon/use-ruby-action (#1490)
  • skip artifacts in the sample folder during testing (#1504)

Version 4.1.0

New Features

  • add table_row_separator to specify a separator that separates table rows. Accceptable value: tabs (means \t+, default), singletab (means \t), spaces (means \s+), verticalbar (means \s*\|\s*) (#1420)
  • PDFMaker, EPUBMaker, WEBMaker, TEXTMaker, IDGXMLMaker: add -y (--only) option to specify the files to convert instead of all files (#1428)
  • add --without-config-comment option to review-init command to exclude comments from config.yml (#1453)
  • PDFMaker: add use_original_image_size in pdfmaker section. If this parameter is set to true, images in //image, //indepimage, and //imgtable will be placed in actual size, not textwidth (#1461)

Breaking Changes

  • PDFMaker: image_scale2width parameter has been moved under pdfmaker section (#1462)

Bug Fixes

  • PDFMaker: fix backward compatibility error with Re:VIEW 3 (#1414)
  • PDFMaker: fix an error when compiling review-jlreq with LuaLaTeX (#1416)
  • PDFMaker: fix index not being included in the table of contents (#1418)
  • RSTBuilder: fix conversion failure due to incorrect method argument handling (#1426)
  • IDGXMLBuilder: there was an error in the warning handling for the table (#1427)
  • IDGXMLMaker: there was an error in the processing when an error occurred in the filter program (#1429)
  • PDFMaker: fix a build failure when using inline operators such as @<code> or @<tt> for heading with media=ebook mode (#1432, #1465)
  • PDFMaker: raise just warning instead of error, when MeCab isn't installed (#1445)
  • IDGXMLBuilder: fix //imgtable to work correctly (#1448)
  • PDFMaker: fix an error when makeindex is true but no index is registered (#1467)
  • PDFMaker: fix missing footnotes in a description list (#1476)
  • review-index: fix an error when @<w> exists in headlines (#1484)

Enhancements

  • PDFMaker: add version to .cls/.sty files (#1163)
  • update Dockerfile (#1412)
  • IDGXMLMaker: show the contents of stderr from the filter program (#1443)
  • add *-idgxml folder entry to .gitignore (#1448)
  • //source can now omit options in all builders (#1447)
  • add Ruby 2.7 to the test targets (#1468)
  • allow a setting of multiple word_file (#1469)
  • EPUBMaker: warn when there is no heading in .re file (#1474)

Docs

  • add the description about contact and colophon_order to config.yml.sample (#1425)
  • update quickstart.ja.md and quickstart.md to Re:VIEW 4 (#1442)
  • update syntax-book sample document (#1448, #1449)
  • update README.md (#1455, #1458)
  • update format.ja.md and format.md. add the description about :: notation which sets builder-specific options to images (#1421)

Others

  • refactor codes with Rubocop 0.78.0 (#1424, #1430)
  • run PDF build test more strictly when there is LaTeX runtime environment (#1433)
  • switch the build test suite from Travis CI to GitHub Actions (#1431, #1436, #1437)
  • IDGXMLBuilder: refactor code list methods (#1438, #1439)
  • remove unnecessary review-ext.rb from syntax-book (#1446)
  • add tests for IDGXMLMaker and TextMaker (#1448)
  • refactor around Index (#1456, #1457, #1459)
  • update jsclasses to version 2020/02/02 (#1478)

Contributors

Version 4.0.0

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)

Bug Fixes

  • fix a typo in review-jlreq (#1350)
  • fix incorrect result when re file uses CR for line-feed code (#1341)
  • PDFMaker: fix foreground color of //cmd with review-jlreq after page breaking (#1363)
  • PDFMaker: fix duplicate 'column' label for @<column> (#1367)
  • PDFMaker: copy gentombow.sty and jsbook.cls only for review-jsbook (#1381)
  • PDFMaker: fix invalid PDFDocumentInformation on review-jlreq with LuaLaTeX (#1392)
  • PDFMaker: fix missing hiddenfolio information at even pages on review-jlreq (#1395)

Enhancements

  • support @<em> and @<strong> in IDGXMLBuilder (#1353)
  • PDFMaker: extract code_line and code_line_num from code blocks for ease handling each line (#1368)
  • PDFMaker: add new compile option -halt-on-error to make it easier to find the problem when an error occurs (#1378)
  • PDFMaker: when there is a footnote text (//footnote) in the column block, it may cuse problems such as numbering. So warn it if there is. (#1379)
  • Logger: progname should be add in logger, not in message arguments (#1388)
  • improve error checking for yaml files (#1386)
  • PDFMaker: the cover page becomes even number (p.0) and is named "cover" (#1402)
  • PDFMaker: refactor generate_pdf method (#1404)
  • create .gitignore for new project (#1407)

Docs

  • update sample-book/README.md (#1354)
  • add descriptions about options of jsbook.cls to review-jsbook/README.md (#1365)

Others

  • unify styles of a method with arguments (#1360)
  • Catalog#{chaps,parts,predef,postdef,appendix} should return Array, not String (#1372)
  • use safe_load for loading YAML (#1375)
  • refactor table method to simplify each builder (#1356)
  • refactor XXX_header and XXX_body (#1359)
  • enable Builder#highlight? method on each builder (#1373)
  • refactor mkdchap* and mkpart* (#1383)
  • don't update rubygems in Travis CI (#1389)
  • refactor around Index (#1390)
  • add configration for review-jlreq to sample documents (#1391)
  • definition list should start with spaces (#1398)

Contributors

Version 3.2.0

Breaking Changes

  • PDFMaker: changed to use the abstract name \reviewincludegraphics instead of \includegraphics for image placements (such as //image) (#1318)

Bug Fixes

  • reference to IDs of non-existent chapter now return standard key error (instead of internal error) (#1284)
  • fixed the value in the error message of review-compile (#1286)
  • PDFMaker: fixed the metadata of PDF page number was wrong when using review-jsbook with serial_pagination = true (#1288)
  • fixed a bug when using @<hd> to refer to headings with notoc, nodisp, or nonum (#1294)
  • PDFMaker: fixed an error in review-jlreq when using jlreq.cls version 0401 (#1298)
  • EPUBMaker: fixed a error of building EPUB2 (#1301)
  • EPUBMaker: added a workaround for a temporary folder deletion failure on Windows (#1011)
  • PDFMaker: support @<bou> (#1220)
  • PDFMaker: support old jlreq.cls (#1317)

Enhancements

  • added test when CHAPS: is empty (#1275)
  • PDFMaker: for safety, inline typeface commands such as \reviewtt are defined with RobustCommand (#1280)
  • EPUBMaker: added --debug option to execute in debug mode (#1281)
  • review-epub2html: added --inline-footnote option to represent footnotes as inline (#1283)
  • EPUBMaker: added metadata of the cover image on EPUB3 for iBooks (#1293)
  • PDFMaker: suppressed the unexptected page break after the caption of code list or equation in review-jsbook and review-jlreq (#1299)
  • reformatted the codes using rubocop 0.67.2 (#1297)
  • added a test of building EPUB (#1300)
  • updated Ruby versions of test target to 2.4.6, 2.5.5, and 2.6.3 (#1303)
  • improved the code of YAMLLoader (#1304)
  • raise an error when invalid level is used in bullet (#1313)
  • extracted ReVIEW::Location class (#1308)
  • avoid multi-lined English words being combined without a space in bullets and bibliographic list (only in PDFMaker, at this time) (#1312)
  • raise an error when table is empty (#1325)
  • add some tests (#1327, #1328)
  • MARKDOWNBilder: support //listnum (#1336)

Docs

  • fixed the description about header levels (#1309)

Others

  • removed ReVIEW::Preprocessor::Strip due to it is no longer used (#1305)

Contributors

Version 3.1.0

Breaking Changes

  • PDFMaker: introduce \reviewimagecaption macro for the caption of figure (#1254). Please update your review-base.sty by review-update command on your Re:VIEW 3 project.
  • remove --strip option which is undocumented and doesn't work correctly from review-preproc command (#1257)

Bug Fixes

  • PDFMaker: fix a problem that the section number of the part continues the section number in the previous chapter (#1225,#1226)
  • fix copying of gentombow.sty in samples folder (#1229)
  • PDFMaker: fix that the number of lines specified by number_of_lines document option decrease by 1 line than originally on review-jsbook (#1235)
  • PDFMaker: fix review-jlreq to work with LuaLaTeX (#1243)
  • EPUBMaker: fix a problem that the hierachy of the table of contents become strange when there is a part (#1262)
  • fix escaping of //comment (#1264)
  • PDFMaker: fix overflowing when the left column of colophon is long (#1252)
  • fix an error when CHAPS: is empty (#1273)

Enhancements

  • PDFMaker: load amssymb, amsthm, and bm packages which are often used as extension of mathematical expression (#1224)
  • HTMLBuilder: emlist and listnum now always pass highlight method as well as others (#1231)
  • EPUBMaker: implement a back-link to the text from the footnote (#1233)
  • PDFMaker: add \makelines macro to create a dummy line (#1240)
  • implement #@warn correctly (#1258)
  • #@mapfile now imports as is (keep tabs etc.) when imported file has .re extension (#1247)
  • add Ruby 2.6 for the test coverage (#1242)
  • PDFMaker: replace zw with \zw in review-jlreq. add a indent to paragraphs in the column (#1250)
  • PDFMaker: when \reviewimagecaption is undefined (implemented in #1254), define it (#1267)

Docs

  • README.md: fix the filename of jsbook.cls (#1239)
  • add the note about back_footnote into config.yml.sample and update documents a little (#1268)

Contributors

Version 3.0.0

Bug Fixes

  • PDFMaker: adjust the loading of external files in review-jsbook.cls (#1217)

Contributors

Version 3.0.0 release candidate

Breaking Changes

  • PDFMaker: heading character size of review-jsbook becomes the same as the original jsbook (#1152)
  • PDFMaker: Q, W, L, H parameters of review-jsbook are withdrawn. Projects created in the past preview version can be updated with the review-update command (#1151,#1201)

Bug Fixes

  • PDFMaker: fixes an issue that hiddenfolio parameter was ignored when using both hiddenfolio and tombopaper in review-jsbook (#1158)
  • PDFMaker: fixes a problem that the paperwidth and paperheight parameters of review-jsbook didn't work (#1171)
  • fixes an issue that review-update ignored update of sty folder (#1183)
  • PDFMaker: fix serial_pagination and startpage were not working in review-jlreq class (#1204)

Enhancements

  • PDFMaker: in review-jsbook, you can specify the font size with fontsize parameter and the line height with baselineskip parameter with units such as pt and mm (#1151)
  • PDFMaker: users who want to continue using the original jsbook.cls class file for some reason can use sty files of review-jsbook set (#1177)
  • PDFMaker: add useful macros to review-jsbook and review-jlreq for users. \oneblankpage creates an empty page. \clearoddpage breaks page as necessary so that the next page is always an even page (#1175,#1182)
  • PDFMaker: add media parameter that specifies the type of PDF to review-jsbook and review-jlreq. This has the same meaning as cameraready (#1181)
  • PDFMaker: sections are now allowed in part (#1195)
  • PDFMaker: \reviewusepart macro is defined when theare is a part (#1199)
  • texdocumentclass parameter is explicit (not a comment) when creating config.yml by review-init (#1202)
  • PDFMaker: line feed (@<br>) in the table is now represented by \newline macro when the width is explicity specified with //tsize (#1206)
  • PDFMaker: enable to use L{width} (left justified), C{width} (centering), R{width} (right justified) as representation of the table column width (#1208)
  • PDFMaker: to avoid implementation differences between versions, the snapshots jsbook.cls (2018/06/23) and gentombow.sty (2018/08/30 v0.9j) are copied to the sty folder (#1210)

Docs

  • update format_idg.ja.md (#1188)
  • add note about review-update command to quickstart guide quickstart.ja.md (#1189)
  • update comments of config.yml.sample (#1190)
  • update pdfmaker.ja.md (#1191)
  • update writing_vertical.ja.md (#1198)
  • update document of review-jsbook (#1203)
  • update document of review-jlreq (#1204)

Contributors

Version 3.0.0 preview 4

New Features

  • new command review-update is added, which updates the setting of the project files to the new version (#1144)
  • texequation representing an expression can now be numbered and captioned. To reference this you can use the @<eq> operator (#1167)

Breaking Changes

  • In IDGXMLBuilder, PlaintextBuilder, and TextBuilder, the expansion result of @<chapref> is no longer created in a unique way. Like other builders, it uses the chapter_quote locale string (#1160)

Bug Fixes

  • samples collection could not generate PDF in preview 3. Now it works with rake pdf (#1156)

Enhancements

  • PDFMaker: support hiddenfolio parameter with review-jlreq.cls (#1147)
  • EPUBMaker/WEBMaker: when imgmath function is enabled, font size is passed to each //texequation (#1146)

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)

Contributors

Version 3.0.0 preview 2

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

Version 3.0.0 preview 1

New Features

  • .re files can be placed in subfolders by specifying a folder with contentdir parameter (#920)
  • //graph supports PlantUML (#1006)
  • add @<w> and @<wb> to expand the value corresponding to the specified key from CSV word file (#1007, #1010)
  • LATEXBuilder: raise error when *.re file in catalog.yml does not exist (#957)
  • LATEXBuilder: add pxrubrica package to support 'ruby' (#655)
  • LATEXBuilder: support multiple layout files for LaTeX style (#812)
  • support inline @<balloon> as default settings (#829)
  • LATEXBuilder: allow to use Unicode character without otf package if possible (#1045)
  • override CONFIG_FILE in Rakefile with rake options (#1059)

Breaking Changes

  • When the value of review_version is 3 or more, @<m> no longer add a space before and after formula (#943)
  • the function of automatic detection of highlight target language by identifier in //list, //listnum is removed from HTMLBuilder (#1016)
  • LATEXBuilder: restructured layout.tex.erb (#950)
  • LATEXBuilder: add a new envirionment reviewlistblock in LaTeX (#916)
  • LATEXBuilder: attach plistings package and suport it instead of jlisting for listings (#635)
  • LATEXBuilder: remove underline in anchor for printing use (#808)
  • LATEXBuilder: use more abstract name like \reviewbold instead of \textbf (#792)
  • LATEXBuilder: cover and titlepage in config.yml is independently of each other (#848)
  • review-preproc: remove deprecated option --final (#993)
  • LATEXBuilder: captionblocks use new environments like reviewnote, not reviewminicolumn (#1046)

Bug Fixes

  • Fix redundant log display with Ruby 2.3 or later (#975)
  • for backward compatibility, revert usepackage parameter which was removed Version 2.5.0 (#1001)
  • HTMLBuilder: hide latex log of @<m>{...} amd //texequation{...//} (#1027)
  • LATEXBuilder: fix empty caption for listings (#1040)
  • fix load path of MeCab (#1063)

Enhancements

  • //graph now works on Windows (#1008)
  • file extensions of image files and font files becomes case insensitive (#1002)
  • review-pdfmaker: show executed command and its options (#962,#968)
  • PDFMaker: support *.psd files as images (#879)
  • PDFMaker: texoptions in config.yml is "-interaction=nonstopmode -file-line-error" as default (#1029)
  • hide (latex and other commands') log messages (#1036)
  • MARKDOWNBuilder: support some commands (#881)
  • image_finder.rb: support symlinked directory (#743)
  • add files like catalog.yml as denendency relation (#1060)

Docs

  • add description of external tools used in //graph (#1008)
  • add description of @<w> and @<wb> (#1007)
  • add description of dvipdfmx option for zlib compression level (-z 9) in config.yml (#935)

Contributors

Version 2.5.0

New Features

  • add a new maker command review-textmaker to output plain text files (#926)
  • LATEXBuilder: add a new parameter pdfmaker/bbox for settings of BoudingBox (#947)
  • add a new command //blankline (#942)

Breaking Changes

  • remove (incomplete) command //include (#887)
  • LATEXBuilder: use \footnotemark implicitly for captions and headings (#841)
  • EPUBMaker, WEBMaker: use pbl (publisher) instead of prt (printer) in titlepage (#927)
  • PDFMaker: use texstyle parameter instead of usepackage in layout.tex.erb. When using your own layout.tex.erb, you need to rewrite it with a new code of texstyle parsing. (#908)

Bug Fixes

  • fix column closing (#894)
  • fix internal errors in @<hd> (#896)
  • LATEXBuilder: fix to ignore empty caption (#922)
  • fix invalid commmand errors in //graph when using gnuplot (#931)
  • fix errors of review command in Windows (#940)
  • EPUBMaker: fix error of removing temporary files in Windows (#946)

Enhancements

  • remove tailing empty lines in block (captionblocks) such as //note. (#882)
  • fix error messages when using non-existent ID of catalog.yml in inline commands such as @<chap> (#891)
  • ignore UTF-8 BOM in catalog.yml (#899)
  • LATEXBuilder: fix a length of horizontal line in colophon (#907)
  • allow to use multiple parameters of texstyle in config.yml (#908)
  • review-init: create lib/tasks folder to use original Rake commands (#921)
  • review-init: copy doc folder into the target project (#918)
  • add a help message of review (#933)
  • show appropriate error messages when using invalid or non-existent YAML files (#958)
  • show better error messages when using unknown ID in inline commands such as @<img> and @<table> (#954)
  • show better error messages when compiling a file not included in catalog.yml (#953)
  • LATEXBuilder: add IDs of table, imgtable, image and indepimage as comments (ex. \begin{reviewimage}%%sampleimg) (#937)

Docs

  • add the rule of searching image files with extension (#939)
  • add description of review-textmaker (#944)

Contributors

Version 2.4.0

New Features

  • use built-in Logger class for warns and errors (#705)
  • EPUBMaker: warn of large images because of rejecting ebook stores (#819)
  • LATEXBuilder: add new inline command @<pageref> (#836)
  • support inline notaion | | and $ $ instead of {} to surpress escaping } (#876)

Breaking Changes

  • LATEXBuilder: use Roman numerals as part numbers (#837)
  • EPUBMaker: TOC should be after frontmatter (#840)
  • imgmath uses folder images/_review_math, not images directly (#856)
  • EPUBMaker: default value of titlepage is true, not null (#862)
  • EPUBMaker: params in template files should be config (#867)
  • EWBBuilder is removed because nobody maintained it (#828)

Bug Fixes

  • fix misrecognition of HeadlineIndex (#121)
  • TOPBuilder: fix metric parameter in //image and //indepimage (#805)
  • fix refering columns in other chapters (#817)
  • use execution date when date in config.yml is empty (#824)
  • fix I18N messages of listref, imgref, and tableref in frontmatters and backmatters (#830)
  • WebMaker: fix booktitle using Hash (#831)
  • LATEXBuilder: use lmodern package to avoid to use Type3 font in Western languages (#843)
  • fix broken title using / in config.yml (#852)
  • PDFMaker: fix toclevel (#846)

Enhancements

  • allow block { ... //} in //indepimage. (#802)
  • warn when images are not found in //indepimage(#803)
  • LATEXBuilder: allow caption in //source (#834)

Docs

  • add that installing LaTeX environments is needed to use rake pdf (#800)
  • fix links in README.md (#815)
  • add sample document to test commands of Re:VIEW (#833)
  • fix comment of titlepage in config.yml (#847)
  • fix description of footnotetext (#872)

Others

  • fix coding rules to surpress rubocop v0.50.0 (#823)

Contributors

Version 2.3.0

New Features

  • add //emtable, embedded table (#777) (#787)
  • EPUBMaker: add new option imgmath (#773) (#774)
  • HTMLBuilder: generate images for math notations (#774)

Bug Fixes

  • LATEXBuilder: fix chpation numbering in appendix (#766)
  • fix counting of //imgtable (#782)
  • fix handling of numbered/itemized list in dlist. (#794)(#795)

Enhancements

  • add comments of backcover in doc/config.yml.sample (#765)(#767)
  • use actual part counters for heading, list, image, and table in part (#779)
  • LATEXBuilder: define the acceptable image formats for LaTeX Builder (#785)

Docs

  • add //embed into NEWS.ja.md
  • move doc/NEWS.* to top level directory (#780)
  • add how to refer images in other sections (#770) (#771)
  • fix description of //table markup (#776)
  • Use https: instead of git: (#778)
  • archive ChangeLog; use git log instead of ChangeLog (#784) (#788)

Others

  • fix .rubocop.yml and suppress warnings

Contributors

Version 2.2.0

New Features

  • PDFMaker: support index @<idx>, @<hidx> (#261,#660,#669,#740)
  • add RSTBuilder (#733,#738)
  • add //embed{...//} and @<embed>{...} (#730,#751,#757,#758)
  • HTMLBuilder, IDGXMLBuilder, LATEXBuilder: suppot //firstlinenum for //listnum and //emlistnum (#685,#688)
  • review-compile: --nolfinxml is deprecated (#683,#708)
  • HTMLBuilder: Enclose references (@<img>, @<table>, and @<list>) with <span>. Class names are 'imgref', 'tableref', and 'listref'. (#696,#697)
  • HTMLBuilder: support Rouge (#684,#710,#711)

Breaking Changes

  • LATEXBuilder: fix //source (#681)
  • fix escaping in inline (#731)
    • \} -> }
    • \\ -> \
    • \x -> \x (when x != \ and x != })

Bug Fixes

  • support comment for draft mode (#360,#717)
  • i18n accepts mismatched number of arguments (#667,#723)
  • support builder option for //tsize and //latextsize (#716,#719,#720)
  • remove ul_item() of html, idgxml, and markdown. (#726,#727)
  • PDFMaker: reflect imagedir config (#756,#759)
  • HTMLBuilder, LATEXBuilder, IDGXMLBuilder: use compile_inline in column tag
  • review-init: Specify source file encoding on generating config. (#761)
  • EPUBMaker, PDFMaker: support subtitle for PDF and EPUB (#742,#745,#747)
  • TOPBuilder: fix @<list> (#763)

Enhancements

  • LATEXBuilder: enable jumoline.sty by default
  • IDGXMLBuilder, HTMLBuilder: removes errors and warnings in published document (#753)
  • image_finder.rb: support symlinked directory (#743)
  • TOPBuilder: refactor headline (#729)
  • allow free format in history of config.yml (#693)
  • HTMLBuilder: put list's id into the attribute of div.caption-code (#724)
  • without rubyzip, skip zip test (#713,#714)
  • suppress output on checking convert command (#712,#718)
  • TOPBuilder: support @<bib> and //bibpaper (#763)
  • TOPBuilder: support [notoc] and [nodisp] (#763)

Docs

  • add makeindex.(ja.)md

Others

  • fix .rubocop.yml and suppress warnings

Contributors

Version 2.1.0

New Features

  • review-init: generate Gemfile (#650)
  • HTMLBuilder: add language specified class in list (#666)
  • HTMLBuilder: set id to
    of indepimage as same as image
  • MD2INAOBuilder: support new builder MD2INAOBuilder (#671)
  • MARKDOWNBuilder, MD2INAOBuilder: support ruby (#671)
  • TEXTBuilder: support @<hd> (#648)
  • TOPBuilder: support @<comment>{} (#625, #627)

Breaking Changes

Bug Fixes

  • review-validate: fix parsing blocks and comments in tables, and messages
  • LATEXBuilder: fix when rights is null in config.yml (#653)
  • LATEXBuilder: escaping values from config.yml and locale.yml(#642)
  • PDFMaker: support AI, EPS, and TIFF on pdfmaker correctly (#675)
  • PDFMaker: fix hooks; add @basehookdir and use it to get fullpath (#662)
  • EPUBMaker: fix missing default dc:identifier value (#636)
  • EPUBMaker: ext. of cover file should be "xhtml" in EPUB (#618)
  • WEBMaker: fix broken link (#645)
  • WEBMaker: fix when Part has no "*.re" file (#641)
  • I18n: fix %pJ in format_number_header (#628)

Enhancements

  • LATEXBuilder: use pxjahyper package in pLaTeX (#640)
  • LATEXBuilder: Enhanced implementation of layout.tex.erb (#617)
  • LATEXBuilder: fix to use keywords in locale.yml (#629)
  • IDGXMLBuilder: add instruction to column headline for toc (#634)
  • IDGXMLBuilder: fix to avoid empty caption in //emlist (#633)
  • Rakefile: add task preproc (#630)
  • ReVIEW::Location: add test (#638)

Docs

  • add customize_epub.md
  • add preproc(.ja).md (#632)
  • config.yml: add csl in sample
  • config.yml: add simplified sample (#626)

Others

  • license of template fils are MIT license(#663)
  • rubocop: suppress warnings of rubocop

Contributors

Version 2.0.0

New Features

  • Load ./config.yml if exists (#477, #479)
  • config.yml: Add review_version (#276, #539, #545)
    • Allow review_version to be nil, which means that I don't care about the version (#592)
  • Add experimental vertical orientation writing support (#563)
  • Support [notoc] and [nodisp] in header (#506, #555)
  • Enable @<column> and @<hd> to refer other's column. (#333, #476)
  • Add command //imgtable (#499)
  • Allow to use shortcut key of config (#540)
    • enable to use @config["foo"] instead of @config["epubmaker"]["foo"] when using epubmaker
  • Accept multiple YAML configurations using inherit parameter. (#511, #528)
  • Add formats to i18n (#520)
  • Make rake run test and rubocop. (#587)
  • Add webmaker (#498)
  • LATEXBuilder: add option image_scale2width (#543)
  • PDFMaker: Migrate platex to uplatex (#541)
  • EPUBMaker: Support ebpaj format. (#251, #429)
  • EPUBMaker: Add direction in default setting (#508)
  • EPUBMaker: Allow pronounciation of booktitle and author (#507)
  • review-preproc: allow monkeypatch in review-preproc (#494)
  • HTMLBuilder: Disable hyperlink with @<href> with epubmaker/externallink: false in config.yml (#509, #544)
  • EPUBMaker: Add custom prefix and <meta> element in OPF (#513)
  • PDFMaker: support history in config (#566)

Breaking Changes

  • Update epubversion and htmlversion (#542)
  • Delete backward compatibility of 'param'. (#594)
  • config.yml: 'pygments:' is obsoleted. (#604)
  • Remove backward compatibility (#560)
    • layout.erb -> layout.html.erb
    • locale.yaml -> locale.yml
    • PageMetric.a5 -> PageMetric::A5
    • raise error when using locale.yaml and layout.erb
    • prt is printer(印刷所), not publisher(発行所). 発行所 is pbl. (#562, #593)
  • Obsolete appendix_format (#609)
  • Remove obsolete inaobuilder. (upstream changed their mind to use modified Markdown) (#573)
  • Remove obsolete legacy epubmaker
  • review-compile: Remove -a/--all option (#481)

Bug Fixes

  • Escape html correctly. (#589, #591)
  • review-epubmaker: fix error of not copying all images. (#224)
  • Fix several bugs around [nonum]. (#301, #436, #506, #550, #554, #555)
  • IDGXMLBuilder: fix wrong calcuration between pt and mm for table cell width on IDGXML. (#558)
  • HTMLBuilder: use class instead of width for //image[scale=XXX] (#482, #372). It fixes on epubcheck test.

Refactorings

  • Support named parameters in EPUBmaker/PDFmaker (#534)
  • Add ReVIEW::YAMLLoader (#518)
  • Remove global variables. (#240)
  • Set warning to false in test. (#597)
  • Avoid warnings (avoid circular require, unused variable, redefining methods, too many args) (#599, #601)
  • MakerHelper: class -> module (#582)
  • review-init: generate config.yml from doc/config.yml.sample. (#580)
  • Unify template engine ReVIEW::Template (#576)
    • HTMLBuilder: remove HTMLLayout
    • LATEXBuilder: use instance variable in templates (#598)
    • LATEXBuilder: move lib/review/layout.tex.erb to templates/latex/ (#572)
  • Update config.yml.sample (#579)
  • Remove code for 1.8 and 1.9.3 in test (for Travis) (#577)
  • Fix LaTeX templates (#575)
  • Use read BOM|utf-8 flag for opening files, instead of string replacing (#574)
  • review-preproc: set default_external encoding UTF-8. (#486)
  • Fix pdf and epub build_path on debug (#564, #556)
  • Refactor EPUBMaker. (#533)
  • Use SecureRandom.uuid instead of ruby-uuid (#497)
  • epubmaker, pdfmaker: Use ReVIEW::Converter instead of system() (#493)
  • Remove zip command and use PureRuby Zip library (#487)
  • review-index: refine TOCParser and TOCPrinter (#486)
  • Remove deprecated parameters, change default value of some parameters. (#547)
  • sample config.yml should be config.yml.* (#538)
  • Add Hash#deep_merge (#523)
  • LATEXBuilder: use \reviewunderline instead of \Underline (#408)
  • Add name_of and names_of method into Configure class to take 'name' attribute value. (#534)
  • EPUBMaker: reflected colophon_order. (#460)
  • TOCPrinter: remove IDGTOCPrinter. (#486)
  • Add new methods: Book#catalog=(catalog) and Catalog.new(obj) (93691d0e2601eeb5715714b4fb92840bb3b3ff8b)
  • Chapter and Part: do not use lazy loading. (#491)

Docs

  • README: rdoc -> md (#610)
  • Update format.md, quickstart.md
  • Add note about writing vertical document and PDFMaker
  • Fix document in EN (#588)

Code contributors

Version 1.7.2

Bug Fix

  • Fix latexbuilder to show caption in //list without highliting (#465)
  • Fix markdownbuilder to use definition list (#473)

Version 1.7.1

Bug Fix

  • Fix latexbuilder to display caption twice in //listnum (#465)
  • Fix review-init to generate non-valid EPUB3 file with epubcheck 4.0.1 ([#456]) [#456]: #473

Version 1.7.0

In general

  • Set up Rubocop settings and refactor code with the settings
  • Change the internal encoding to UTF-8 altogether (#399)
  • Add a Dockerfile

Bug Fix

  • Fix htmlbuilder to display line numbers with listnum/emlistnum under a syntax highlighting environment (#449)

Builders and Makers

epubmaker

  • Support direction parameter to set binding direction (#435)

Code contributors

Version 1.6.0

In general

  • Stop supporting Ruby 1.8.7
  • Enable to set default language for code highlighting (#403)
  • Use I18n in inline @<hd> chap (#420)
  • Support highlighting and lang option in //source

Bug Fix

  • Fix @<hd> to detect the target header-index in the middle of indexes (#400)
  • Fix epubmaker to escape pathname includes whitespace (#398)
  • Fix Builder#get_chap to return formatted appendix name correctly (#405)
  • Fix missing listing name when using syntax highlighting (#418)
  • Fix i18n to merge settings correctly (#423)
  • Fix epubmaker to match coverimage strictly (#417)
  • Fix htmlversion when epubversion == 3 (#433)

Commands

review-init

  • Add option to create locale.yml (#425)

Builders and Makers

htmlbuilder

  • Markup section number by span (#415)

latexbuilder

  • Support config["conver"]

pdfmaker

  • Support file insertion (same as EPUBMaker)

epubmaker

  • Add toc property to config.yml (#413)

Code contributors

version 1.5.0

Notice

To support language parameter for syntax highlighting, if you use review-ext.rb to extend code block markup such as //list and //emlist, you should fix it (if you don't use review-ext.rb, you don't have to do anything).

In general

  • Add default properties in config.yml
  • Fix appendix format with @<hd>.
  • Fix index error in shallow column.
  • Add more items in i18n.yml.
  • Obsolete ReVIEW::Book::Base.load_default.
  • Add @<imgref> notation.
  • Add pdf, epub and cleanup tasks to sample Rakefile.
  • Change all formats of documents from RDoc to Markdown.
  • Add "Re:VIEW Quick Start Guide (EN)".
  • Enable @<hd> to identify the target, has unique id, without |.
  • Add an argument lang to list related notations when highlighting.
  • Add "Re:VIEW Format Guide (EN)".
  • Add highlight property in config.yml as setting of highlight.

Commands

review-epubmaker

  • Support toc in config.yml

review-init

  • Add --force option to generate files even if directory is existed.

review-vol

  • Add --yaml option.

Builders and Makers

markdownbuilder

  • Implement list_header() and list_body().

htmlbuilder

  • Fix MathML error in HTMLBuilder#texequation.

idgxmlbuilder

  • Stop providing a index for @<ttb>.

latexbuilder

  • Fix @<table> to refer the table on another chapter.
  • Support syntax highlighting with listings.

pdfmaker

  • Raise errors if no LaTeX tools are installed.
  • Support toctitle in config.yml.
  • Remove a PDF file if already exists.
  • Add parameters dvicommand and dvioptions in config.yml.
  • Add parameters texoptions in config.yml.
  • Load sty/*.fd and sty/*.cls
  • Provide hooks before/after TeX compiling.
  • remove dependency on sed command
  • raise errors and stop building when LaTeX command failed

epubmaker

  • Improve to support of MathML.
  • Make dummy <li> item hidden in nav file.
  • Introduce structured YAML tree for config.yml.
  • Use ReVIEW::I18n instead of EPUBMaker::Resource

Code contributors

  • akinomurasame
  • gfx
  • krororo
  • orangain

version 1.4.0

In general

  • Normalize ID in bib notation.
  • Fix compatibility between POSTDEF file and POSTDEF section in catalog.yml.
  • Add APPENDIX section into catalog.yml.
  • Remove implicit settings of prefaces, appendix and postscripts.
  • Refactor code and test cases.
  • Add Installation, Resources and Links on README.rdoc

Commands

review-epubmaker

  • Keep 1st stage temporary directory when debug is true.
  • Support cover_linear option.

review-catalog-converter

  • Add new command which converts traditional catalog files into catalog.yml.

Builders and Makers

markdownbuilder

  • Improve compatibility with GitHub Flavored Markdown.
  • Add blank line before/after headline.
  • Support tt notation.
  • Support footnote notation.
  • Add indepimate notation.
  • Display nondisplayed image caption.

htmlbuilder

  • Provide warning message if image couldn't be found.
  • Change layout file name from 'layout.erb' to 'layout.html.erb'.
  • Compile caption of emlist/emlistnum/cmd notation.
  • Compile title notation.

idgxmlbuilder

  • Provide warning message if image couldn't be found.

latexbuilder

  • Change layout file name from 'review.tex.erb' to 'layout.tex.erb'.
  • add 'contact' for colophon in config.yml.
  • add 'pbl'(publisher) for colohpon in config.yml. You can use both 'prt' and 'pbl'.

pdfmaker

  • Support locale file.
  • Add colophon_order option.

epubmaker

  • Add epub:type='cover' attribute in cover file when it is EPUB3.
  • Escape special HTML characters to entities in toc view.

Code contributors

  • suzuki
  • vvakame
  • eiel

version 1.3.0

In general

  • Introduce a new catalog file catalog.yml.
  • Support @<column>{} to refer to the column.
  • Enable @<chapref>{} to refert to the part.
  • Add safe mode as an environment variable 'REVIEW_SAFE_MODE'.
  • Force *.re files to put on the same directory of the catalog files.
  • Discontinue feature of setting with config.rb.
  • Discontinue feature of loading lib/review/* files in the document directory.
  • Introduce config appendix_format (arabic, roman, or alpha) to set an appendix heading style.

Commands

  • Force to use review-compile with the same version.
  • Add --version to display the version.

review-compile

  • Add --catalogfile to set a catalog file.

review-pdfmaker

  • Remove tmpdir for build.
  • Exit when any errors occur.
  • Add --ignore-errors to proceed even when any errors occur.
  • Generate ebb/bb files of image files in the image directory.
  • Add --[no-]debug to override debug in the config.yml.

review-init

  • Generate consistent CSS filenames.

review-epubmaker

  • Rename review-empumaker to review-empumaker-legacy, then rename review-empumaker-ng to review-empumaker.
  • Add verify_target_images and force_include_images configs which are related to including images in the EPUB file.

Builders

htmlbuilder

  • Add a reverse link from the footnote to the body.
  • Escape hyphens in the HTML comment tags.
  • Normalize 'id' attributes.
  • Enable to refer to the section titles from a layout file (toc).
  • Enable to refer to the prev/next section from a layout file (prev_chapter, next_chapter).

latexbuilder

  • Add columns in the TOC.
  • Change a image file extension as PDF in the graph notation.

Code contributors

  • kazutomi
  • dmiyakawa
  • zunda

version 1.2.0

In general

  • 'ReVIEW' has been renamed to 'Re:VIEW'
  • Improve the image file finder.

Commands

review-epubmaker-ng / review-epubmaker

  • Support font embedding
  • Support MathML in EPUB3
  • Add prefix 'rv-' to ID
  • Add pht(Photographer / 撮影者) and csl(Consultant / 監修者)
  • Strip HTML element in chapter items of TOC (review-epubmaker)

review-pdfmaker

  • Add "texcommand" in config.yml to support LuaLaTeX or other latex command

review-init

  • Fix error installed by gem

Builders

HTMLBuilder

  • Use pygments higlighting only if "pygments: true" is defined.
  • Support epub:type="noteref" and epub:type="footnote" in EPUB3

LATEXBuilder

  • Add newline after //bibpaper

MARKDOWNBuilder

  • Support @<em>{} (same as @<i>) and @<strong>{} (same as @<b>)

version 1.1

in general

  • add markdownbuilder
  • add inaobuilder
  • use bundler instead of jeweler
  • add review-init command
  • preserve MIME and JIS X 0201 kana during a preprocess
  • fix many escape bugs (enable escape \[ in [...], etc.)
  • many other bugfixs

review-compile

  • add --structuredxml option(idgxml)
  • add --toclevel option
  • add --tabwidth option
  • add --output-file option

review-epubmaker and review-pdfmaker

  • support foo.re filename in PART file
  • rename tempolary dir name (bookname + "-pdf" and bookname + "-epub")

review-epubmaker

  • support epubversion and htmlversion option in YAML configuration file (EPUB3 support is experimental)
  • support cover_linear option in YAML file

review-pdfmaker

  • separate tex template file from source code (see review.tex.erb)
  • support layouts like HTMLbuilder

review-compile

  • add command //centering
  • add command //olnum
  • change # of arguments of //comment (1 -> 0..1)
  • change # of arguments of //source (1 -> 0..1)

htmlbuilder

  • use <code> instead of <tt> in HTML5
  • support @<bou> (you should use CSS3)
  • support highlight with pygments
  • strip ReVIEW tag in <title>

latexbuilder

  • add some macro for ReVIEW(\reviewindepimagecaption, \reviewth, \reviewem and \reviewstrong).
  • add argument of macro \reviewbibref, \\reviewtableref and \reviewimageref to make link
  • add \usepackage{amsmath} in default template.
  • support //box
  • support @<ami>
  • add headline level 5 and 6 (paragraph, subparagraph)
  • escape all dash
  • add begin{alltt}..\end{alltt} into \reviewemlist, \reviewlist and \reviewcmd