diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html')
-rw-r--r-- | Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html b/Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html index eab0f3f002c..1186f439f7f 100644 --- a/Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html +++ b/Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html @@ -62,8 +62,9 @@ <ul> <li>Output trim marks</li> <li>Set TrimBox and BleedBox if possible.</li> -<li>Set the size of paper..</li> +<li>Set the size of paper.</li> </ul> +<p>Note that this package is independent from <a href="https://www.w3.org/TR/jlreq/">Requirements for Japanese Text Layout</a> (JLReq). JLReq says nothing about trim marks.</p> <h2 id="installation">Installation</h2> <p>Move jlreq-trimmarks.sty and jlre-helpers.sty to $TEXMF/tex/latex/jlreq.</p> <h2 id="how-to-use">How to use</h2> @@ -71,7 +72,7 @@ <pre><code>\usepackage[dvipdfmx,platex]{jlreq-trimmarks} </code></pre> <h2 id="options">Options</h2> -<p>The following class options (keyval style) are available.</p> +<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> <p>Set the engine. If it is not specified, then the engine is</p> <ul> @@ -85,11 +86,16 @@ <li>the driver is <code>dvipdmx</code> if the engine is <code>platex</code> or <code>uplatex</code></li> </ul> <h3 id="trimmarks_paper"><code>trimmarks_paper</code></h3> -<p>Set the size of the paper including trim marks. There are two ways to specify it.</p> +<p>Set the size of the paper including trim marks.</p> <ul> -<li><code>trimmarks_paper=<paper type></code>: for the paper type, you can use <code>a0--a10</code>, <code>b0--b10</code> and <code>c2--c8</code>. Note that <code>b0--b10</code> is `JIS B' (Japanese B-series variant).</li> -<li><code>trimmarks_paper={<width>,height>}</code></li> +<li><code>trimmarks_paper=<paper type></code>: specify via the paper type. for the paper type, you can use <code>a0--a10</code>, <code>b0--b10</code> and <code>c2--c8</code>. Note that <code>b0--b10</code> is `JIS B' (Japanese B-series variant).</li> +<li><code>trimmarks_paper={<width>,height>}</code>: specify via the width and height.</li> +<li><code>trimmarks_paper=<paper size>+{<width>,<height>}</code> (e.g. <code>trimmarks_paper=a4+{1cm,2cm}</code>): <code><width></code> (resp. <code><height></code>) is added to the width (resp. height) of the paper size specified by <code><paper size></code> For <code><paper size></code>, one can use <code><paper type></code> or <code>{<width>,<height>}</code> as in the above.</li> +<li><code>trimmarks_paper=a4+2cm</code> is equivalent to <code>trimmarks_paper=a4+{2cm,2cm}</code>.</li> +<li>If <code><paper size></code> is empty (e.g. <code>trimmarks_paper=+2cm</code>), the current paper size (which is specified usually by the option for the document class) is used.</li> </ul> +<h3 id="landscape"><code>landscape</code></h3> +<p>Swap the width and the height. This swaps only the width and height which is specified with the option <code>trimmarks_paper</code>. For example, <code>landscape,trimmarks_paper=+{2cm,1cm}</code>, adds 1cm to the height and 2cm to the width. But the current paper size is not swapped.</p> <h3 id="show"><code>show</code></h3> <p>Specify the types of trim marks which the package outputs. It is specified with the comma separated list like <code>show={trimmarks,banner,digital}</code>. If no argument is given, everything will be showed.</p> <ul> @@ -101,7 +107,7 @@ <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 class option.</p> +<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> @@ -126,6 +132,11 @@ <ul> <li>Fixed a bug.</li> </ul></li> +<li>2018-08-08 +<ul> +<li>Extended <code>trimmarks_paper</code>.</li> +<li>Added a package option <code>landscape</code>.</li> +</ul></li> </ul> <hr /> <p>Noriyuki Abe <a href="https://github.com/abenori/jlreq" class="uri">https://github.com/abenori/jlreq</a></p> |