summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-capbibtex.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-capbibtex.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-capbibtex.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-capbibtex.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-capbibtex.html
index e8bb38151f2..c6f4436bf7e 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-capbibtex.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-capbibtex.html
@@ -4,7 +4,7 @@
<h3>Capitalisation in BibTeX</h3>
<p/>The standard BibTeX bibliography styles impose fixed ideas about
the capitalisation of titles of things in the bibliography. While
-this is not unreasonable by BibTeX&rsquo;s lights (the rules come from
+this is not unreasonable by BibTeX&#8217;s lights (the rules come from
the <em>Chicago Manual of Style</em>) it can be troublesome, since
BibTeX fails to recognise special uses (such as acronyms, chemical
formulae, etc.).
@@ -24,8 +24,8 @@ title = {Te{X}niques and tips},
</pre>
</blockquote><p>
If your document design specification requires a different style of
-capitalisation, you should acquire a bibliography style that doesn&rsquo;t
-enforce BibTeX&rsquo;s default rules. It is definitely <em>not</em> a good
+capitalisation, you should acquire a bibliography style that doesn&#8217;t
+enforce BibTeX&#8217;s default rules. It is definitely <em>not</em> a good
idea to enclose an entire title in braces, as in
<blockquote>
<pre>
@@ -35,10 +35,10 @@ title = {{TeXniques and tips}},
though that does ensure that the capitalisation is not changed. Your
BibTeX database should be a general-purpose thing, not something
tuned to the requirements of a particular document or bibliography
-style, or to the way you are thinking today &mdash; for example, on a
+style, or to the way you are thinking today &#8212; for example, on a
future occasion, you might find yourself using a different BibTeX
style with different capitalisation rules.
-<p/>There&rsquo;s more on the subject in the
+<p/>There&#8217;s more on the subject in the
<a href="FAQ-BibTeXing.html">BibTeX documentation</a>.
<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=capbibtex">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=capbibtex</a>