summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-latexwords.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-latexwords.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-latexwords.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-latexwords.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-latexwords.html
index eae9c92a51f..7f4415a591a 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-latexwords.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-latexwords.html
@@ -4,30 +4,30 @@
<h3>Changing the words <i>babel</i> uses</h3>
<p/>LaTeX uses symbolic names for many of the automatically-generated
text it produces (special-purpose section headings, captions, etc.).
-As noted in <a href="FAQ-fixnam.html">&ldquo;\LaTeX fixed names&rdquo;</a> (which
+As noted in <a href="FAQ-fixnam.html">&#8220;\LaTeX fixed names&#8221;</a> (which
includes a list of the names themselves),
this enables the user to change the
names used by the standard classes, which is particularly useful if
-the document is being prepared in some language other than LaTeX&rsquo;s
+the document is being prepared in some language other than LaTeX&#8217;s
default English. So, for example, a Danish author may wish that her
-table of contents was called &ldquo;Indholdsfortegnelse&rdquo;, and so
+table of contents was called &#8220;Indholdsfortegnelse&#8221;, and so
would expect to place a command
<pre>
\renewcommand{\contentsname}%
{Indholdsfortegnelse}
</pre>
in the preamble of her document.
-<p/>However, it&rsquo;s natural for a user of a non-English language to use
+<p/>However, it&#8217;s natural for a user of a non-English language to use
<i>babel</i>, because it offers many conveniences and typesetting
niceties for those preparing documents in those languages. In
particular, when <i>babel</i> is selecting a new language, it
-ensures that LaTeX&rsquo;s symbolic names are translated appropriately
-for the language in question. Unfortunately, <i>babel</i>&rsquo;s choice
-of names isn&rsquo;t always to everyone&rsquo;s choice, and there is still a need
-for a mechanism to replace the &lsquo;standard&rsquo; names.
+ensures that LaTeX&#8217;s symbolic names are translated appropriately
+for the language in question. Unfortunately, <i>babel</i>&#8217;s choice
+of names isn&#8217;t always to everyone&#8217;s choice, and there is still a need
+for a mechanism to replace the &#8216;standard&#8217; names.
<p/>Whenever a new language is selected, <i>babel</i> resets all the
names to the settings for that language. In particular,
-<i>babel</i> selects the document&rsquo;s main language when
+<i>babel</i> selects the document&#8217;s main language when
<code>\</code><code>begin{document}</code> is executed, which immediately destroys
any changes to these symbolic names made in the prologue of a document
that uses <i>babel</i>.