diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/jlreq/jlreq.html')
-rw-r--r-- | Master/texmf-dist/doc/latex/jlreq/jlreq.html | 111 |
1 files changed, 111 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/jlreq/jlreq.html b/Master/texmf-dist/doc/latex/jlreq/jlreq.html new file mode 100644 index 00000000000..b52c653c6a8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/jlreq/jlreq.html @@ -0,0 +1,111 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="utf-8"> + <meta name="generator" content="pandoc"> + <title>jlreq</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">jlreq</h1> +<h2 id="what-is-this">What is this?</h2> +<p>This package provides the class file and JFM (Japanese font metric) files for LuaTeX-ja / pLaTeX / upLaTeX. This aims to implement <a href="https://www.w3.org/TR/jlreq/">Requirements for Japanese Text Layout</a>.</p> +<h2 id="installation">Installation</h2> +<p>Run <code>make</code>, then JFM files are created. Move the files as follows:</p> +<ul> +<li>*.tfm -> $TEXMF/fonts/tfm/public/jlreq</li> +<li>*.vf -> $TEXMF/fonts/vf/public/jlreq</li> +<li>jfm-jlreq.lua jfm-jlreqv.lua -> $TEXMF/tex/luatex/jlreq</li> +<li>jlreq.cls -> $TEXMF/tex/latex/jlreq</li> +</ul> +<p><code>make install</code> will do this where $TEXMF=$TEXMFHOME</p> +<h2 id="usage">Usage</h2> +<p>See <a href="README-ja.md" class="uri">README-ja.md</a> (in Japanese).</p> +<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>2017-02-08 +<ul> +<li>First release.</li> +</ul></li> +<li>2017-02-17 +<ul> +<li>Fix bugs.</li> +<li>Implement <code>abstract</code> environment.</li> +<li>Change/Add some keys to class option/<code>\jlreqsetup</code></li> +<li>Stop to load <code>pxrubirica</code>, <code>luatexja-ruby</code> and <code>nidanfloat</code>.</li> +</ul></li> +<li>2017-03-14 +<ul> +<li>Fix bugs.</li> +<li><code>\sffamily</code> etc. also change the Japanese font family.</li> +<li>Add many options to <code>\DeclareBlockHeading</code>.</li> +<li>Some options related to <code>quote</code> environment etc.</li> +</ul></li> +<li>2017-03-20 +<ul> +<li>Fix bugs.</li> +<li>Insert some spaces around <code>\footnote / \sidenote / \endnote</code>.</li> +</ul></li> +<li>2017-04-04 +<ul> +<li>Fix a bug.</li> +<li>Add options <code>tate</code> and <code>font</code> to <code>\DeclarePageStyle</code>.</li> +</ul></li> +</ul> +<hr /> +<p>Noriyuki Abe<br /> +<a href="https://github.com/abenori/jlreq" class="uri">https://github.com/abenori/jlreq</a></p> +</article> +</body> +</html> |