summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-uselmfonts.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-uselmfonts.html')
-rw-r--r--Master/texmf-doc/doc/english/FAQ-en/html/FAQ-uselmfonts.html28
1 files changed, 14 insertions, 14 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-uselmfonts.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-uselmfonts.html
index f8aebe3fcc5..604f8e5530f 100644
--- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-uselmfonts.html
+++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-uselmfonts.html
@@ -6,18 +6,18 @@
the armoury of the (La)TeX user: high quality outlines of fonts that
were until recently difficult to obtain, all in a free and
relatively compact package. However, the spartan information file
-that comes with the fonts remarks "It is presumed that a potential
-user knows what to do with all these files". This answer aims to
+that comes with the fonts remarks “It is presumed that a potential
+user knows what to do with all these files”. This answer aims to
fill in the requirements: the job is really not terribly difficult.
<p>Note that teTeX distributions, from version 3.0, already have the
<i>lm</i> fonts: all you need do is use them. The fonts may also
be installed via the package manager, in a current MiKTeX system.
-The remainder of this answer, then, is for people who don't use such
+The remainder of this answer, then, is for people who don&rsquo;t use such
systems.
<p>The font (and related) files appear on CTAN as a set of
-single-entry <a href="FAQ-tds.html">TDS trees</a> -
+single-entry <a href="FAQ-tds.html">TDS trees</a> &mdash;
<i>fonts</i>, <i>dvips</i>, <i>tex</i> and <i>doc</i>. The <i>doc</i>
-subtree really need not be copied (it's really a pair of sample
+subtree really need not be copied (it&rsquo;s really a pair of sample
files), but copy the other three into your existing Local <code>$TEXMF</code>
tree, and
@@ -34,29 +34,29 @@ Type 1-to-PK conversion programs, by
<pre>
updmap --enable Map lm.map
</pre>
-<li> On a MiKTeX system earlier than version 2.2, the "Refresh
- filename database" operation, which you performed after installing
- files, also updates the system's "PostScript resources database".
+<li> On a MiKTeX system earlier than version 2.2, the &ldquo;Refresh
+ filename database&rdquo; operation, which you performed after installing
+ files, also updates the system&rsquo;s &ldquo;PostScript resources database&rdquo;.
<li> On a MiKTeX system, version 2.2 or later, update
<i>updmap.cfg</i> as described in the MiKTeX
- <a href="http://www.miktex.org/manual/psfonts.html">online documentation</a>.
+ <a href="http://docs.miktex.org/manual/psfonts.html#chgupdmapcfg">online documentation</a>.
Then execute the command <code>initexmf --mkmaps</code>, and the
job is done.
</ul>
<p>To use the fonts in a LaTeX document, you should
<blockquote>
<code>\</code><code>usepackage{lmodern}</code>
-</blockquote>
+</blockquote><p>
this will make the fonts the default
-for all three LaTeX font families ("roman", "sans-serif" and
-"typewriter"). You also need
+for all three LaTeX font families (&ldquo;roman&rdquo;, &ldquo;sans-serif&rdquo; and
+&ldquo;typewriter&rdquo;). You also need
<blockquote>
<code>\</code><code>usepackage[T1]{fontenc}</code>
-</blockquote>
+</blockquote><p>
for text, and
<blockquote>
<code>\</code><code>usepackage{textcomp}</code>
-</blockquote>
+</blockquote><p>
if you want to use any of the TS1-encoding symbols. There is
no support for using fonts according to the OT1 encoding.
<dl>