summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-05-19 23:27:52 +0000
committerKarl Berry <karl@freefriends.org>2018-05-19 23:27:52 +0000
commitd5975620549112823d69c164a8e1d06cb83398c2 (patch)
tree58bb37ab24bdb0b7fbfd0eeeeb0db5e6e5925429 /Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html
parent4fa4ff22732b71ed4356295cbbe0672e29dcea43 (diff)
jlreq (19may18)
git-svn-id: svn://tug.org/texlive/trunk@47771 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.html130
1 files changed, 130 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html b/Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html
new file mode 100644
index 00000000000..728d596f29e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/jlreq/jlreq-trimmarks.html
@@ -0,0 +1,130 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <meta name="generator" content="pandoc">
+ <title>jlreq-trimmarks</title>
+ <style>
+ .markdown-body {
+ padding-top: 10px;
+ padding-bottom: 10px;
+ background-color: white;
+ padding: 30px;
+ line-height: 170%;
+ }
+ h1{
+ font-size: 200%;
+ }
+ h2{
+ border-style: solid;
+ border-width: 0 0 0.1em 0em;
+ padding: 0 0 0.2em 0em;
+ border-color: #EEEEEE;
+ margin-top: 2em;
+ }
+ h3{
+ border-style: solid;
+ border-width: 0 0 0 0.5em;
+ padding: 0 0 0 0.5em;
+ border-color: #EEEEEE;
+ margin-top: 2em;
+ }
+ code{
+ white-space: pre;
+ font-weight: normal;
+ background-color: #F4F4F4;
+ border-color: #F4F4F4;
+ border-style: solid;
+ border-width: .2em .5em;
+ border-radius: .2em;
+ }
+ pre{
+ background-color: #F8F8F8;
+ border-color: #F8F8F8;
+ border-width: 1em;
+ border-style: solid;
+ border-radius: .5em;
+ padding: 0;
+ margin: 0;
+ line-height: 130%;
+ }
+ pre code{
+ background-color: #F8F8F8;
+ border-style: none;
+ }
+ </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. It provides the following.</p>
+<ul>
+<li>Output trim marks</li>
+<li>Set TrimBox and BleedBox if possible.</li>
+<li>Set the size of paper..</li>
+</ul>
+<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>
+<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>
+<h2 id="options">Options</h2>
+<p>The following class 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>
+<li>the one used in the jlreq class if the jlreq class is loaded.</li>
+<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>
+<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>
+<ul>
+<li><code>trimmarks_paper=&lt;paper type&gt;</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={&lt;width&gt;,height&gt;}</code></li>
+</ul>
+<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>
+<li><code>trimmarks</code>: outputs the trim marks.</li>
+<li><code>banner</code>: date etc.</li>
+<li><code>digital</code>:TrimBox and BleedBox.</li>
+<li><code>no</code>: nothing will be showed</li>
+</ul>
+<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>
+<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>
+<p>Set the color of the trim marks. You have to load a package which defines <code>\color</code> (`color' package or its variant) before loading this package to use this function. Here are some examples of specifying the color.</p>
+<ul>
+<li><code>color=c</code> -&gt; <code>\color[cmyk]{1,0,0,0}</code></li>
+<li><code>color=cyk</code> -&gt; <code>\color[cmyk]{1,0,1,1}</code></li>
+<li><code>black</code> -&gt; <code>\color{black}</code></li>
+<li><code>[cmyk]0.5,0.5,0.5,0</code> -&gt; <code>\color[cmyk]{0.5,0.5,0.5,0}</code></li>
+</ul>
+<h2 id="license">LICENSE</h2>
+<p>This package is distributed under the BSD 2-Clause License. See <a href="LICENSE" class="uri">LICENSE</a>.</p>
+<h2 id="changelog">CHANGELOG</h2>
+<ul>
+<li>2018-05-19
+<ul>
+<li>First release.</li>
+</ul></li>
+</ul>
+<hr />
+<p>Noriyuki Abe <a href="https://github.com/abenori/jlreq" class="uri">https://github.com/abenori/jlreq</a></p>
+</article>
+</body>
+</html>