summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fixnam.html
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-12-14 00:56:47 +0000
committerKarl Berry <karl@freefriends.org>2006-12-14 00:56:47 +0000
commit13328a265ebe4ef58c26ab99e0c071edb0ca0195 (patch)
tree604fbea81411a5bda1ff25d9cd6ee5dd75acd761 /Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fixnam.html
parentda29691fd87e0073830e9d11a1dccd9725f01cc6 (diff)
3.16c+html
git-svn-id: svn://tug.org/texlive/trunk@2723 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fixnam.html')
-rw-r--r--Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fixnam.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fixnam.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fixnam.html
index f353952c20b..d8a6bf5120c 100644
--- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fixnam.html
+++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fixnam.html
@@ -1,12 +1,12 @@
<head>
<title>UK TeX FAQ -- question label fixnam</title>
</head><body>
-<h3>How to change LaTeX's "fixed names"</h3>
+<h3>How to change LaTeX&rsquo;s &ldquo;fixed names&rdquo;</h3>
<p>LaTeX document classes define several typographic operations that
-need 'canned text' (text not supplied by the user). In the earliest
+need &lsquo;canned text&rsquo; (text not supplied by the user). In the earliest
days of LaTeX 2.09 these bits of text were built in to the body of
-LaTeX's macros and were rather difficult to change, but "fixed
-name" macros were introduced for the benefit of those wishing to use
+LaTeX&rsquo;s macros and were rather difficult to change, but &ldquo;fixed
+name&rdquo; macros were introduced for the benefit of those wishing to use
LaTeX in languages other than English.
For example, the special section produced by the <code>\</code><code>tableofcontents</code>
command is always called <code>\</code><code>contentsname</code> (or rather, what
@@ -14,17 +14,17 @@ command is always called <code>\</code><code>contentsname</code> (or rather, wha
Changing the canned text is now one of the easiest customisations a
user can do to LaTeX.
<p>The canned text macros are all of the form
-<code>\</code><code>&lt;<i>thing</i>&gt;name</code>, and changing them is simplicity
+<code>\</code><code>&lt;<i>thing</code>name</i>&gt;, and changing them is simplicity
itself. Put:
<blockquote>
-<code>\</code><code>renewcommand{<code>\</code><code>&lt;<i>thing</i>&gt;name</code>}{Res minor}</code>
-</blockquote>
+<code>\</code><code>renewcommand{<code>\</code><code>&lt;<i>thing</code>name</i>&gt;}{Res minor}</code>
+</blockquote><p>
in the preamble of your document, and the job is done.
(However, beware of the <i>babel</i> package, which requires you to
use a different mechanism: be sure to check
<a href="FAQ-latexwords.html">changing <i>babel</i> names</a> if
-you're using it.)
+you&rsquo;re using it.)
<p>The names that are defined in the standard LaTeX classes (and the
<i>makeidex</i> package) are listed
below. Some of the names are only defined in a subset of the classes