summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html')
-rw-r--r--Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html67
1 files changed, 65 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html b/Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html
index 9ecdcdf93ae..d586cc7dac2 100644
--- a/Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html
+++ b/Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html
@@ -52,13 +52,43 @@
background-color: #F8F8F8;
border-style: none;
}
+ div.sourceCode { overflow-x: auto; text-indent: 0em;}
+ code span.kw { color: #007020; font-weight: bold; } /* Keyword */
+ code span.dt { color: #902000; } /* DataType */
+ code span.dv { color: #40a070; } /* DecVal */
+ code span.bn { color: #40a070; } /* BaseN */
+ code span.fl { color: #40a070; } /* Float */
+ code span.ch { color: #4070a0; } /* Char */
+ code span.st { color: #4070a0; } /* String */
+ code span.co { color: #008000; } /* Comment */
+ code span.ot { color: #007020; } /* Other */
+ code span.al { color: #ff0000; font-weight: bold; } /* Alert */
+ code span.fu { color: #0040FF; } /* Function */
+ code span.er { color: #ff0000; font-weight: bold; } /* Error */
+ code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */
+ code span.cn { color: #880000; } /* Constant */
+ code span.sc { color: #4070a0; } /* SpecialChar */
+ code span.vs { color: #4070a0; } /* VerbatimString */
+ code span.ss { color: #bb6688; } /* SpecialString */
+ code span.im { } /* Import */
+ code span.va { color: #19177c; } /* Variable */
+ code span.cf { color: #007020; font-weight: bold; } /* ControlFlow */
+ code span.op { color: #666666; } /* Operator */
+ code span.bu { color: #0040FF; } /* BuiltIn */
+ code span.ex { } /* Extension */
+ code span.pp { color: #bc7a00; } /* Preprocessor */
+ code span.at { color: #7d9029; } /* Attribute */
+ code span.do { color: #ba2121; font-style: italic; } /* Documentation */
+ code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */
+ code span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* CommentVar */
+ code span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */
</style>
</head>
<body>
<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 and any document class (not only with jlreq class). It provides the following.</p>
+<p>This package outputs trim (register) 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>
@@ -108,7 +138,36 @@
<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>
+<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>
+<pre class="sourceCode latex" id="cb2"><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>
+<p>You can use <code>\thepage</code> to output the number of the page. The keys can be ommited. For example:</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>
<h3 id="trimmarks_width"><code>trimmarks_width</code></h3>
<p>Set the width of trim marks.</p>
<h3 id="color"><code>color</code></h3>
@@ -142,6 +201,10 @@
<li>jlreq-trimmarks works with unusugal<code>\mag</code>.</li>
<li>Fixed bugs.</li>
</ul></li>
+<li>2018-12-10
+<ul>
+<li>Extended <code>banner</code> in <code>\jlreqtrimmarkssetup</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>