summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-uselmfonts.html
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2005-12-29 00:31:48 +0000
committerKarl Berry <karl@freefriends.org>2005-12-29 00:31:48 +0000
commita9d59a2d83b345581f2eb0c6b7f08c091f5622f0 (patch)
tree00fba7fbf3f00c16be8699398c6e4c2a256c68ac /Master/texmf-doc/doc/english/FAQ-en/html/FAQ-uselmfonts.html
parent89caab08d62b22519b44acf582a5fc3d302cbd60 (diff)
doc/english/F-ca
git-svn-id: svn://tug.org/texlive/trunk@19 c570f23f-e606-0410-a88d-b1316a301751
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.html67
1 files changed, 67 insertions, 0 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
new file mode 100644
index 00000000000..f8aebe3fcc5
--- /dev/null
+++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-uselmfonts.html
@@ -0,0 +1,67 @@
+<head>
+<title>UK TeX FAQ -- question label uselmfonts</title>
+</head><body>
+<h3>Using the Latin Modern fonts</h3>
+<p>The <i>lm</i> fonts are an exciting addition to
+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
+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
+systems.
+<p>The font (and related) files appear on CTAN as a set of
+single-entry <a href="FAQ-tds.html">TDS trees</a> -
+<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
+files), but copy the other three into your existing Local <code>$TEXMF</code>
+tree, and
+
+<a href="FAQ-instpackages.html">update the filename database</a>.
+<p>Now, incorporate the fonts in the set searched by PDFLaTeX,
+<i>dvips</i>, <i>dvipdfm</i>, your previewers and
+Type 1-to-PK conversion programs, by
+<ul>
+<li> On a teTeX system earlier than version 2.0, edit the file
+ <i>$TEXMF/dvips/config/updmap</i> and insert an absolute path for
+ the <i>lm.map</i> just after the line that starts
+ <code>extra_modules="</code> (and before the closing quotes).
+<li> On a teTeX version 2.0 (or later), execute the command
+<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, 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>.
+ 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>
+this will make the fonts the default
+for all three LaTeX font families ("roman", "sans-serif" and
+"typewriter"). You also need
+<blockquote>
+ <code>\</code><code>usepackage[T1]{fontenc}</code>
+</blockquote>
+for text, and
+<blockquote>
+ <code>\</code><code>usepackage{textcomp}</code>
+</blockquote>
+if you want to use any of the TS1-encoding symbols. There is
+no support for using fonts according to the OT1 encoding.
+<dl>
+<dt><tt><i>Latin Modern fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/lm.zip">fonts/lm</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/lm.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/lm/">browse</a>)
+</dl>
+<p>
+<p><p><p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=uselmfonts">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=uselmfonts</a>
+</body>