summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-fixnam.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-fixnam.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-fixnam.html54
1 files changed, 0 insertions, 54 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-fixnam.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-fixnam.html
deleted file mode 100644
index 1e3e9849c38..00000000000
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-fixnam.html
+++ /dev/null
@@ -1,54 +0,0 @@
-<head>
-<title>UK TeX FAQ -- question label fixnam</title>
-</head><body>
-<h3>How to change LaTeX&#8217;s &#8220;fixed names&#8221;</h3>
-<p/>LaTeX document classes define several typographic operations that
-need &#8216;canned text&#8217; (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&#8217;s macros and were rather difficult to change, but &#8220;fixed
-name&#8221; 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
-<code>\</code><code>contentsname</code> is defined to mean).
-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</code>name</i>&gt;, and changing them is simplicity
-itself. Put:
-<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&#8217;re using it.)
-<p/>The names that are defined in the standard LaTeX classes (and the
-<i>makeidx</i> package) are listed
-below. Some of the names are only defined in a subset of the classes
-(and the <i>letter</i> class has a set of names all of its own);
-the list shows the specialisation of each name, where appropriate.
-<p/><table rules="groups" border="0" cellpadding="3"><tbody><tr><td>
-<code>\</code><code>abstractname</code> <td> Abstract<tr><td>
-<code>\</code><code>alsoname</code> <td> see also (<i>makeidx</i> package)<tr><td>
-<code>\</code><code>appendixname</code> <td> Appendix<tr><td>
-<code>\</code><code>bibname</code> <td> Bibliography (<i>report</i>,<i>book</i>)<tr><td>
-<code>\</code><code>ccname</code> <td> cc (<i>letter</i>)<tr><td>
-<code>\</code><code>chaptername</code> <td> Chapter (<i>report</i>,<i>book</i>)<tr><td>
-<code>\</code><code>contentsname</code> <td> Contents<tr><td>
-<code>\</code><code>enclname</code> <td> encl (<i>letter</i>)<tr><td>
-<code>\</code><code>figurename</code> <td> Figure (for captions)<tr><td>
-<code>\</code><code>headtoname</code> <td> To (<i>letter</i>)<tr><td>
-<code>\</code><code>indexname</code> <td> Index<tr><td>
-<code>\</code><code>listfigurename</code> <td> List of Figures<tr><td>
-<code>\</code><code>listtablename</code> <td> List of Tables<tr><td>
-<code>\</code><code>pagename</code> <td> Page (<i>letter</i>)<tr><td>
-<code>\</code><code>partname</code> <td> Part<tr><td>
-<code>\</code><code>refname</code> <td> References (<i>article</i>)<tr><td>
-<code>\</code><code>seename</code> <td> see (<i>makeidx</i> package)<tr><td>
-<code>\</code><code>tablename</code> <td> Table (for caption)
-</tbody></table>
-<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam</a>
-</body>