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 | 83 |
1 files changed, 41 insertions, 42 deletions
diff --git a/Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html b/Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html index 4836a367e58..54f939114e2 100644 --- a/Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html +++ b/Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html @@ -99,8 +99,7 @@ <p>Move jlreq-trimmarks.sty and jlre-helpers.sty to $TEXMF/tex/latex/jlreq.</p> <h2 id="how-to-use">How to use</h2> <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> +<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> @@ -135,53 +134,53 @@ </ul> <h3 id="bleed_margin"><code>bleed_margin</code></h3> <p>Set the bleed margin. You can also specify as follows.</p> -<div class="sourceCode" id="cb2"><pre class="sourceCode latex"><code class="sourceCode latex"><span id="cb2-1"><a href="#cb2-1"></a><span class="bu">\usepackage</span>[bleed_margin={top=3mm,bottom=5mm,gutter=0mm,fore-edge=2mm}]{<span class="ex">jlreq-trimmarks</span>}</span></code></pre></div> +<div class="sourceCode" id="cb2"><pre class="sourceCode latex"><code class="sourceCode latex"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true"></a><span class="bu">\usepackage</span>[bleed_margin={top=3mm,bottom=5mm,gutter=0mm,fore-edge=2mm}]{<span class="ex">jlreq-trimmarks</span>}</span></code></pre></div> <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. Normally it is showed in the left of the top. You can also put them in many places with</p> -<div class="sourceCode" id="cb3"><pre class="sourceCode latex"><code class="sourceCode latex"><span id="cb3-1"><a href="#cb3-1"></a><span class="fu">\jlreqtrimmarkssetup</span>{</span> -<span id="cb3-2"><a href="#cb3-2"></a> banner={</span> -<span id="cb3-3"><a href="#cb3-3"></a> <Position (top/bottom, left/right, center)>={</span> -<span id="cb3-4"><a href="#cb3-4"></a> <more precise position>={</span> -<span id="cb3-5"><a href="#cb3-5"></a> <odd/even>={</span> -<span id="cb3-6"><a href="#cb3-6"></a> <content></span> -<span id="cb3-7"><a href="#cb3-7"></a> }</span> -<span id="cb3-8"><a href="#cb3-8"></a> }</span> -<span id="cb3-9"><a href="#cb3-9"></a> }</span> -<span id="cb3-10"><a href="#cb3-10"></a> }</span> -<span id="cb3-11"><a href="#cb3-11"></a>}</span></code></pre></div> +<div class="sourceCode" id="cb3"><pre class="sourceCode latex"><code class="sourceCode latex"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true"></a><span class="fu">\jlreqtrimmarkssetup</span>{</span> +<span id="cb3-2"><a href="#cb3-2" aria-hidden="true"></a> banner={</span> +<span id="cb3-3"><a href="#cb3-3" aria-hidden="true"></a> <Position (top/bottom, left/right, center)>={</span> +<span id="cb3-4"><a href="#cb3-4" aria-hidden="true"></a> <more precise position>={</span> +<span id="cb3-5"><a href="#cb3-5" aria-hidden="true"></a> <odd/even>={</span> +<span id="cb3-6"><a href="#cb3-6" aria-hidden="true"></a> <content></span> +<span id="cb3-7"><a href="#cb3-7" aria-hidden="true"></a> }</span> +<span id="cb3-8"><a href="#cb3-8" aria-hidden="true"></a> }</span> +<span id="cb3-9"><a href="#cb3-9" aria-hidden="true"></a> }</span> +<span id="cb3-10"><a href="#cb3-10" aria-hidden="true"></a> }</span> +<span id="cb3-11"><a href="#cb3-11" aria-hidden="true"></a>}</span></code></pre></div> <p>Here is an example.</p> -<div class="sourceCode" id="cb4"><pre class="sourceCode latex"><code class="sourceCode latex"><span id="cb4-1"><a href="#cb4-1"></a><span class="fu">\jlreqtrimmarkssetup</span>{</span> -<span id="cb4-2"><a href="#cb4-2"></a> banner={</span> -<span id="cb4-3"><a href="#cb4-3"></a> top-right={</span> -<span id="cb4-4"><a href="#cb4-4"></a> vertical={</span> -<span id="cb4-5"><a href="#cb4-5"></a> odd={In the right of the top, only in odd pages, vertical mode.},</span> -<span id="cb4-6"><a href="#cb4-6"></a> even={In the right of the top, only in even pages, vertical mode.},</span> -<span id="cb4-7"><a href="#cb4-7"></a> },</span> -<span id="cb4-8"><a href="#cb4-8"></a> horizontal={In the right of the top, horizontal mode.}, <span class="co">% does not depend on the parity of the page number</span></span> -<span id="cb4-9"><a href="#cb4-9"></a> corner={In the corner of the right of the top, horizontal mode.},</span> -<span id="cb4-10"><a href="#cb4-10"></a> in-horizontal={In the right of the top, horizontal mode, in the trim area.},</span> -<span id="cb4-11"><a href="#cb4-11"></a> in-vertical={In the right of the top, vertical mode, in the trim area.},</span> -<span id="cb4-12"><a href="#cb4-12"></a> },</span> -<span id="cb4-13"><a href="#cb4-13"></a> bottom-center={</span> -<span id="cb4-14"><a href="#cb4-14"></a> left={In the left in the center of the bottom}, <span class="co">% odd=, even= is also available</span></span> -<span id="cb4-15"><a href="#cb4-15"></a> right={In the right in the center of the bottom},</span> -<span id="cb4-16"><a href="#cb4-16"></a> in={In the trim area in the center of the bottom.},</span> -<span id="cb4-17"><a href="#cb4-17"></a> }</span> -<span id="cb4-18"><a href="#cb4-18"></a> }</span> -<span id="cb4-19"><a href="#cb4-19"></a>}</span></code></pre></div> +<div class="sourceCode" id="cb4"><pre class="sourceCode latex"><code class="sourceCode latex"><span id="cb4-1"><a href="#cb4-1" aria-hidden="true"></a><span class="fu">\jlreqtrimmarkssetup</span>{</span> +<span id="cb4-2"><a href="#cb4-2" aria-hidden="true"></a> banner={</span> +<span id="cb4-3"><a href="#cb4-3" aria-hidden="true"></a> top-right={</span> +<span id="cb4-4"><a href="#cb4-4" aria-hidden="true"></a> vertical={</span> +<span id="cb4-5"><a href="#cb4-5" aria-hidden="true"></a> odd={In the right of the top, only in odd pages, vertical mode.},</span> +<span id="cb4-6"><a href="#cb4-6" aria-hidden="true"></a> even={In the right of the top, only in even pages, vertical mode.},</span> +<span id="cb4-7"><a href="#cb4-7" aria-hidden="true"></a> },</span> +<span id="cb4-8"><a href="#cb4-8" aria-hidden="true"></a> horizontal={In the right of the top, horizontal mode.}, <span class="co">% does not depend on the parity of the page number</span></span> +<span id="cb4-9"><a href="#cb4-9" aria-hidden="true"></a> corner={In the corner of the right of the top, horizontal mode.},</span> +<span id="cb4-10"><a href="#cb4-10" aria-hidden="true"></a> in-horizontal={In the right of the top, horizontal mode, in the trim area.},</span> +<span id="cb4-11"><a href="#cb4-11" aria-hidden="true"></a> in-vertical={In the right of the top, vertical mode, in the trim area.},</span> +<span id="cb4-12"><a href="#cb4-12" aria-hidden="true"></a> },</span> +<span id="cb4-13"><a href="#cb4-13" aria-hidden="true"></a> bottom-center={</span> +<span id="cb4-14"><a href="#cb4-14" aria-hidden="true"></a> left={In the left in the center of the bottom}, <span class="co">% odd=, even= is also available</span></span> +<span id="cb4-15"><a href="#cb4-15" aria-hidden="true"></a> right={In the right in the center of the bottom},</span> +<span id="cb4-16"><a href="#cb4-16" aria-hidden="true"></a> in={In the trim area in the center of the bottom.},</span> +<span id="cb4-17"><a href="#cb4-17" aria-hidden="true"></a> }</span> +<span id="cb4-18"><a href="#cb4-18" aria-hidden="true"></a> }</span> +<span id="cb4-19"><a href="#cb4-19" aria-hidden="true"></a>}</span></code></pre></div> <p>A possible combination of <code>top/bottom/center</code> and <code>left/right/center/gutter/fore-edge</code> can be used for the position. You can use <code>\thepage</code> to output the number of the page.</p> <p>The keys can be ommited. For example:</p> -<div class="sourceCode" id="cb5"><pre class="sourceCode latex"><code class="sourceCode latex"><span id="cb5-1"><a href="#cb5-1"></a><span class="fu">\jlreqtrimmarkssetup</span>{</span> -<span id="cb5-2"><a href="#cb5-2"></a> banner={</span> -<span id="cb5-3"><a href="#cb5-3"></a> vertical={Vertical mode, in the top of the left},</span> -<span id="cb5-4"><a href="#cb5-4"></a> odd={In the top of the left, only in odd pages.}, <span class="co">% regarded as `horizontal`</span></span> -<span id="cb5-5"><a href="#cb5-5"></a> top-right={</span> -<span id="cb5-6"><a href="#cb5-6"></a> odd={In the top of the right, only in odd pages, horizontal mode.}</span> -<span id="cb5-7"><a href="#cb5-7"></a> }</span> -<span id="cb5-8"><a href="#cb5-8"></a> }</span> -<span id="cb5-9"><a href="#cb5-9"></a>}</span></code></pre></div> +<div class="sourceCode" id="cb5"><pre class="sourceCode latex"><code class="sourceCode latex"><span id="cb5-1"><a href="#cb5-1" aria-hidden="true"></a><span class="fu">\jlreqtrimmarkssetup</span>{</span> +<span id="cb5-2"><a href="#cb5-2" aria-hidden="true"></a> banner={</span> +<span id="cb5-3"><a href="#cb5-3" aria-hidden="true"></a> vertical={Vertical mode, in the top of the left},</span> +<span id="cb5-4"><a href="#cb5-4" aria-hidden="true"></a> odd={In the top of the left, only in odd pages.}, <span class="co">% regarded as `horizontal`</span></span> +<span id="cb5-5"><a href="#cb5-5" aria-hidden="true"></a> top-right={</span> +<span id="cb5-6"><a href="#cb5-6" aria-hidden="true"></a> odd={In the top of the right, only in odd pages, horizontal mode.}</span> +<span id="cb5-7"><a href="#cb5-7" aria-hidden="true"></a> }</span> +<span id="cb5-8"><a href="#cb5-8" aria-hidden="true"></a> }</span> +<span id="cb5-9"><a href="#cb5-9" aria-hidden="true"></a>}</span></code></pre></div> <h3 id="trimmarks_width"><code>trimmarks_width</code></h3> <p>Set the width of trim marks.</p> <h3 id="-color"><code> color</code></h3> |