summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/gentombow
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-08-30 19:35:06 +0000
committerKarl Berry <karl@freefriends.org>2018-08-30 19:35:06 +0000
commita05022b9d4b59c110ad226ec4428e762919fa82d (patch)
tree49659fc88dfb3adabb7fbe139e1376b60a380ecc /Master/texmf-dist/doc/latex/gentombow
parent2ef7201046ce3e99ade2f2791ceabd36a100e33e (diff)
gentombow (30aug18)
git-svn-id: svn://tug.org/texlive/trunk@48512 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/gentombow')
-rw-r--r--Master/texmf-dist/doc/latex/gentombow/README.md2
-rw-r--r--Master/texmf-dist/doc/latex/gentombow/gentombow-ja.pdfbin202256 -> 204758 bytes
-rw-r--r--Master/texmf-dist/doc/latex/gentombow/gentombow-ja.tex15
-rw-r--r--Master/texmf-dist/doc/latex/gentombow/gentombow.pdfbin144379 -> 145506 bytes
-rw-r--r--Master/texmf-dist/doc/latex/gentombow/gentombow.tex4
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
index f2a5eeb2ce6..39b9af65aae 100644
--- a/Master/texmf-dist/doc/latex/gentombow/gentombow-ja.pdf
+++ b/Master/texmf-dist/doc/latex/gentombow/gentombow-ja.pdf
Binary files differ
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
index 231c356f4d4..0c0ea28b5d7 100644
--- a/Master/texmf-dist/doc/latex/gentombow/gentombow.pdf
+++ b/Master/texmf-dist/doc/latex/gentombow/gentombow.pdf
Binary files differ
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}