summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/novel/noveldocs-05-fonts.html
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-03-06 21:58:29 +0000
committerKarl Berry <karl@freefriends.org>2017-03-06 21:58:29 +0000
commit346afec669dbe142884f0794af09981c591e6afd (patch)
treef7798610a752223c5a4fa68b9aac08a5a15dfe05 /Master/texmf-dist/doc/lualatex/novel/noveldocs-05-fonts.html
parentf4b34164a525146ab7114c5bcaa5b760202b0033 (diff)
novel (6mar17)
git-svn-id: svn://tug.org/texlive/trunk@43414 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/novel/noveldocs-05-fonts.html')
-rw-r--r--Master/texmf-dist/doc/lualatex/novel/noveldocs-05-fonts.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/lualatex/novel/noveldocs-05-fonts.html b/Master/texmf-dist/doc/lualatex/novel/noveldocs-05-fonts.html
index dfeeb50fe1b..85e87879585 100644
--- a/Master/texmf-dist/doc/lualatex/novel/noveldocs-05-fonts.html
+++ b/Master/texmf-dist/doc/lualatex/novel/noveldocs-05-fonts.html
@@ -40,7 +40,7 @@
<li><a href="#a5.3">5.3 Setting and Defining Fonts</a>
<ul>
<li><a href="#a5.3.1">5.3.1 General-Purpose Fonts</a><br/>
- <span style="visibility:hidden">5.3.1 </span>main, sans, mono</li>
+ <span style="visibility:hidden">5.3.1 </span>master, sans, mono</li>
<li style="margin-bottom:0px;"><a href="#a5.3.2">5.3.2 Novel-Specific Fonts</a><br/>
<span style="visibility:hidden">5.3.2 </span>chapter, header, and others</li>
<li style="margin-bottom:0px;"><a href="#a5.3.3">5.3.3 New Font Commands</a></li>
@@ -66,7 +66,7 @@
<h1>Documentation for <code>novel</code> document class</h1>
-<p>Documentation version: 1.0.6.</p>
+<p>Documentation version: 1.0.6a.</p>
<div class="pagetopage">
<p><b>User Guide</b></p>
@@ -339,7 +339,7 @@ Some Frequently-Used Open Type Features
<p>The code <code>myem</code> was randomly chosen as something that is not already defined among Open Type feature codes. Once specified, the fake feature may be used in any font definition, such as this:</p>
-<p class="code"><code>\SetMainFont[RawFeature=+myem]{Adobe Garamond Pro}</code></p>
+<p class="code"><code>\SetMasterFont[RawFeature=+myem]{Adobe Garamond Pro}</code></p>
<p>Of course, the fake feature has no effect if the font does not have the subsitution. Note that this technique is only used for a list of subtitutions, not for ligatures or any context-dependent features.</p>
@@ -361,7 +361,7 @@ Some Frequently-Used Open Type Features
<a id="a5.3.1"></a>
<h4>5.3.1 Setting Pre-Defined, General-Purpose Font Commands</h4>
-<p>As a matter of coding style, I use capital camel case ForImportantSettings. Many commands, such as <code>\SetMainFont</code>, are merely an alias for the lowercase commands such as <code>\setmainfont</code>, and the commands may be used interchangeably.</p>
+<p>As a matter of coding style, I use capital camel case ForImportantSettings. Notice that this document class uses <code>\SetMasterFont</code> rather than <code>\setmainfont</code></p>
<p>Several standard font selection commands are not specific to <code>novel</code>. You may never need them, but here they are:</p>
@@ -369,7 +369,7 @@ Some Frequently-Used Open Type Features
<pre><b>mainfont</b></pre>
<p>Intended Usage: serif. Normal text.</p>
<p>Default features: OldStyle numbers, kerning, common ligatures, TeX ligatures.</p>
-<p>Preamble: <code>\SetMainFont[<em>features</em>]{<em>font</em>}</code></p>
+<p>Preamble: <code>\SetMasterFont[<em>features</em>]{<em>font</em>}</code></p>
<p>Document: <code>\rmfamily{<em>text</em>}</code></p>
<p>Pre-Configured Font: Libertinus Serif, using Semibold instead of Bold.</p>
<p>Backup Font: If you do not have Libertinus Serif, then Linux Libertine O will be tried.</p>