-
Notifications
You must be signed in to change notification settings - Fork 215
NEWS
Masayoshi Takahashi edited this page Aug 16, 2013
·
27 revisions
- 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
- add --structuredxml option(idgxml)
- add --toclevel option
- add --tabwidth option
- add --output-file option
- support
foo.re
filename in PART file - rename tempolary dir name (bookname + "-pdf" and bookname + "-epub")
- support epubversion and htmlversion option in YAML configuration file (EPUB3 support is experimental)
- support cover_linear option in YAML file
- separate tex template file from source code (see review.tex.erb)
- support layouts like HTMLbuilder
- add command
//centering
- add command
//olnum
- change # of arguments of
//comment
(1 -> 0..1) - change # of arguments of
//source
(1 -> 0..1)
- use
<code>
instead of<tt>
in HTML5 - support
@<bou>
(you should use CSS3) - support highlight with pygments
- strip ReVIEW tag in
<title>
- add macro
\reviewbibref
and\reviewimageref
- add some macro for ReVIEW(
\reviewindepimagecaption
,\reviewth
,\reviewem
and\reviewstrong
). - add
\usepackage{amsmath}
in default template. - support
//box
- support
@<ami>
- add headline level 5 and 6 (paragraph, subparagraph)
- escape all dash
(in Japanese)
- inaobuilder追加
- jewelerからbundlerに変更
- review-initコマンドを追加
- エスケープされるべきところでされないバグを修正(
[...]
内で「]
」がエスケープできない等) - その他多数のバグ修正
- --structuredxmlオプション追加(idgxml)
- --toclevelオプション追加
- --tabwidthオプション追加
- --output-fileオプション追加
- --footnotetextオプション追加
- PARTファイルの中にfoo.reといったファイル名を書けるよう修正
- 一時ファイルのファイル名を変更(文書名+"-pdf" or 文書名+"-epub")
- epubversion、htmlversion追加(EPUB3は実験的サポート)
- YAMLファイルにcover_linearオプション追加
- review.tex.erbファイル追加
-
//centering
記法追加 -
//olnum
記法追加 -
//comment
の引数を0..1に変更 -
//source
の引数を0..1に変更
== htmlbuilder
- HTML5では
<tt>
を<code>
に変更 -
@<bou>
を追加 - pygmentsによるhighlightをサポート