Re: [NTG-context] Math and bold font: \definetypeface

2010-12-10 Thread Procházka Lukáš Ing . - Pontex s . r . o .
] \definetypeface [\typescriptone] [rm] [serif] [pagella] [default] \definetypeface [\typescriptone] [ss] [sans] [heros] [default] \definetypeface [\typescriptone] [tt] [mono] [modern] [default] %\definetypeface [\typescriptone] [mm] [math] [cambria][default] %\definetypeface

Re: [NTG-context] Math and bold font: \definetypeface

2010-12-10 Thread Florian Wobbe
quot;$Abc \alpha = {\aSwitchToBoldMath Abc \alpha} = or > \aCommandToTypeBoldMath{Abc \alpha}$ work. Minimal example that uses Tex Gyre Pagella and Heros for serif and sans, and either Cambria, Asana, Neo Euler, or XITS for math (comment in your choice and make sure that context finds the fonts): \start

Re: [NTG-context] Math and bold font: \definetypeface

2010-12-06 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello - On Sun, 05 Dec 2010 22:48:47 +0100, Florian Wobbe wrote: On Dec 5, 2010, at 20:27 , Procházka Lukáš wrote: \definetypeface [\typescriptone] [mm] [math] [cambria] [default] just a placeholder, which comes in handy when you want to define multiple entries at once: OK, I

Re: [NTG-context] Math and bold font: \definetypeface

2010-12-05 Thread Florian Wobbe
On Dec 5, 2010, at 20:27 , Procházka Lukáš wrote: > Hello - > > On Sun, 05 Dec 2010 18:34:34 +0100, Florian Wobbe > wrote: > >> \definetypeface [\typescriptone] [mm] [math] [cambria] [default] > > - I don't know what the meaning of individual par

Re: [NTG-context] Math and bold font: \definetypeface

2010-12-05 Thread Procházka Lukáš
Hello - On Sun, 05 Dec 2010 18:34:34 +0100, Florian Wobbe wrote: \definetypeface [\typescriptone] [mm] [math] [cambria] [default] - I don't know what the meaning of individual parameters is: \definetypeface [\typescriptone] % What actually the \typescriptone does? What are

Re: [NTG-context] \definetypeface broken?

2010-02-25 Thread Hans Hagen
On 25-2-2010 13:03, Yanrui Li wrote: Hi, I found '\definetypeface' can not work with beta 2010.02.24. This is a minimal example: \starttypescript[serif][test] \definefontsynonym[Serif][name:texgyrepagella] \stoptypescript \definetypeface[myfonts][rm][serif][test][default] \set

[NTG-context] \definetypeface broken?

2010-02-25 Thread Yanrui Li
Hi, I found '\definetypeface' can not work with beta 2010.02.24. This is a minimal example: \starttypescript[serif][test] \definefontsynonym[Serif][name:texgyrepagella] \stoptypescript \definetypeface[myfonts][rm][serif][test][default] \setupbodyfont[myfonts] \starttext H

Re: [NTG-context] definetypeface confusion

