I have an author called Jörg Geißler, whom I want to include in my BibTeX database.
I tried to use
Gei\ssler, J\"{o}rg
but this doesn't work correctly. I can't generate the PDF anymore. How do I type in the name correctly?
|
I have an author called I tried to use
but this doesn't work correctly. I can't generate the PDF anymore. How do I type in the name correctly? |
||||
| show 1 more comment |
|
You need to enclose the
Otherwise, TeX can't tell whether the macro is So within your document
would render correctly as:
but used within your bib file the same input would be rendered by BibTeX as:
assuming you were using a lastname-firstname bibliography format. Furthermore, if you used the form
in your bib file, it would be rendered as:
|
|||||||||||||
|
\usepackage[utf8]{inputenc}and then simple write the nameJörg Geißler? – Dror Aug 23 '11 at 13:18bibtexdoesn't deal with UTF8. In the same way that you put\"{o}you should put{\ss}. (Otherwise how does TeX know whether the macro is\ssorssler?) – Alan Munn Aug 23 '11 at 13:21´as an apostrophe, but an actual apostrophe'. Assuming you have a German keyboard, press [Shift]+[#]. Wrong: doesn´t or doesn`t. Right: doesn't. This applies to German and English apostrophes alike. – doncherry Aug 23 '11 at 15:46