summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-instt1font.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-instt1font.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-instt1font.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-instt1font.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-instt1font.html
index 1a6d985500c..b02c081fa63 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-instt1font.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-instt1font.html
@@ -3,7 +3,7 @@
</head><body>
<h3>Installing a Type 1 font</h3>
<p/>Once you have a prepared Type 1 font, either direct from CTAN
-or the like, or having <a href="FAQ-prept1font.html">&lsquo;prepared&rsquo; it yourself</a>,
+or the like, or having <a href="FAQ-prept1font.html">&#8216;prepared&#8217; it yourself</a>,
you can get on with installation.
<p/>The procedure is merely an extension of that for packages, etc., so
much of what follows will be familiar:
@@ -14,12 +14,12 @@ much of what follows will be familiar:
related to a font family &lt;<i>fname</i>&gt;:
<pre>
.pfb,
-.pfa .../fonts/type1/&lt;foundry&gt;/&lt;fname&gt;
-.tfm .../fonts/tfm/&lt;foundry&gt;/&lt;fname&gt;
-.vf .../fonts/vf/&lt;foundry&gt;/&lt;fname&gt;
+.pfa .../fonts/type1/&#60;foundry&#62;/&#60;fname&#62;
+.tfm .../fonts/tfm/&#60;foundry&#62;/&#60;fname&#62;
+.vf .../fonts/vf/&#60;foundry&#62;/&#60;fname&#62;
.sty,
-.fd .../tex/latex/&lt;fname&gt;
-.map .../fonts/map/dvips/&lt;foundry&gt;
+.fd .../tex/latex/&#60;fname&#62;
+.map .../fonts/map/dvips/&#60;foundry&#62;
</pre>
but if you are lucky, you will be starting from a distribution from
CTAN and there is a corresponding <code>.tds.zip</code> file:
@@ -33,10 +33,10 @@ much of what follows will be familiar:
system, execute the command
<blockquote>
<pre>
-updmap-sys --enable Map &lt;fname&gt;.map
+updmap-sys --enable Map &#60;fname&#62;.map
</pre>
</blockquote><p>
- as root. (Do <em>not</em> use plain <i>updmap</i>: it&rsquo;s a
+ as root. (Do <em>not</em> use plain <i>updmap</i>: it&#8217;s a
potent source of confusion, setting up different map sets
for different users.)
<li> On a current MiKTeX system, update the system file
@@ -49,7 +49,7 @@ initexmf --edit-config-file updmap
adding a line at the end:
<blockquote>
<pre>
-Map &lt;fname&gt;.map
+Map &#60;fname&#62;.map
</pre>
</blockquote><p>
for each font family &lt;<i>fname</i>&gt; you are adding to the system.
@@ -60,11 +60,11 @@ initexmf --mkmaps
</pre>
</blockquote><p>
This, and other matters, are described in MiKTeX
- <a href="http://docs.miktex.org/manual/advanced.html">&ldquo;advanced&rdquo; documentation</a>.
+ <a href="http://docs.miktex.org/manual/advanced.html">&#8220;advanced&#8221; documentation</a>.
</ul>
</ul>
Both processes (preparing and installing a font) are very well (and
-thoroughly) described in Philipp Lehman&rsquo;s guide to font installation,
+thoroughly) described in Philipp Lehman&#8217;s guide to font installation,
which may be found on CTAN.
<dl>
<dt><tt><i>fontinst.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/fonts/utilities/fontinst.zip">fonts/utilities/fontinst</a> (or <a href="http://www.tex.ac.uk/tex-archive/fonts/utilities/fontinst/">browse the directory</a>)