diff options
author | Karl Berry <karl@freefriends.org> | 2018-09-01 22:16:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-09-01 22:16:58 +0000 |
commit | 7296fc79309858e6bcb41b7e4e28dfa73e3dd773 (patch) | |
tree | a14049ee3ff57d81b1e5e3cff8c6d1820ca25db8 /Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html | |
parent | 6680343d25dad119fdee522e6395982d66d24153 (diff) |
jlreq (1sep18)
git-svn-id: svn://tug.org/texlive/trunk@48535 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html')
-rw-r--r-- | Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html b/Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html index 1186f439f7f..9ecdcdf93ae 100644 --- a/Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html +++ b/Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html @@ -58,7 +58,7 @@ <article class="markdown-body"> <h1 id="jlreq-trimmarks">jlreq-trimmarks</h1> <h2 id="what-is-this">What is this?</h2> -<p>This package outputs trim marks. It works with <a href="https://osdn.jp/projects/luatex-ja/wiki/FrontPage">LuaTeX-ja</a> / pLaTeX / upLaTeX / dvipdfmx / Dvips / dviout. It provides the following.</p> +<p>This package outputs trim marks. It works with <a href="https://osdn.jp/projects/luatex-ja/wiki/FrontPage">LuaTeX-ja</a> / pLaTeX / upLaTeX / dvipdfmx / Dvips / dviout and any document class (not only with jlreq class). It provides the following.</p> <ul> <li>Output trim marks</li> <li>Set TrimBox and BleedBox if possible.</li> @@ -71,6 +71,9 @@ <p>Load it by <code>\usepackage</code> with specifying the TeX engine and the DVI driver.</p> <pre><code>\usepackage[dvipdfmx,platex]{jlreq-trimmarks} </code></pre> +<p>Do not use <code>tombow</code> option in the document class.</p> +<h2 id="note">Note</h2> +<p>jlreq-trimmarks sets the size of the paper. However, it may not work due to a conflict with other packages. In this case, please use more powerful package, e.g., <a href="https://github.com/zr-tex8r/BXpapersize">bxpapersize</a>.</p> <h2 id="options">Options</h2> <p>The following package options (keyval style) are available.</p> <h3 id="platex-uplatex-lulatex"><code>platex</code>, <code>uplatex</code>, <code>lulatex</code></h3> @@ -80,11 +83,7 @@ <li>guessed one if the jlreq class is not loaded.</li> </ul> <h3 id="dvipdfmx-dvips-dviout"><code>dvipdfmx</code>, <code>dvips</code>, <code>dviout</code></h3> -<p>Set the dvi driver. If it is not specified, then</p> -<ul> -<li>the package outputs PDF file via LuaLaTeX when the engine is <code>lualatex</code>.</li> -<li>the driver is <code>dvipdmx</code> if the engine is <code>platex</code> or <code>uplatex</code></li> -</ul> +<p>Set the dvi driver. You do not have to specify it when using the engine <code>lualatex</code>. If it is not specified (with <code>platex</code> or <code>uplatex</code>), then <code>dvipdfmx</code> is used.</p> <h3 id="trimmarks_paper"><code>trimmarks_paper</code></h3> <p>Set the size of the paper including trim marks.</p> <ul> @@ -104,12 +103,12 @@ <li><code>digital</code>:TrimBox and BleedBox.</li> <li><code>no</code>: nothing will be showed</li> </ul> +<h3 id="bleed_margin"><code>bleed_margin</code></h3> +<p>Set the bleed margin.</p> <h2 id="jlreqtrimmarkssetup"><code>\jlreqtrimmarkssetup</code></h2> <p>Set the additional settings with the keyval style.</p> <h3 id="banner"><code>banner</code></h3> <p>The things which the package outputs when <code>show=banner</code> is specified in the package option.</p> -<h3 id="bleed_margin"><code>bleed_margin</code></h3> -<p>Set the bleed margin.</p> <h3 id="trimmarks_width"><code>trimmarks_width</code></h3> <p>Set the width of trim marks.</p> <h3 id="color"><code>color</code></h3> @@ -137,6 +136,12 @@ <li>Extended <code>trimmarks_paper</code>.</li> <li>Added a package option <code>landscape</code>.</li> </ul></li> +<li>2018-09-01 +<ul> +<li>Moved <code>bleed_margin</code> from <code>\jlreqtrimmarkssetup</code> to a package option.</li> +<li>jlreq-trimmarks works with unusugal<code>\mag</code>.</li> +<li>Fixed bugs.</li> +</ul></li> </ul> <hr /> <p>Noriyuki Abe <a href="https://github.com/abenori/jlreq" class="uri">https://github.com/abenori/jlreq</a></p> |