diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-newfontstar.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-newfontstar.html | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-newfontstar.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-newfontstar.html deleted file mode 100644 index 70ce959aeee..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-newfontstar.html +++ /dev/null @@ -1,52 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label newfont*</title> -</head><body> -<h3>What’s wrong with <code>\</code><code>newfont</code>?</h3> -<p/>If all else fails, you <em>can</em> specify a font using the LaTeX -<code>\</code><code>newfont</code> command. The font so specified doesn’t fit into the -LaTeX font selection mechanism, but the technique can be tempting -under several circumstances. The command is merely the thinnest of -wrappers around the <code>\</code><code>font</code> primitive, and doesn’t really fit with -LaTeX at all. A simple, but really rather funny, example of the -problems it poses, may be seen in: -<blockquote> -<pre> -\documentclass[10pt]{article} -\begin{document} -\newfont{\myfont}{cmr17 scaled 2000} -\myfont -\LaTeX -\end{document} -</pre> -</blockquote><p> -(the reader is encouraged to try this). The “A” of <code>\</code><code>LaTeX</code> pretty -much disappears: LaTeX chooses the size on the “A” according to -<em>its</em> idea of the font size (10pt), but positions it according to -the dimensions of “<code>\</code><code>myfont</code>”, which is more than three times -that size. -<p/>Another “<code>\</code><code>myfont</code>” example arises from an entirely different -source. The mini-document: -<blockquote> -<pre> -\documentclass{article} -\begin{document} -\newfont{\myfont}{ecrm1000} -{\myfont voil\`a} -\end{document} -</pre> -</blockquote><p> -gives you “German low double quotes” (under the “a”) in place of -the grave accent. This happens because <i>ecrm1000</i> is in a -different <a href="FAQ-whatenc.html">font encoding</a> than LaTeX is -expecting — if you use the LaTeX <i>fontenc</i> package to -select the EC fonts, all these tiresome encoding issues are -solved for you, behind the scenes. -<p/>There does however remain a circumstance when you will be tempted to -use <code>\</code><code>newfont</code> — viz., to get a font size that doesn’t fall into -the Knuth standard set of sizes: LaTeX (by default) won’t allow you -to use such a size. Don’t despair: see the answer -“<a href="FAQ-fontsize.html">arbitrary font sizes</a>”. -<p/> -<p/> -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=newfont*">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=newfont*</a> -</body> |