Re: [NTG-context] t-bib and explicitly italizising title parts

2006-05-25 Thread Johannes Graumann
Johannes Graumann wrote: > title = {{\it {S}accharomyces cerevisiae\/}} > > now lacks the required upper case for the 'S' - is there any TeX command > analogous to '\it' forcing capitalization? Solved. Extra pair of braces around italisized content. Joh

Re: [NTG-context] t-bib and explicitly italizising title parts

2006-05-24 Thread Johannes Graumann
Taco Hoekwater wrote: >@ARTICLE{article-minimal, > author = {L[eslie] A. Aamport}, > title = {The {\it Gnats\/} and Gnus Document Preparation System}, > journal = {\mbox{G-Animal's} Journal}, > year = 1986, >} This works indeed - I was missing the '\/' bit. However, now I h

Re: [NTG-context] t-bib and explicitly italizising title parts

2006-05-24 Thread Taco Hoekwater
Johannes Graumann wrote: > Hello, > > Is there any way using '\it' in the title of a bib-entry, so that > ConTeXt/t-bib will hand it though into the bibliography listing? Sure, just use \it ;-) Seriously: does that not work for you? I tried @ARTICLE{article-minimal, author = {L[eslie] A.

[NTG-context] t-bib and explicitly italizising title parts

2006-05-23 Thread Johannes Graumann
Hello, Is there any way using '\it' in the title of a bib-entry, so that ConTeXt/t-bib will hand it though into the bibliography listing? I have a lot of publications in my lists that contain species names in there titles, which are by convention typeset in italics. Thanks for any hints, Joh __