diff options
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.html | 10 |
1 files changed, 5 insertions, 5 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 d8a6bf5120c..c71a2416792 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 @@ -2,7 +2,7 @@ <title>UK TeX FAQ -- question label fixnam</title> </head><body> <h3>How to change LaTeX’s “fixed names”</h3> -<p>LaTeX document classes define several typographic operations that +<p/>LaTeX document classes define several typographic operations that need ‘canned text’ (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 @@ -13,7 +13,7 @@ command is always called <code>\</code><code>contentsname</code> (or rather, wha <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 +<p/>The canned text macros are all of the form <code>\</code><code><<i>thing</code>name</i>>, and changing them is simplicity itself. Put: <blockquote> @@ -25,12 +25,12 @@ use a different mechanism: be sure to check <a href="FAQ-latexwords.html">changing <i>babel</i> names</a> if you’re using it.) -<p>The names that are defined in the standard LaTeX classes (and the +<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 (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> +<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> @@ -50,5 +50,5 @@ the list shows the specialisation of each name, where appropriate. <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> +<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> |