From f89e7c6ce008831f7ec0b760918657f85e6b268e Mon Sep 17 00:00:00 2001 From: Kenshi Muto Date: Thu, 11 Oct 2018 22:22:13 +0900 Subject: [PATCH 1/5] update NEWS for 3.0.0preview3 --- NEWS.ja.md | 41 +++++++++++++++++++++++++++++++++++++++++ NEWS.md | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 82 insertions(+) diff --git a/NEWS.ja.md b/NEWS.ja.md index d96bb508e..0b6d61374 100644 --- a/NEWS.ja.md +++ b/NEWS.ja.md @@ -1,3 +1,44 @@ +# Version 3.0.0 preview 3 +## 新機能 +★* PDFMaker: これまでの jsbook.cls クラスファイルをそのまま使用する方法に代わり、紙・電子双方の書籍制作に適するよう拡張した review-jsbook.cls (jsbook.cls 基盤、デフォルト)、および review-jlreq.cls (jlreq.cls 基盤) を導入しました ([#1032]) + +## 非互換の変更 +* PDFMaker: 前付の開始を宣言する LaTeX 命令 `\frontmatter` を、大扉(titlepage)の後ろから大扉の前に移動しました ([#1128]) +★* PDFMaker: coverimage の表紙の貼り付けは、実寸で中央に配置されるようになりました ([#1064]) + +## バグ修正 +* PDFMaker: cover パラメータの扱いの誤りを修正しました ([#1116]) +★* PDFMaker: 新しいクラスファイルで、preview 2 で発生していた紙面の偏りを修正しました ([#1090]) + +## 機能強化 +* PDFMaker: LaTeX に渡す `config.yml` の設定パラメータを増やしました ([#1121]) +* PDFMaker: LaTeX 命令 `\begin{document}` の直後に実行されるフックマクロ `\reviewbegindocumenthook`、`\end{document}` の直前に実行されるフックマクロ `\reviewenddocumenthook` を追加しました ([#1111]) +★* PDFMaker: 新しいクラスファイルでは版面設計をドキュメントオプションで指定するようになったため、geometry.sty は不要になりました ([#912]) +★* PDFMaker: 新しいクラスファイルで、大扉からの通しノンブルをサポートしました ([#1129]) +★* `review-init` コマンドにネットワークダウンロードの機能を追加しました。`-p` オプションで zip ファイルの URL を指定すると、生成したプロジェクトフォルダに zip ファイルを展開して上書きします ([#812]) + +## ドキュメント +* Kindle 用の電子書籍ファイルを作る方法を doc/customize_epub.ja.md に追記しました ([#1114]) +★* サンプルファイルなどにある PDFMaker のデフォルトのドキュメントオプションの例示を新しいクラスファイルに合わせました ([#1115]) +★* `review-init` コマンドで展開されるファイルなど、扱いが明示されていなかったファイルについてライセンスを明記しました ([#1093]) + +## コントリビューターのみなさん +★* [@munepi](https://github.com/munepi) + +[#812]: https://github.com/kmuto/review/issues/812 +[#912]: https://github.com/kmuto/review/issues/912 +[#1032]: https://github.com/kmuto/review/issues/1032 +[#1064]: https://github.com/kmuto/review/issues/1064 +[#1090]: https://github.com/kmuto/review/issues/1090 +[#1093]: https://github.com/kmuto/review/issues/1093 +[#1111]: https://github.com/kmuto/review/pull/1111 +[#1114]: https://github.com/kmuto/review/pull/1114 +[#1115]: https://github.com/kmuto/review/issues/1115 +[#1116]: https://github.com/kmuto/review/pull/1116 +[#1121]: https://github.com/kmuto/review/pull/1121 +[#1128]: https://github.com/kmuto/review/issues/1128 +[#1129]: https://github.com/kmuto/review/pull/1129 + # Version 3.0.0 preview 2 ## 新機能 diff --git a/NEWS.md b/NEWS.md index ddc7a4755..fa1f766c3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,44 @@ +# 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]) + +## 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]) + +## Bug Fixes +* PDFMaker: fix an errror handling of `cover` parameter ([#1116]) +★* PDFMaker: fix position misalignment in preview 2 ([#1090]) + +## 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]) + +## 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]) + +## Contributors +★* [@munepi](https://github.com/munepi) + +[#812]: https://github.com/kmuto/review/issues/812 +[#912]: https://github.com/kmuto/review/issues/912 +[#1032]: https://github.com/kmuto/review/issues/1032 +[#1064]: https://github.com/kmuto/review/issues/1064 +[#1090]: https://github.com/kmuto/review/issues/1090 +[#1093]: https://github.com/kmuto/review/issues/1093 +[#1111]: https://github.com/kmuto/review/pull/1111 +[#1114]: https://github.com/kmuto/review/pull/1114 +[#1115]: https://github.com/kmuto/review/issues/1115 +[#1116]: https://github.com/kmuto/review/pull/1116 +[#1121]: https://github.com/kmuto/review/pull/1121 +[#1128]: https://github.com/kmuto/review/issues/1128 +[#1129]: https://github.com/kmuto/review/pull/1129 + # Version 3.0.0 preview 2 ## New Features From fa24cc935d17eef655cb0a9382dcf5c1c7cf1f49 Mon Sep 17 00:00:00 2001 From: Kenshi Muto Date: Sun, 14 Oct 2018 18:57:47 +0900 Subject: [PATCH 2/5] add note about imgmath --- NEWS.ja.md | 3 +++ NEWS.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/NEWS.ja.md b/NEWS.ja.md index 0b6d61374..82f115f29 100644 --- a/NEWS.ja.md +++ b/NEWS.ja.md @@ -1,6 +1,7 @@ # Version 3.0.0 preview 3 ## 新機能 ★* PDFMaker: これまでの jsbook.cls クラスファイルをそのまま使用する方法に代わり、紙・電子双方の書籍制作に適するよう拡張した review-jsbook.cls (jsbook.cls 基盤、デフォルト)、および review-jlreq.cls (jlreq.cls 基盤) を導入しました ([#1032]) +★* EPUBMaker/WEBMaker: `@` や `//texequation` で入れた数式を画像化する imgmath 機能を追加しました ([#868]) ## 非互換の変更 * PDFMaker: 前付の開始を宣言する LaTeX 命令 `\frontmatter` を、大扉(titlepage)の後ろから大扉の前に移動しました ([#1128]) @@ -21,11 +22,13 @@ * Kindle 用の電子書籍ファイルを作る方法を doc/customize_epub.ja.md に追記しました ([#1114]) ★* サンプルファイルなどにある PDFMaker のデフォルトのドキュメントオプションの例示を新しいクラスファイルに合わせました ([#1115]) ★* `review-init` コマンドで展開されるファイルなど、扱いが明示されていなかったファイルについてライセンスを明記しました ([#1093]) +★* 数式を画像化する `imgmath` について、doc/format.ja.md に追記しました ([#868]) ## コントリビューターのみなさん ★* [@munepi](https://github.com/munepi) [#812]: https://github.com/kmuto/review/issues/812 +[#868]: https://github.com/kmuto/review/issues/868 [#912]: https://github.com/kmuto/review/issues/912 [#1032]: https://github.com/kmuto/review/issues/1032 [#1064]: https://github.com/kmuto/review/issues/1064 diff --git a/NEWS.md b/NEWS.md index fa1f766c3..5fe41595a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,7 @@ # 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]) +★* EPUBMaker/WEBMaker: add imgmath function to image mathematical expressions ([#868]) ## Breaking Changes * PDFMaker: the location of `\frontmatter` is moved from the back of the titlepage to the front ([#1128]) @@ -21,11 +22,13 @@ * 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]) +★* add note about `imgmath` feature to doc/format.ja.md ([#868]) ## Contributors ★* [@munepi](https://github.com/munepi) [#812]: https://github.com/kmuto/review/issues/812 +[#868]: https://github.com/kmuto/review/issues/868 [#912]: https://github.com/kmuto/review/issues/912 [#1032]: https://github.com/kmuto/review/issues/1032 [#1064]: https://github.com/kmuto/review/issues/1064 From e4414e789dc061ef88027afa1f43ae86960c8c78 Mon Sep 17 00:00:00 2001 From: Kenshi Muto Date: Mon, 15 Oct 2018 09:20:58 +0900 Subject: [PATCH 3/5] add note about gentombow --- NEWS.ja.md | 2 ++ NEWS.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/NEWS.ja.md b/NEWS.ja.md index 82f115f29..24b4a6ea3 100644 --- a/NEWS.ja.md +++ b/NEWS.ja.md @@ -17,6 +17,7 @@ ★* PDFMaker: 新しいクラスファイルでは版面設計をドキュメントオプションで指定するようになったため、geometry.sty は不要になりました ([#912]) ★* PDFMaker: 新しいクラスファイルで、大扉からの通しノンブルをサポートしました ([#1129]) ★* `review-init` コマンドにネットワークダウンロードの機能を追加しました。`-p` オプションで zip ファイルの URL を指定すると、生成したプロジェクトフォルダに zip ファイルを展開して上書きします ([#812]) +★* PDFMaker: デジタルトンボや隠しノンブルを表現するために外部 TeX パッケージの gentombow パッケージを取り込み、プロジェクトフォルダの sty フォルダにコピーするようにしました ([#1136]) ## ドキュメント * Kindle 用の電子書籍ファイルを作る方法を doc/customize_epub.ja.md に追記しました ([#1114]) @@ -41,6 +42,7 @@ [#1121]: https://github.com/kmuto/review/pull/1121 [#1128]: https://github.com/kmuto/review/issues/1128 [#1129]: https://github.com/kmuto/review/pull/1129 +[#1136]: https://github.com/kmuto/review/issues/1136 # Version 3.0.0 preview 2 diff --git a/NEWS.md b/NEWS.md index 5fe41595a..b8d029394 100644 --- a/NEWS.md +++ b/NEWS.md @@ -17,6 +17,7 @@ ★* 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]) @@ -41,6 +42,7 @@ [#1121]: https://github.com/kmuto/review/pull/1121 [#1128]: https://github.com/kmuto/review/issues/1128 [#1129]: https://github.com/kmuto/review/pull/1129 +[#1136]: https://github.com/kmuto/review/issues/1136 # Version 3.0.0 preview 2 From 3e5d70fe4a0be6c1f1db8fc1b8f94b01cc0c2ca4 Mon Sep 17 00:00:00 2001 From: takahashim Date: Tue, 16 Oct 2018 01:20:13 +0900 Subject: [PATCH 4/5] merged PRs --- NEWS.ja.md | 26 ++++++++++++++------------ NEWS.md | 26 ++++++++++++++------------ 2 files changed, 28 insertions(+), 24 deletions(-) diff --git a/NEWS.ja.md b/NEWS.ja.md index 24b4a6ea3..09bca7167 100644 --- a/NEWS.ja.md +++ b/NEWS.ja.md @@ -1,32 +1,32 @@ # Version 3.0.0 preview 3 ## 新機能 -★* PDFMaker: これまでの jsbook.cls クラスファイルをそのまま使用する方法に代わり、紙・電子双方の書籍制作に適するよう拡張した review-jsbook.cls (jsbook.cls 基盤、デフォルト)、および review-jlreq.cls (jlreq.cls 基盤) を導入しました ([#1032]) -★* EPUBMaker/WEBMaker: `@` や `//texequation` で入れた数式を画像化する imgmath 機能を追加しました ([#868]) +* PDFMaker: これまでの jsbook.cls クラスファイルをそのまま使用する方法に代わり、紙・電子双方の書籍制作に適するよう拡張した review-jsbook.cls (jsbook.cls 基盤、デフォルト)、および review-jlreq.cls (jlreq.cls 基盤) を導入しました ([#1032],[#1117]) +* EPUBMaker/WEBMaker: `@` や `//texequation` で入れた数式を画像化する imgmath 機能を追加しました ([#868],[#1138]) ## 非互換の変更 * PDFMaker: 前付の開始を宣言する LaTeX 命令 `\frontmatter` を、大扉(titlepage)の後ろから大扉の前に移動しました ([#1128]) -★* PDFMaker: coverimage の表紙の貼り付けは、実寸で中央に配置されるようになりました ([#1064]) +* PDFMaker: coverimage の表紙の貼り付けは、実寸で中央に配置されるようになりました ([#1064],[#1117]) ## バグ修正 * PDFMaker: cover パラメータの扱いの誤りを修正しました ([#1116]) -★* PDFMaker: 新しいクラスファイルで、preview 2 で発生していた紙面の偏りを修正しました ([#1090]) +* PDFMaker: 新しいクラスファイルで、preview 2 で発生していた紙面の偏りを修正しました ([#1090],[#1117]) ## 機能強化 * PDFMaker: LaTeX に渡す `config.yml` の設定パラメータを増やしました ([#1121]) * PDFMaker: LaTeX 命令 `\begin{document}` の直後に実行されるフックマクロ `\reviewbegindocumenthook`、`\end{document}` の直前に実行されるフックマクロ `\reviewenddocumenthook` を追加しました ([#1111]) -★* PDFMaker: 新しいクラスファイルでは版面設計をドキュメントオプションで指定するようになったため、geometry.sty は不要になりました ([#912]) -★* PDFMaker: 新しいクラスファイルで、大扉からの通しノンブルをサポートしました ([#1129]) -★* `review-init` コマンドにネットワークダウンロードの機能を追加しました。`-p` オプションで zip ファイルの URL を指定すると、生成したプロジェクトフォルダに zip ファイルを展開して上書きします ([#812]) -★* PDFMaker: デジタルトンボや隠しノンブルを表現するために外部 TeX パッケージの gentombow パッケージを取り込み、プロジェクトフォルダの sty フォルダにコピーするようにしました ([#1136]) +* PDFMaker: 新しいクラスファイルでは版面設計をドキュメントオプションで指定するようになったため、geometry.sty は不要になりました ([#912]) +* PDFMaker: 新しいクラスファイルで、大扉からの通しノンブルをサポートしました ([#1129]) +* `review-init` コマンドにネットワークダウンロードの機能を追加しました。`-p` オプションで zip ファイルの URL を指定すると、生成したプロジェクトフォルダに zip ファイルを展開して上書きします ([#812]) +* PDFMaker: デジタルトンボや隠しノンブルを表現するために外部 TeX パッケージの gentombow パッケージを取り込み、プロジェクトフォルダの sty フォルダにコピーするようにしました ([#1136]) ## ドキュメント * Kindle 用の電子書籍ファイルを作る方法を doc/customize_epub.ja.md に追記しました ([#1114]) -★* サンプルファイルなどにある PDFMaker のデフォルトのドキュメントオプションの例示を新しいクラスファイルに合わせました ([#1115]) -★* `review-init` コマンドで展開されるファイルなど、扱いが明示されていなかったファイルについてライセンスを明記しました ([#1093]) -★* 数式を画像化する `imgmath` について、doc/format.ja.md に追記しました ([#868]) +* サンプルファイルなどにある PDFMaker のデフォルトのドキュメントオプションの例示を新しいクラスファイルに合わせました ([#1115]) +* `review-init` コマンドで展開されるファイルなど、扱いが明示されていなかったファイルについてライセンスを明記しました ([#1093],[#1112]) +* 数式を画像化する `imgmath` について、doc/format.ja.md に追記しました ([#868]) ## コントリビューターのみなさん -★* [@munepi](https://github.com/munepi) +* [@munepi](https://github.com/munepi) [#812]: https://github.com/kmuto/review/issues/812 [#868]: https://github.com/kmuto/review/issues/868 @@ -39,10 +39,12 @@ [#1114]: https://github.com/kmuto/review/pull/1114 [#1115]: https://github.com/kmuto/review/issues/1115 [#1116]: https://github.com/kmuto/review/pull/1116 +[#1117]: https://github.com/kmuto/review/pull/1117 [#1121]: https://github.com/kmuto/review/pull/1121 [#1128]: https://github.com/kmuto/review/issues/1128 [#1129]: https://github.com/kmuto/review/pull/1129 [#1136]: https://github.com/kmuto/review/issues/1136 +[#1138]: https://github.com/kmuto/review/issues/1138 # Version 3.0.0 preview 2 diff --git a/NEWS.md b/NEWS.md index b8d029394..84a121ccf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,32 +1,32 @@ # 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]) -★* EPUBMaker/WEBMaker: add imgmath function to image mathematical expressions ([#868]) +* 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]) +* 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]) +* 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]) +* 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]) -★* add note about `imgmath` feature to doc/format.ja.md ([#868]) +* 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 -★* [@munepi](https://github.com/munepi) +* [@munepi](https://github.com/munepi) [#812]: https://github.com/kmuto/review/issues/812 [#868]: https://github.com/kmuto/review/issues/868 @@ -39,10 +39,12 @@ [#1114]: https://github.com/kmuto/review/pull/1114 [#1115]: https://github.com/kmuto/review/issues/1115 [#1116]: https://github.com/kmuto/review/pull/1116 +[#1117]: https://github.com/kmuto/review/pull/1117 [#1121]: https://github.com/kmuto/review/pull/1121 [#1128]: https://github.com/kmuto/review/issues/1128 [#1129]: https://github.com/kmuto/review/pull/1129 [#1136]: https://github.com/kmuto/review/issues/1136 +[#1138]: https://github.com/kmuto/review/issues/1138 # Version 3.0.0 preview 2 From e673875473018e3825b2f749507d0da63511f7b7 Mon Sep 17 00:00:00 2001 From: Kenshi Muto Date: Tue, 16 Oct 2018 08:14:28 +0900 Subject: [PATCH 5/5] add link to #1112 --- NEWS.ja.md | 1 + NEWS.md | 1 + 2 files changed, 2 insertions(+) diff --git a/NEWS.ja.md b/NEWS.ja.md index 09bca7167..6dfe7705c 100644 --- a/NEWS.ja.md +++ b/NEWS.ja.md @@ -36,6 +36,7 @@ [#1090]: https://github.com/kmuto/review/issues/1090 [#1093]: https://github.com/kmuto/review/issues/1093 [#1111]: https://github.com/kmuto/review/pull/1111 +[#1112]: https://github.com/kmuto/review/pull/1112 [#1114]: https://github.com/kmuto/review/pull/1114 [#1115]: https://github.com/kmuto/review/issues/1115 [#1116]: https://github.com/kmuto/review/pull/1116 diff --git a/NEWS.md b/NEWS.md index 84a121ccf..6d5928786 100644 --- a/NEWS.md +++ b/NEWS.md @@ -36,6 +36,7 @@ [#1090]: https://github.com/kmuto/review/issues/1090 [#1093]: https://github.com/kmuto/review/issues/1093 [#1111]: https://github.com/kmuto/review/pull/1111 +[#1112]: https://github.com/kmuto/review/pull/1112 [#1114]: https://github.com/kmuto/review/pull/1114 [#1115]: https://github.com/kmuto/review/issues/1115 [#1116]: https://github.com/kmuto/review/pull/1116