Re: [NTG-context] Typefaces ... how does this work?

2013-06-13 Thread Bill Meahan
This approach works well for me, no modules required: (this is NOT a complete working example!) ... \setupbodyfont[mainface,12pt] ... \definefont[alt][fontname sa 1.0] \starttext Blah blah blah Blah blah {\alt boo hoo hoo} Blah blah blah \stoptext The "sa 1.0"is opt

Re: [NTG-context] Typefaces ... how does this work?

2013-06-13 Thread Pablo Rodríguez
On 13/06/13 20:02, Pablo Rodríguez wrote: > On 13/06/13 19:41, Sander Maijers wrote: >> >> How can I select a different typeface (that can be found by simplefonts) >> for a specific region of text, like a few words? Hi Sander, this an extension to my previous reply. \definesimplefonttypeface en

Re: [NTG-context] Typefaces ... how does this work?

2013-06-13 Thread Pablo Rodríguez
On 13/06/13 19:41, Sander Maijers wrote: > On 12-06-13 23:33, luigi scarso wrote: >> >> Do you know the simplefonts module ? > > How can I select a different typeface (that can be found by simplefonts) > for a specific region of text, like a few words? Hi Sander, \definesimplefont is what you'r

Re: [NTG-context] Typefaces ... how does this work?

2013-06-13 Thread S Barmeier
If you are not using all predefined font styles, you could set your monospace, sans, serif, or whichever style you aren't using to the font you want to use and use the predefined command (e.g. \sf) to access that font. Severin On 6/13/13, Sander Maijers wrote: > > On 12-06-13 23:33, luigi scarso

Re: [NTG-context] Typefaces ... how does this work?

2013-06-13 Thread Sander Maijers
On 12-06-13 23:33, luigi scarso wrote: On Wed, Jun 12, 2013 at 11:31 PM, Sander Maijers mailto:s.n.maij...@student.ru.nl>> wrote: I want to adjust my document to have Lucida as main typeface, but with brief passages (a few words at most) in a typeface that has the IPA glyphs like

Re: [NTG-context] Typefaces ... how does this work?

2013-06-12 Thread luigi scarso
On Wed, Jun 12, 2013 at 11:31 PM, Sander Maijers wrote: > I want to adjust my document to have Lucida as main typeface, but with > brief passages (a few words at most) in a typeface that has the IPA glyphs > like Gentium. > > I've skimmed the manual and the ConTeXt garden Wiki but I do not yet > u

[NTG-context] Typefaces ... how does this work?

2013-06-12 Thread Sander Maijers
I want to adjust my document to have Lucida as main typeface, but with brief passages (a few words at most) in a typeface that has the IPA glyphs like Gentium. I've skimmed the manual and the ConTeXt garden Wiki but I do not yet understand which commands I should use where and with which optio