diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/gentombow/README.md | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/gentombow/gentombow-ja.pdf | bin | 202256 -> 204758 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/gentombow/gentombow-ja.tex | 15 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/gentombow/gentombow.pdf | bin | 144379 -> 145506 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/gentombow/gentombow.tex | 4 |
5 files changed, 17 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/gentombow/README.md b/Master/texmf-dist/doc/latex/gentombow/README.md index babf2da6f55..b9f5aad6a77 100644 --- a/Master/texmf-dist/doc/latex/gentombow/README.md +++ b/Master/texmf-dist/doc/latex/gentombow/README.md @@ -44,6 +44,6 @@ the 3-clause BSD license (see [LICENSE](./LICENSE)). ## Release Date -2018-08-20 +2018-08-30 Hironobu Yamashita diff --git a/Master/texmf-dist/doc/latex/gentombow/gentombow-ja.pdf b/Master/texmf-dist/doc/latex/gentombow/gentombow-ja.pdf Binary files differindex f2a5eeb2ce6..39b9af65aae 100644 --- a/Master/texmf-dist/doc/latex/gentombow/gentombow-ja.pdf +++ b/Master/texmf-dist/doc/latex/gentombow/gentombow-ja.pdf diff --git a/Master/texmf-dist/doc/latex/gentombow/gentombow-ja.tex b/Master/texmf-dist/doc/latex/gentombow/gentombow-ja.tex index 2e9ab803182..d3135878c79 100644 --- a/Master/texmf-dist/doc/latex/gentombow/gentombow-ja.tex +++ b/Master/texmf-dist/doc/latex/gentombow/gentombow-ja.tex @@ -263,7 +263,7 @@ OpenTypeフォントを直接利用することもできます。}。 \subsection{塗り足し(ドブ)の幅} -デフォルトでは塗り足し(塗り足し)の幅は3~mmですが、 +デフォルトでは塗り足し(ドブ)の幅は3~mmですが、 \verb+\settombowbleed{5mm}+とすると5~mmになります。 命令の引数には任意の寸法を与えることができますが、実用上は数mmでしょう。 @@ -311,18 +311,23 @@ CMYKの版ごとにトンボを作成する場合や、特色のトンボが必 これは、\textsf{jsclasses}クラス内で行われる\verb+\oddsidemargin+と \verb+\topmargin+の計算の都合からくる制約です。たとえば \begin{verbatim} - \documentclass[a4j,14pt]{jarticle} + \documentclass[a4j,14pt]{jsarticle} \usepackage{gentombow} \end{verbatim} という使い方は\emph{誤り}です(このままでは誤った余白設定が 適用されますので、安全のため\textsf{gentombow}パッケージ がエラーを出すようにしてあります)。代わりに \begin{verbatim} - \documentclass[a4j,14pt,tombow]{jarticle} + \documentclass[a4j,14pt,tombow]{jsarticle} \usepackage{gentombow} \end{verbatim} と書くようにしてください。 +また、塗り足しの幅などの寸法指定は\verb+true+付きの単位を +使用してください。例えば +\verb+\settombowbleed{3truemm}+と指定すれば、 +\verb+\mag+による版面拡大(縮小)後の塗り足し幅を3~mmにできます。 + 同様に、ZR氏による\textsf{BXjscls}のクラスを使用していて、10pt以外の サイズオプションを指定する場合は \begin{itemize} @@ -435,6 +440,10 @@ $30\,\mathrm{mm}$にしたいとき\footnote{ここでは「本文の領域以 \verb+\settombowbleed+, \verb+\settombowcolor+の追加 \item 2018/08/20 v0.9h 用紙サイズ検出に\texttt{hagaki}を追加、 \textsf{pdfpages}対策の改良 + \item 2018/08/30 v0.9j \textsf{jsclasses}の$\verb+\mag+ \ne 1000$でも + \verb+pdfbox+オプションが正常動作するように改良、 + \verb+\settombowbleed+が\verb+/TrimBox+に反映されな + かったバグの修正 \end{itemize} \end{document} diff --git a/Master/texmf-dist/doc/latex/gentombow/gentombow.pdf b/Master/texmf-dist/doc/latex/gentombow/gentombow.pdf Binary files differindex 231c356f4d4..0c0ea28b5d7 100644 --- a/Master/texmf-dist/doc/latex/gentombow/gentombow.pdf +++ b/Master/texmf-dist/doc/latex/gentombow/gentombow.pdf diff --git a/Master/texmf-dist/doc/latex/gentombow/gentombow.tex b/Master/texmf-dist/doc/latex/gentombow/gentombow.tex index 73745059211..ed7c134f3bf 100644 --- a/Master/texmf-dist/doc/latex/gentombow/gentombow.tex +++ b/Master/texmf-dist/doc/latex/gentombow/gentombow.tex @@ -289,6 +289,10 @@ or \verb+\topmargin+, or leave it to \textsf{geometry} package. \verb+\settombowcolor+. \item 2018/08/20 v0.9h Add \texttt{hagaki} size for paper detection, improve patches for \textsf{pdfpages}. + \item 2018/08/30 v0.9j Support \textsf{jsclasses}-style \verb+\mag+ employment + also with \verb+pdfbox+ option. + Fix a bug that \verb+\settombowbleed+ is not + considered by \verb+/TrimBox+. \end{itemize} \end{document} |