How to set \tfa to 10pt?
Hello, I use TimesNR 11pt as body font. How to instruct ConTeXt Mkiv that I want \tfx to be exactly 10pt? Regards, Vyatcheslav
Hi,
On Mon, 02 Nov 2009 17:10:42 -0700, Vyatcheslav Yatskovsky
I use TimesNR 11pt as body font. How to instruct ConTeXt Mkiv that I want \tfx to be exactly 10pt?
You can do that in a typescript, after defining \starttypescript [serif] [myfont] [name] etc: \starttypescript [serif] [myfont] [size] \definebodyfont [9pt,10pt,11pt,12pt,14.4pt] [rm] [tfx=Serif sa .9] \stoptypescript etc. I've used this technique plenty of times in mkii, but there _may_ be subtleties in mkiv for your case, so experiment. Best wishes Idris -- Professor Idris Samawi Hamid, Editor-in-Chief International Journal of Shi`i Studies Department of Philosophy Colorado State University Fort Collins, CO 80523
On Mon, 02 Nov 2009 17:23:05 -0700, Idris Samawi Hamid ادريس سماوي حامد
Hi,
On Mon, 02 Nov 2009 17:10:42 -0700, Vyatcheslav Yatskovsky
wrote: I use TimesNR 11pt as body font. How to instruct ConTeXt Mkiv that I want \tfx to be exactly 10pt?
You can do that in a typescript, after defining
\starttypescript [serif] [myfont] [name]
etc:
\starttypescript [serif] [myfont] [size] \definebodyfont [9pt,10pt,11pt,12pt,14.4pt] [rm] [tfx=Serif sa .9] \stoptypescript
etc.
Don't forget to add the [size] parameter to your typeface in your final typescript eg: \definetypeface [serif] [rm] [myfont] [name] [size] Idris -- Professor Idris Samawi Hamid, Editor-in-Chief International Journal of Shi`i Studies Department of Philosophy Colorado State University Fort Collins, CO 80523
participants (2)
-
Idris Samawi Hamid ادريس سماوي حامد
-
Vyatcheslav Yatskovsky