summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bibaccent.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bibaccent.html')
-rw-r--r--Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bibaccent.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bibaccent.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bibaccent.html
new file mode 100644
index 00000000000..8fb52729811
--- /dev/null
+++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bibaccent.html
@@ -0,0 +1,14 @@
+<head>
+<title>UK TeX FAQ -- question label bibaccent</title>
+</head><body>
+<h3>Accents in bibliographies</h3>
+<p>BibTeX not only has a tendency (by default) to mess about with the
+
+<a href="FAQ-capbibtex.html">case of letters in your bibliography</a>,
+also makes a hash of accent commands:
+"<code>ma\~nana</code>" comes out as "ma nana" (!). The solution is
+similar: enclose the troublesome sequence in braces, as
+"<code>{</code><code>\~n</code><code>}</code>", in this example.
+
+<p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=bibaccent">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=bibaccent</a>
+</body>