diff options
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.html | 10 |
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’s lights (the rules come from +this is not unreasonable by BibTeX’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’t -enforce BibTeX’s default rules. It is definitely <em>not</em> a good +capitalisation, you should acquire a bibliography style that doesn’t +enforce BibTeX’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 — for example, on a +style, or to the way you are thinking today — for example, on a future occasion, you might find yourself using a different BibTeX style with different capitalisation rules. -<p/>There’s more on the subject in the +<p/>There’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> |