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 | 79 |
1 files changed, 49 insertions, 30 deletions
diff --git a/Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html b/Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html index f1f0a9f8c17..b331ef9c21e 100644 --- a/Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html +++ b/Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html @@ -134,40 +134,54 @@ <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> +<p>Set the bleed margin. You can also specify as follows.</p> +<pre class="sourceCode latex" id="cb2"><code class="sourceCode latex"><a class="sourceLine" id="cb2-1" data-line-number="1"><span class="bu">\usepackage</span>[bleed_margin={top=3mm,bottom=5mm,gutter=0mm,fore-edge=2mm}]{<span class="ex">jlreq-trimmarks</span>}</a></code></pre> <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, for example:</p> -<div class="sourceCode" id="cb2"><pre class="sourceCode latex"><code class="sourceCode latex"><a class="sourceLine" id="cb2-1" data-line-number="1"><span class="fu">\jlreqtrimmarkssetup</span>{</a> -<a class="sourceLine" id="cb2-2" data-line-number="2"> banner={</a> -<a class="sourceLine" id="cb2-3" data-line-number="3"> top-right={</a> -<a class="sourceLine" id="cb2-4" data-line-number="4"> vertical={</a> -<a class="sourceLine" id="cb2-5" data-line-number="5"> odd = {In the right of the top, only in odd pages, vertical mode.},</a> -<a class="sourceLine" id="cb2-6" data-line-number="6"> even = {In the right of the top, only in even pages, vertical mode.},</a> -<a class="sourceLine" id="cb2-7" data-line-number="7"> },</a> -<a class="sourceLine" id="cb2-8" data-line-number="8"> horizontal={In the right of the top, horizontal mode.}, <span class="co">% does not depend on the parity of the page number</span></a> -<a class="sourceLine" id="cb2-9" data-line-number="9"> corner={In the corner of the right of the top, horizontal mode.},</a> -<a class="sourceLine" id="cb2-10" data-line-number="10"> in-horizontal = {In the right of the top, horizontal mode, in the trim area.},</a> -<a class="sourceLine" id="cb2-11" data-line-number="11"> in-vertical = {In the right of the top, vertical mode, in the trim area.},</a> -<a class="sourceLine" id="cb2-12" data-line-number="12"> },</a> -<a class="sourceLine" id="cb2-13" data-line-number="13"> bottom-center={</a> -<a class="sourceLine" id="cb2-14" data-line-number="14"> left = {In the left in the center of the bottom}, <span class="co">% odd=, even= is also available</span></a> -<a class="sourceLine" id="cb2-15" data-line-number="15"> right = {In the right in the center of the bottom},</a> -<a class="sourceLine" id="cb2-16" data-line-number="16"> in = {In the trim area in the center of the bottom.},</a> -<a class="sourceLine" id="cb2-17" data-line-number="17"> }</a> -<a class="sourceLine" id="cb2-18" data-line-number="18"> }</a> -<a class="sourceLine" id="cb2-19" data-line-number="19">}</a></code></pre></div> -<p>You can use <code>\thepage</code> to output the number of the page. The keys can be ommited. For example:</p> -<div class="sourceCode" id="cb3"><pre class="sourceCode latex"><code class="sourceCode latex"><a class="sourceLine" id="cb3-1" data-line-number="1"><span class="fu">\jlreqtrimmarkssetup</span>{</a> +<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> +<pre class="sourceCode latex" id="cb3"><code class="sourceCode latex"><a class="sourceLine" id="cb3-1" data-line-number="1"><span class="fu">\jlreqtrimmarkssetup</span>{</a> <a class="sourceLine" id="cb3-2" data-line-number="2"> banner={</a> -<a class="sourceLine" id="cb3-3" data-line-number="3"> vertical = {Vertical mode, in the top of the left},</a> -<a class="sourceLine" id="cb3-4" data-line-number="4"> odd = {In the top of the left, only in odd pages.}, <span class="co">% regarded as `horizontal`</span></a> -<a class="sourceLine" id="cb3-5" data-line-number="5"> top-right = {</a> -<a class="sourceLine" id="cb3-6" data-line-number="6"> odd = {In the top of the right, only in odd pages, horizontal mode.}</a> -<a class="sourceLine" id="cb3-7" data-line-number="7"> }</a> -<a class="sourceLine" id="cb3-8" data-line-number="8"> }</a> -<a class="sourceLine" id="cb3-9" data-line-number="9">}</a></code></pre></div> +<a class="sourceLine" id="cb3-3" data-line-number="3"> <Position (top/bottom, left/right, center)>={</a> +<a class="sourceLine" id="cb3-4" data-line-number="4"> <more precise position>={</a> +<a class="sourceLine" id="cb3-5" data-line-number="5"> <odd/even>={</a> +<a class="sourceLine" id="cb3-6" data-line-number="6"> <content></a> +<a class="sourceLine" id="cb3-7" data-line-number="7"> }</a> +<a class="sourceLine" id="cb3-8" data-line-number="8"> }</a> +<a class="sourceLine" id="cb3-9" data-line-number="9"> }</a> +<a class="sourceLine" id="cb3-10" data-line-number="10"> }</a> +<a class="sourceLine" id="cb3-11" data-line-number="11">}</a></code></pre> +<p>Here is an example.</p> +<pre class="sourceCode latex" id="cb4"><code class="sourceCode latex"><a class="sourceLine" id="cb4-1" data-line-number="1"><span class="fu">\jlreqtrimmarkssetup</span>{</a> +<a class="sourceLine" id="cb4-2" data-line-number="2"> banner={</a> +<a class="sourceLine" id="cb4-3" data-line-number="3"> top-right={</a> +<a class="sourceLine" id="cb4-4" data-line-number="4"> vertical={</a> +<a class="sourceLine" id="cb4-5" data-line-number="5"> odd={In the right of the top, only in odd pages, vertical mode.},</a> +<a class="sourceLine" id="cb4-6" data-line-number="6"> even={In the right of the top, only in even pages, vertical mode.},</a> +<a class="sourceLine" id="cb4-7" data-line-number="7"> },</a> +<a class="sourceLine" id="cb4-8" data-line-number="8"> horizontal={In the right of the top, horizontal mode.}, <span class="co">% does not depend on the parity of the page number</span></a> +<a class="sourceLine" id="cb4-9" data-line-number="9"> corner={In the corner of the right of the top, horizontal mode.},</a> +<a class="sourceLine" id="cb4-10" data-line-number="10"> in-horizontal={In the right of the top, horizontal mode, in the trim area.},</a> +<a class="sourceLine" id="cb4-11" data-line-number="11"> in-vertical={In the right of the top, vertical mode, in the trim area.},</a> +<a class="sourceLine" id="cb4-12" data-line-number="12"> },</a> +<a class="sourceLine" id="cb4-13" data-line-number="13"> bottom-center={</a> +<a class="sourceLine" id="cb4-14" data-line-number="14"> left={In the left in the center of the bottom}, <span class="co">% odd=, even= is also available</span></a> +<a class="sourceLine" id="cb4-15" data-line-number="15"> right={In the right in the center of the bottom},</a> +<a class="sourceLine" id="cb4-16" data-line-number="16"> in={In the trim area in the center of the bottom.},</a> +<a class="sourceLine" id="cb4-17" data-line-number="17"> }</a> +<a class="sourceLine" id="cb4-18" data-line-number="18"> }</a> +<a class="sourceLine" id="cb4-19" data-line-number="19">}</a></code></pre> +<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> +<pre class="sourceCode latex" id="cb5"><code class="sourceCode latex"><a class="sourceLine" id="cb5-1" data-line-number="1"><span class="fu">\jlreqtrimmarkssetup</span>{</a> +<a class="sourceLine" id="cb5-2" data-line-number="2"> banner={</a> +<a class="sourceLine" id="cb5-3" data-line-number="3"> vertical={Vertical mode, in the top of the left},</a> +<a class="sourceLine" id="cb5-4" data-line-number="4"> odd={In the top of the left, only in odd pages.}, <span class="co">% regarded as `horizontal`</span></a> +<a class="sourceLine" id="cb5-5" data-line-number="5"> top-right={</a> +<a class="sourceLine" id="cb5-6" data-line-number="6"> odd={In the top of the right, only in odd pages, horizontal mode.}</a> +<a class="sourceLine" id="cb5-7" data-line-number="7"> }</a> +<a class="sourceLine" id="cb5-8" data-line-number="8"> }</a> +<a class="sourceLine" id="cb5-9" data-line-number="9">}</a></code></pre> <h3 id="trimmarks_width"><code>trimmarks_width</code></h3> <p>Set the width of trim marks.</p> <h3 id="color"><code>color</code></h3> @@ -205,6 +219,11 @@ <ul> <li>Extended <code>banner</code> in <code>\jlreqtrimmarkssetup</code>.</li> </ul></li> +<li>2019-04-01 +<ul> +<li>Extended <code>banner</code> in <code>\jlreqtrimmarkssetup</code>.</li> +<li>Extended <code>bleed_margin</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> |