General\"o, german Oe in bibliogrphy

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
me_here_me
Posts: 46
Joined: Mon Feb 05, 2007 5:19 pm

\"o, german Oe in bibliogrphy

Post by me_here_me »

I want to display the german Oe in bibliography. Alhough \"o works fine in the paper, this thing does not work out in bibliogaphy and instead give strange results.

i have the following entry:

Code: Select all

@article{3DV:1990,
  author = "Karl Heinz H[b][size=18]oe[/size][/b]hne et al.",
  title = "3D Visualization of tomographic volume data using the generalized voxel model",
  year = "1990",
  journal = "The Visual Computer",
  volume = "6",
  pages = "28--36",
}
and i want it some thing like:

Code: Select all

@article{3DV:1990,
  author = "Karl Heinz H[b][size=18]\"o[/size][/b]hne et al.",
  title = "3D Visualization of tomographic volume data using the generalized voxel model",
  year = "1990",
  journal = "The Visual Computer",
  volume = "6",
  pages = "28--36",
}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Kris
Posts: 56
Joined: Sun Jan 14, 2007 4:04 pm

\"o, german Oe in bibliogrphy

Post by Kris »

Hi!

You should use

author = "Karl~Heinz H{\"o}hne and ..."

or

author = "H{\"o}hne, K.H. and ..."

I won't use et al. - it's better to type in all authors and let
BibTeX decide !

Regards
Kris

*EDIT*

A much easier solution would be to use the latin-1 input-encoding by adding

\usepackage[latin1]{inputenc}

to enable direct use of the german accents...
;)
me_here_me
Posts: 46
Joined: Mon Feb 05, 2007 5:19 pm

Re: \"o, german Oe in bibliogrphy

Post by me_here_me »

thanks a lot ..... it works:)
User avatar
Kris
Posts: 56
Joined: Sun Jan 14, 2007 4:04 pm

\"o, german Oe in bibliogrphy

Post by Kris »

By the way...

do You use a bib-file Editor?

If not => have a look here:

http://jabref.sourceforge.net/

Have fun!
Kris
Post Reply