Skip to content
Masayoshi Takahashi edited this page Apr 2, 2014 · 27 revisions

-> NEWS_ja

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

(in Japanese)

Version 1.1の変更点

全般

  • markdownbuilder追加
  • inaobuilder追加
  • jewelerからbundlerに変更
  • review-initコマンドを追加
  • プリプロセスでMIMEと半角カナを保持するよう修正
  • エスケープされるべきところでされないバグを修正([...]内で「]」がエスケープできない等)
  • その他多数のバグ修正

review-compile

  • --structuredxmlオプション追加(idgxml)
  • --toclevelオプション追加
  • --tabwidthオプション追加
  • --output-fileオプション追加

review-epubmakerとreview-pdfmaker共通

  • PARTファイルの中にfoo.reといったファイル名を書けるよう修正
  • 一時ファイルのファイル名を変更(文書名+"-pdf" or 文書名+"-epub")

review-epubmaker

  • epubversion、htmlversion追加(EPUB3は実験的サポート)
  • YAMLファイルにcover_linearオプション追加

review-pdfmaker

  • review.tex.erbファイル追加
  • HTMLbuilderのようにlayoutsファイルをサポート

review-compile

  • //centering記法追加
  • //olnum記法追加
  • //commentの引数を0..1に変更
  • //sourceの引数を0..1に変更

htmlbuilder

  • HTML5には<tt>がないので<code>に変更
  • @<bou>を追加
  • pygmentsによるhighlightをサポート
  • <title>内ではReVIEWのタグを無視するよう修正

latexbuilder

  • ReVIEW専用マクロを追加(\reviewindepimagecaption, \reviewth, \reviewem and \reviewstrong)
  • \reviewbibref\\reviewtableref\reviewimagerefマクロに引数を追加してリンクになるよう修正
  • デフォルトのテンプレートに\usepackage{amsmath}を追加
  • //box記法をサポート
  • @<ami>記法をサポート
  • 見出しレベル5と6を追加(paragraph, subparagraph)
  • ダッシュのエスケープを追加
  • begin{alltt}..\end{alltt}\reviewemlist\reviewlist\reviewcmdの各専用マクロ内で指定するよう(自分で再定義できるよう)修正