Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuto committed Oct 27, 2021
1 parent 7d99d64 commit 8c8f8c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
## 機能強化
* 脚注 (`//footnote`)・後注(`//endnote`) を定義したけれども参照(`@<fn>``@<endnote>`)していないときに警告するようにしました ([#1725])
* 紙面全体に画像を貼り込む `\includefullpagegraphics` マクロを縦書きにも対応するようにしました ([#1734])
* plantuml の jar ファイル探索先を作業フォルダのほか、`/usr/share/plantuml``/usr/share/java` からも探すようにしました ([#1760])

## ドキュメント
* format.ja.md, format.md: SVG数式を作成するコマンドラインの間違いを修正しました ([#1748])
Expand Down Expand Up @@ -48,6 +49,7 @@
[#1753]: https://github.com/kmuto/review/issues/1753
[#1755]: https://github.com/kmuto/review/issues/1755
[#1759]: https://github.com/kmuto/review/pull/1759
[#1760]: https://github.com/kmuto/review/pull/1760

# Version 5.2.0
## 新機能
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
## 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])
Expand Down Expand Up @@ -48,6 +49,7 @@
[#1753]: https://github.com/kmuto/review/issues/1753
[#1755]: https://github.com/kmuto/review/issues/1755
[#1759]: https://github.com/kmuto/review/pull/1759
[#1760]: https://github.com/kmuto/review/pull/1760

# Version 5.2.0
## New Features
Expand Down

0 comments on commit 8c8f8c4

Please sign in to comment.