How can I show LaTeX the hyphenation rules for a word in a .bib file?
The word Phasenumwandlung hangs out of the textarea.
Phasenumwandlung
|
should
brake
here
I have added
\hyphenation{Pha-sen-um-wand-lung}
But that does not help.
The text is english and german. The bibliography was set to english, because most entries were english.
Edit: It will take some time until I can provide a MWE. But for me the \- is the best solution.
Pha\-sen\-um\-wand\-lungin yourbibfile ... – Kurt Dec 11 '12 at 22:25bblfile (inserted in your file). So it depends on the order of doing the hyphenation and the insertion I think. I never tried it out because writing\-runs very well ... – Kurt Dec 11 '12 at 22:53\hyphenationcommand: The german pattern knows how to hyphenate this word. And it should work in your bibliography too. So probably your language setup is wrong. Using\-may work but is only a work-around. You should better make an example. – Ulrike Fischer Dec 12 '12 at 13:14