2007-04-25 Thread Patrick Gundlach
Hello Wolfgang, > can you try the following setup > > \definebodyfontenvironment[chaparral][14pt][interlinespace=20pt] No effect with: \definetypeface [foo] [rm][serif] [chaparral][default][encoding=texnansi] \definetypeface [foo] [ss][sans] [myriad][default][encoding

Re: [NTG-context] definetypeface confusion

2007-04-25 Thread Wolfgang Schuster
2007/4/25, Patrick Gundlach <[EMAIL PROTECTED]>: Hello Thomas, [...] > Try: > \definetypeface [chaparral] [ss][sans] [myriad] [default] > [encoding=texnansi] great! This works. Thanks (also to Wolfgang). Now another question: I'd like to set the interlinespace for \

Re: [NTG-context] definetypeface confusion

2007-04-25 Thread Patrick Gundlach
Hello Thomas, [...] > Try: > \definetypeface [chaparral] [ss][sans] [myriad] [default] > [encoding=texnansi] great! This works. Thanks (also to Wolfgang). Now another question: I'd like to set the interlinespace for \rm only. My attempt: \definebodyfontenvironment [c

Re: [NTG-context] definetypeface confusion

2007-04-25 Thread Wolfgang Schuster
2007/4/25, Patrick Gundlach <[EMAIL PROTECTED]>: Hi there, I am a bit confused about \definetypeface. I try to mix some self-installed otf-fonts. Serif works fine, but I can't get the sans variant to work: \definetypeface [chaparral][rm][serif] [chaparral][default][encodi

Re: [NTG-context] definetypeface confusion

2007-04-25 Thread Thomas A. Schmitz
On Apr 25, 2007, at 2:37 PM, Patrick Gundlach wrote: Hi there, I am a bit confused about \definetypeface. I try to mix some self-installed otf-fonts. Serif works fine, but I can't get the sans variant to work: \definetypeface [chaparral][rm][serif] [chaparral][default] [encoding=tex

[NTG-context] definetypeface confusion

2007-04-25 Thread Patrick Gundlach
Hi there, I am a bit confused about \definetypeface. I try to mix some self-installed otf-fonts. Serif works fine, but I can't get the sans variant to work: \definetypeface [chaparral][rm][serif] [chaparral][default][encoding=texnansi] \definetypeface [myriad] [ss][sans] [myriad] [de

Re: [NTG-context] definetypeface vs math symbols

2006-07-11 Thread Hans Hagen
Ralf Schmitt wrote: > Hans Hagen wrote: > >> \definetypeface [charter] [it] [italics] [modern] [default][encoding=ec] >> \definetypeface [charter] [bf] [bold] [modern] [default] [encoding=ec] >> >> does not make sense, >> > > ack &

Re: [NTG-context] definetypeface vs math symbols

2006-07-11 Thread Ralf Schmitt
Hans Hagen wrote: > \definetypeface [charter] [it] [italics] [modern] [default][encoding=ec] > \definetypeface [charter] [bf] [bold] [modern] [default] [encoding=ec] > > does not make sense, ack > > \usetypescript[serif][charter][ec] > \definetypeface [charter] [rm] [seri

Re: [NTG-context] definetypeface vs math symbols

2006-07-10 Thread Hans Hagen
Ralf Schmitt wrote: > Ralf Schmitt wrote: > >> Thomas A. Schmitz wrote: >> >>> 1. define the math font as well: >>> \definetypeface [charter] [mm] [math] [modern] [default] [encoding=ec] >>> >>> and see if this solves your problem. &g

Re: [NTG-context] definetypeface vs math symbols

2006-07-10 Thread Ralf Schmitt
Ralf Schmitt wrote: > Thomas A. Schmitz wrote: >> >> 1. define the math font as well: >> \definetypeface [charter] [mm] [math] [modern] [default] [encoding=ec] >> >> and see if this solves your problem. > > This works. > Until one tries to use a bold fo

Re: [NTG-context] definetypeface vs math symbols

2006-07-10 Thread Ralf Schmitt
efined sizes. Could you try two things > (in turn, not at the same time): > > 1. define the math font as well: > \definetypeface [charter] [mm] [math] [modern] [default] [encoding=ec] > > and see if this solves your problem. This works. > > 2. In the file $TEXMF/tex/c

Re: [NTG-context] definetypeface vs math symbols

2006-07-10 Thread Thomas A. Schmitz
me): 1. define the math font as well: \definetypeface [charter] [mm] [math] [modern] [default] [encoding=ec] and see if this solves your problem. 2. In the file $TEXMF/tex/context/user/cont-sys.rme (or cont-sys.tex, if you have that file already), uncomment the line \resetmapfiles \usetypescript [map

Re: [NTG-context] definetypeface vs math symbols

2006-07-10 Thread Ralf Schmitt
Thomas A. Schmitz wrote: > Try adding the line > > \usetypescript[serif][charter][ec] > > at the beginning. > this didn't work for me... > [BTW: your minimal example was almost visible; next time, make a > bodyfont of 5pt] I thought about making a comment on this remark. I tried 0pt font siz

Re: [NTG-context] definetypeface vs math symbols

2006-07-10 Thread Thomas A. Schmitz
Try adding the line \usetypescript[serif][charter][ec] at the beginning. [BTW: your minimal example was almost visible; next time, make a bodyfont of 5pt] HTH Thomas On Jul 10, 2006, at 9:10 AM, Ralf Schmitt wrote: > > \starttext > > %\definetypeface [charter] [rm] [ser

[NTG-context] definetypeface vs math symbols

2006-07-10 Thread Ralf Schmitt
Hi all, what is the correct way to use another font in context? We use definetypeface and setupbodyfont (without really knowing what's going on...just copied from some example we found). When I uncomment the font statements in the following example, the Sigma symbol becomes a little c

[NTG-context] definetypeface usage

2004-07-05 Thread dr. Hans van der Meer
Trying to findout how ConTeXt's font mechanism works, I come to following question: From the brochure "Fonts in Context" (mfonts.pdf) I have picked up the notion that exercising a call to \definetypeface gets fonts in working order (see the examples there on font specifiers &q