summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-manyauthor.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-manyauthor.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-manyauthor.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-manyauthor.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-manyauthor.html
index 8828376fbf1..969c01a8056 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-manyauthor.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-manyauthor.html
@@ -1,10 +1,10 @@
<head>
<title>UK TeX FAQ -- question label manyauthor</title>
</head><body>
-<h3>BibTeX doesn&rsquo;t understand lists of names</h3>
-<p/>BibTeX has a strict syntax for lists of authors&rsquo; (or editors&rsquo;)
+<h3>BibTeX doesn&#8217;t understand lists of names</h3>
+<p/>BibTeX has a strict syntax for lists of authors&#8217; (or editors&#8217;)
names in the BibTeX data file; if you write the list of names in a
-&ldquo;natural&rdquo;-seeming way, the chances are you will confuse BibTeX,
+&#8220;natural&#8221;-seeming way, the chances are you will confuse BibTeX,
and the output produced will be quite different from what you had
hoped.
<p/>Names should be expressed in one of the forms
@@ -15,25 +15,25 @@ Last, First
Last, Suffix, First
</pre>
</blockquote><p>
-and lists of names should be separated with &ldquo;<code>and</code>&rdquo;.
+and lists of names should be separated with &#8220;<code>and</code>&#8221;.
For example:
<blockquote>
<pre>
-AUTHOR = {Fred Q. Bloggs, John P. Doe &amp;
+AUTHOR = {Fred Q. Bloggs, John P. Doe &#38;
Another Idiot}
</pre>
</blockquote><p>
falls foul of two of the above rules: a syntactically significant
-comma appears in an incorrect place, and &lsquo;<code>\</code><code>&amp;</code>&rsquo; is being used as a
+comma appears in an incorrect place, and &#8216;<code>\</code><code>&#38;</code>&#8217; is being used as a
name separator. The output of the above might be something like:
<blockquote>
<pre>
-John P. Doe &amp; Another Idiot Fred Q. Bloggs
+John P. Doe &#38; Another Idiot Fred Q. Bloggs
</pre>
</blockquote><p>
-because &ldquo;John P. Doe &amp; Another Idiot has become the &lsquo;first name&rsquo;,
-while &ldquo;Fred Q. Bloggs&rdquo; has become the &lsquo;last name&rsquo; of a single
+because &#8220;John P. Doe &#38; Another Idiot has become the &#8216;first name&#8217;,
+while &#8220;Fred Q. Bloggs&#8221; has become the &#8216;last name&#8217; of a single
person. The example should have been written:
<blockquote>
@@ -44,8 +44,8 @@ AUTHOR = {Fred Q. Bloggs and John P. Doe and
</blockquote><p>
Some bibliography styles implement clever acrobatics with very long
author lists. You can force truncation by using the pseudo-name
-&ldquo;<code>others</code>&rdquo;, which will usually translate to something like
-&ldquo;<em>et al</em>&rdquo; in the typeset output. So, if Mr. Bloggs wanted to
+&#8220;<code>others</code>&#8221;, which will usually translate to something like
+&#8220;<em>et al</em>&#8221; in the typeset output. So, if Mr. Bloggs wanted to
distract attention from his co-authors, he would write:
<blockquote>
<pre>