diff options
author | Karl Berry <karl@freefriends.org> | 2013-11-05 01:02:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-11-05 01:02:19 +0000 |
commit | 5580b0901368ea492550c898d28628d7a224b9b0 (patch) | |
tree | 2a0a4ee4128f176371a9d8d5ad348229efae8cc1 /Master/texmf-dist/doc/latex/substitutefont/substitutefont.sty.html | |
parent | dd92320637427aa7d3a3bced788047134a4c0281 (diff) |
substitutefont (4nov13)
git-svn-id: svn://tug.org/texlive/trunk@32066 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/substitutefont/substitutefont.sty.html')
-rw-r--r-- | Master/texmf-dist/doc/latex/substitutefont/substitutefont.sty.html | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/substitutefont/substitutefont.sty.html b/Master/texmf-dist/doc/latex/substitutefont/substitutefont.sty.html index 82c74c2ac74..9d91bd89a9b 100644 --- a/Master/texmf-dist/doc/latex/substitutefont/substitutefont.sty.html +++ b/Master/texmf-dist/doc/latex/substitutefont/substitutefont.sty.html @@ -3,11 +3,11 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<meta name="generator" content="Docutils 0.10: http://docutils.sourceforge.net/" /> +<meta name="generator" content="Docutils 0.12: http://docutils.sourceforge.net/" /> <title>Easy font substitution</title> <meta name="copyright" content="© 2010 Günter Milde" /> -<link rel="stylesheet" href="../../../../Code/Python/docutils-svn/docutils/docutils/writers/html4strict/html4css1.css" type="text/css" /> -<link rel="stylesheet" href="../../../../Code/Python/docutils-svn/docutils/docutils/writers/html4strict/html4css2.css" type="text/css" /> +<link rel="stylesheet" href="../../../../Python/docutils-svn/docutils/docutils/writers/html4strict/html4css1.css" type="text/css" /> +<link rel="stylesheet" href="../../../../Python/docutils-svn/docutils/docutils/writers/html4strict/html4css2.css" type="text/css" /> </head> <body> <div class="document" id="easy-font-substitution"> @@ -45,7 +45,7 @@ substitute fonts for specified font encodings.</p> <col width="8%" /> <col width="74%" /> </colgroup> -<tbody valign="top"> +<tbody> <tr><td><p>2010-11-04</p></td> <td><p>0.1</p></td> <td><p>initial version</p></td> @@ -62,6 +62,10 @@ substitute fonts for specified font encodings.</p> <td><p>0.1.3</p></td> <td><p>bugfix (comment usage example)</p></td> </tr> +<tr><td><p>2013-11-04</p></td> +<td><p>0.1.4</p></td> +<td><p>documentation update</p></td> +</tr> </tbody> </table> </dd> @@ -70,14 +74,15 @@ substitute fonts for specified font encodings.</p> <h1>Usage</h1> <p>The macro <tt class="literal"><span class="pre">\substitutefont{<encoding>}{<family>}{<new-family>}</span></tt> selects the font <new-family> as replacement for <family> if the font -encoding is <encoding> in the variants "normal", "italic", "slanted", -and "small-caps" and the shapes "medium", "bold", and "bold-extended".</p> +encoding is <encoding> in the variants “normal”, “italic”, “slanted”, +and “small-caps” and the shapes “medium”, “bold”, and “bold-extended”.</p> <dl class="docutils"> <dt>Example:</dt> -<dd><p>Palatino with the standard package <cite>mathpazo</cite> for Latin and +<dd><p>Palatino with the standard package <a class="reference external" href="http://www.ctan.org/pkg/mathpazo">mathpazo</a> for Latin and <a class="reference external" href="http://mirror.ctan.org/help/Catalogue/entries/gfsdidot.html">GFS Didot</a> for Greek:</p> -<pre class="code latex literal-block"><span class="k">\usepackage</span><span class="na">[sc,slantedGreek]</span><span class="nb">{</span>mathpazo<span class="nb">}</span> -<span class="k">\substitutefont</span><span class="nb">{</span>LGR<span class="nb">}{</span>pplx<span class="nb">}{</span>udidot<span class="nb">}</span> +<pre class="code latex literal-block"><span class="keyword">\usepackage</span><span class="name attribute">[sc,slantedGreek]</span><span class="name builtin">{</span>mathpazo<span class="name builtin">}</span> +<span class="keyword">\usepackage</span><span class="name builtin">{</span>substitutefont<span class="name builtin">}</span> +<span class="keyword">\substitutefont</span><span class="name builtin">{</span>LGR<span class="name builtin">}{</span><span class="keyword">\rmdefault</span><span class="name builtin">}{</span>udidot<span class="name builtin">}</span> </pre> </dd> </dl> |