summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/novel/noveldocs-01-overview.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/novel/noveldocs-01-overview.html')
-rw-r--r--Master/texmf-dist/doc/lualatex/novel/noveldocs-01-overview.html21
1 files changed, 11 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/lualatex/novel/noveldocs-01-overview.html b/Master/texmf-dist/doc/lualatex/novel/noveldocs-01-overview.html
index c25a4b63687..b49e4049452 100644
--- a/Master/texmf-dist/doc/lualatex/novel/noveldocs-01-overview.html
+++ b/Master/texmf-dist/doc/lualatex/novel/noveldocs-01-overview.html
@@ -69,12 +69,12 @@
</li>
<li><a href="#a1.5.4">1.5.4 Font Setup</a>
<ul>
- <li>\SetMasterFont, \SetHeadFont, \SetChapterFont, \SetSubchFont, \SetDecoFont, \SetSansFont, \SetMonoFont, \NewFontFamily, \NewFontFace</li>
+ <li>\SetParentFont, \SetHeadFont, \SetChapterFont, \SetSubchFont, \SetDecoFont, \SetSansFont, \SetMonoFont, \NewFontFamily, \NewFontFace</li>
</ul>
</li>
<li><a href="#a1.5.5">1.5.5 Other Configuration</a>
<ul>
- <li>\SetRectoheadText, \SetVersoHeadText, \SetEmblems, \SetPageNumberStyle, \SetLooseHead, \SetChapterDisplay, \SetIndentAfterScenebreak, \SetMarkerStyle, \microtypesetup, \setmainlanguage</li>
+ <li>\SetRectoheadText, \SetVersoHeadText, \SetEmblems, \SetPageNumberStyle, \SetLooseHead, \SetChapterStart, \SetIndentAfterScenebreak, \SetMarkerStyle, \microtypesetup, \setmainlanguage</li>
</ul>
</li>
</ul>
@@ -139,7 +139,7 @@
<div id="main">
<a id="thetop"></a>
<h1>Documentation for <code>novel</code> document class</h1>
-<p>Documentation version: 1.0.10.</p>
+<p>Documentation version: 1.1.</p>
<div class="pagetopage">
<p><b>User Guide</b></p>
@@ -153,7 +153,7 @@
<p><a href="noveldocs-08-images.html">8. Using Images</a></p>
<p><a href="noveldocs-09-chapters-displays.html">9. Display, Start Pages;<br>
<span style="visibility:hidden">9. </span>Chapters; Continued Pages;<br>
-<span style="visibility:hidden">9. </span>Footnotes, Endotes.</a></p>
+<span style="visibility:hidden">9. </span>Footnotes, Endnotes.</a></p>
</div>
@@ -554,23 +554,22 @@
<p>In <code>novel</code>, you will be using Open Type fonts loaded with features by the <code>fontspec</code> package. This permits much more flexibility than can be achieved using ancient <code>TeX</code> font methods. In particular, you never need <code>\usepackage{<em>fontname</em>}</code>, because available Open Type fonts can be loaded without LaTeX support files. If you are not already familiar with <code>LuaLaTeX</code> and <code>fontspec</code> with Open Type fonts, then forget <em>everything</em> you ever learned about <code>TeX</code> fonts, and start fresh.</p>
<p><code>TeX</code> ligatures, such as subtituting <code>&ldquo;</code> for <code>``</code>, are always enabled. Kerning (Open Type feature <code>kern</code>) is always enabled. Standard ligatures (Open Type feature <code>liga</code>) is enabled for fonts described in this section, including new fonts that you define. However, <code>liga</code> is <em>not</em> enabled by default for specialty fonts that will be described in later sections.</p>
-<pre class="noindentcmd">\SetMasterFont[features]{font family}</pre>
+<pre class="noindentcmd">\SetParentFont[features]{font family}</pre>
<p>Default: <code>Libertinus Serif</code></p>
<p>Alternate: <code>Linux Libertine O</code></p>
<p>Emergency Last Choice: <code>Latin Modern Roman</code></p>
-<p>Essential! Denoted <code>{*}</code> when used to define other fonts.</p>
<p>If you permit the default or alternate font family to be chosen automatically, then the Semibold weights will be used in place of Bold. This is not automatically done for any others, becuase most font families do not have Semibold.</p>
<pre class="noindentcmd">\SetHeadFont[features]{font family}</pre>
-<p>Default: <code>[Numbers=Lining, Scale=0.92]{*}</code></p>
+<p>Default: <code>[Numbers=Lining, Scale=0.92]{<em>based on parent font</em>}</code></p>
<p>Used in each element of headers and footers, unless overridden by other font commands.</p>
<pre class="noindentcmd">\SetChapterFont[features]{font family}</pre>
-<p>Default: <code>[Numbers=Lining, Scale=1.6]{*}</code></p>
+<p>Default: <code>[Numbers=Lining, Scale=1.6]{<em>based on parent font</em>}</code></p>
<p>Used in <code>\ChapterTitle{}</code> command</p>
<pre class="noindentcmd">\SetSubchFont[features]{font family}</pre>
-<p>Default: <code>[Numbers=Lining, Scale=1.2]{*}</code></p>
+<p>Default: <code>[Numbers=Lining, Scale=1.2]{<em>based on parent font</em>}</code></p>
<p>Used in <code>\ChapterSubtitle{}</code> command.</p>
<pre class="noindentcmd">Advanced:<br>\SetDecoFont[features]{font}</pre>
@@ -580,11 +579,13 @@
<pre class="noindentcmd">Advanced:<br>\SetSansFont[features]{font family}</pre>
<p>Default: <code>Libertinus Sans</code></p>
<p>Alternate: <code>Linux Biolinum O</code></p>
+<p>Emergency Last Choice: <code>Latin Modern Sans</code></p>
<p>Rarely used in fiction.</p>
<pre class="noindentcmd">Advanced:<br>\SetMonoFont[features]{font family}</pre>
<p>Default: <code>Libertinus Mono</code></p>
<p>Alternate: <code>Linux Libertine Mono O</code></p>
+<p>Emergency Last Choice: <code>Latin Modern Mono</code></p>
<p>Rarely used in fiction.</p>
<pre class="noindentcmd">Advanced:<br>\NewFontFamily\<i>yourfontcommand</i>[features]{font family}</pre>
@@ -617,7 +618,7 @@
<p>Default: <code>50</code></p>
<p>Tweaks tracking of header text, 0 to 200.</p>
-<pre class="noindentcmd">\SetChapterDisplay{<em>choice</em>}</pre>
+<pre class="noindentcmd">\SetChapterStart{<em>choice</em>}</pre>
<p>Default: <code>footer</code> (no header, footer only if used)</p>
<p>Sets the default page style for the start of new chapters. May be locally changed.</p>