File: FAQ-bibaccent.html

package info (click to toggle)
texlive-doc 2005.dfsg.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 125,100 kB
  • ctags: 12,558
  • sloc: xml: 24,267; perl: 14,394; makefile: 727; sh: 324; lisp: 276; java: 159; sed: 4
file content (14 lines) | stat: -rw-r--r-- 649 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>