Skip to content

Commit

Permalink
update NEWS files
Browse files Browse the repository at this point in the history
* #1151 is not merged yet.
* this version is 3.0.0 preview 4
  • Loading branch information
takahashim committed Oct 28, 2018
1 parent 0926b34 commit 8bc22f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions NEWS.ja.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 3.0.0 preview 4 (Release Candidate or Version 3.0.0 release)
# Version 3.0.0 preview 4
## 新機能
* 旧バージョンのプロジェクトを新しいバージョンに合わせたものに更新する `review-update` コマンドを導入しました ([#1144])
* 式を表す `//texequation` に ID の指定による採番およびキャプションを付けられるようにし、`@<eq>` 命令でその参照もできるようにしました ([#1167])
Expand All @@ -12,7 +12,6 @@
## 機能強化
* PDFMaker: review-jlreq.cls クラスファイルでも hiddenfolio パラメータを利用できるようにしました ([#1147])
* EPUBMaker/WEBMaker: imgmath 機能を有効にしたときに、各 `//texequation` に対してフォントサイズを明示して渡すようにしました ([#1146])
* ★PDFMaker: review-jsbook.cls クラス利用時、文字サイズは Q パラメータ、行の高さは H パラメータで単位はそれぞれ Q(級)、H(歯)の数値のみを採っていましたが、fontsize パラメータおよび baselineskip パラメータで単位付き(pt や mm など)を指定できるようにしました ([#1151])

## ドキュメント

Expand All @@ -21,7 +20,6 @@
[#1144]: https://github.com/kmuto/review/issues/1144
[#1146]: https://github.com/kmuto/review/issues/1146
[#1147]: https://github.com/kmuto/review/issues/1147
[#1151]: https://github.com/kmuto/review/issues/1151
[#1156]: https://github.com/kmuto/review/issues/1156
[#1160]: https://github.com/kmuto/review/issues/1160
[#1167]: https://github.com/kmuto/review/issues/1167
Expand Down
4 changes: 1 addition & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 3.0.0 preview 4 (Release Candidate or Version 3.0.0 release)
# 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])
Expand All @@ -12,7 +12,6 @@
## 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])
* ★PDFMaker: review-jsbook.cls supports fontsize and baselineskip parameter to allow values with units such as pt, mm ([#1151])

## Docs

Expand All @@ -21,7 +20,6 @@
[#1144]: https://github.com/kmuto/review/issues/1144
[#1146]: https://github.com/kmuto/review/issues/1146
[#1147]: https://github.com/kmuto/review/issues/1147
[#1151]: https://github.com/kmuto/review/issues/1151
[#1156]: https://github.com/kmuto/review/issues/1156
[#1160]: https://github.com/kmuto/review/issues/1160
[#1167]: https://github.com/kmuto/review/issues/1167
Expand Down

0 comments on commit 8bc22f4

Please sign in to comment.