Search found 6 matches

by b00029955
Fri Jul 02, 2010 1:06 am
Forum: BibTeX, biblatex and biber
Topic: Help needed: German umlaut "ß"
Replies: 9
Views: 25271

Help needed: German umlaut "ß"

frabjous wrote: author = {Gain, James and Marais, Patrick and Stra{\upshape{\ss}}er , Wolfgang}
Brilliant ! It worked! Thanks a lot
by b00029955
Fri Jul 02, 2010 12:41 am
Forum: BibTeX, biblatex and biber
Topic: Help needed: German umlaut "ß"
Replies: 9
Views: 25271

Re: Help needed: German umlaut "ß"

@Stefan: thanks for that input. So the problem was not with Bibtex but with my lack of knowledge of German :-) . Thanks for the help.
by b00029955
Fri Jul 02, 2010 12:38 am
Forum: BibTeX, biblatex and biber
Topic: Help needed: German umlaut "ß"
Replies: 9
Views: 25271

Re: Help needed: German umlaut "ß"

@frabjous : Yes the minimal sample is working fine, so is it due to multiple authors' names? or different bib. style? i am not able to figure out the problem..those special characters are getting rendered fine even with all tex files of the thesis, only problem is with bib file.
by b00029955
Fri Jul 02, 2010 12:30 am
Forum: BibTeX, biblatex and biber
Topic: Help needed: German umlaut "ß"
Replies: 9
Views: 25271

Re: Help needed: German umlaut "ß"

And \bibliographystyle used in my document is

\bibliographystyle{acmtrans}
by b00029955
Fri Jul 02, 2010 12:25 am
Forum: BibTeX, biblatex and biber
Topic: Help needed: German umlaut "ß"
Replies: 9
Views: 25271

Re: Help needed: German umlaut "ß"

Thanks for the replies.

My apologies, I don't have any knowledge about German.

Bibtex Author entry
author = {Gain, James and Marais, Patrick and Stra{\ss}er , Wolfgang},

Output: GAIN, J., MARAIS, P., AND STRASSER

tex packages:
\usepackage[german]{babel}
\usepackage[T1]{fontenc}
\usepackage ...
by b00029955
Thu Jul 01, 2010 11:37 pm
Forum: BibTeX, biblatex and biber
Topic: Help needed: German umlaut "ß"
Replies: 9
Views: 25271

Help needed: German umlaut "ß"

Hi,
My knowledge with LaTex and BibTex is at intermediate level, I have been working for days but still not able to get "ß" rendered properly in the Bibliography (BibTex) I tried {\ss} but it's rendering it as "ss" instead of "ß", required packages are included in tex file there are no build ...