Hello, here comes a repost of some still unsolved (at least for me) questions: - What is the best way, to get never the serif version of the euro, only the sans? Test file: \usemodule[symb-eur] \useregime[il9] \enableregime[il9] \starttext bla € bla \stoptext - What is the right syntax to get "hz,normal" ? I tried \setupfonthandling[highquality] and \setupalign[hanging,hz] but these two commands don't seem to change anything. Test file: \starttext \input tufte \setupfonthandling[highquality] \setupalign[hanging,hz] \input tufte \stoptext TIA for any help! Cheers, Peter -- http://pmrb.free.fr/contact/
Peter— On your second question, I use \usetypescript[serif,sans,mono,mm][hanging][normal] \setupalign[hz,hanging] and place this in the preamble before the particular fonts are introduced/defined, Alan On Jan 7, 2006, at 8:05 AM, Peter Münster wrote:
Hello, here comes a repost of some still unsolved (at least for me) questions: - What is the best way, to get never the serif version of the euro, only the sans? Test file: \usemodule[symb-eur] \useregime[il9] \enableregime[il9] \starttext bla € bla \stoptext
- What is the right syntax to get "hz,normal" ? I tried \setupfonthandling[highquality] and \setupalign[hanging,hz] but these two commands don't seem to change anything. Test file:
\starttext \input tufte
\setupfonthandling[highquality] \setupalign[hanging,hz] \input tufte \stoptext
TIA for any help! Cheers, Peter
-- http://pmrb.free.fr/contact/ _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
On Sat, 7 Jan 2006, Alan Bowen wrote:
On your second question, I use \usetypescript[serif,sans,mono,mm][hanging][normal] \setupalign[hz,hanging] and place this in the preamble before the particular fonts are introduced/defined,
Could you please send a minimal example? I tried \starttext \input tufte \stoptext and \usetypescript[serif,sans,mono,mm][hanging][normal] \setupalign[hz,hanging] \starttext \input tufte \stoptext But I see no difference... Cheers, Peter -- http://pmrb.free.fr/contact/
Peter— You must put \usetypescript[serif,sans,mono,mm][hanging][normal] \setupalign[hz,hanging] before you define the font. In your example, these commands are coming after the default is identified. This means that if you want to get margin kerning and so forth with Latin Modern, you must actually re-specify Latin Modern. In your preamble, try %%%% Margin Kerning and Font Expansion \usetypescript[serif,sans,mono,mm][hanging][normal] \setupalign[hz,hanging] \setupfootnotes[align={hz,hanging}] % install Latin Modern % we must install margin kerning before the font is loaded: since Computer Modern is % loaded before our definitions, we must load it again \usetypescript [all] [latin-modern] [texnansi] \setupbodyfont[reset] \definebodyfont [10.5pt,9.5pt] [rm,ss,tt,mm] [default] \setupbodyfont[lm,10.5pt] This works for me. I hope it does for you too. Cheers, Alan On Jan 7, 2006, at 9:10 AM, Peter Münster wrote:
On Sat, 7 Jan 2006, Alan Bowen wrote:
On your second question, I use \usetypescript[serif,sans,mono,mm][hanging][normal] \setupalign[hz,hanging] and place this in the preamble before the particular fonts are introduced/defined,
Could you please send a minimal example? I tried
\starttext \input tufte \stoptext
and
\usetypescript[serif,sans,mono,mm][hanging][normal] \setupalign[hz,hanging] \starttext \input tufte \stoptext
But I see no difference... Cheers, Peter
-- http://pmrb.free.fr/contact/ _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
On Sat, 7 Jan 2006, Alan Bowen wrote:
\usetypescript[serif,sans,mono,mm][hanging][normal] \setupalign[hz,hanging] \setupfootnotes[align={hz,hanging}]
\usetypescript [all] [latin-modern] [texnansi] \setupbodyfont[reset] \definebodyfont [10.5pt,9.5pt] [rm,ss,tt,mm] [default] \setupbodyfont[lm,10.5pt]
Hello Alan, thanks for this example, yes it works now! I played a bit with your command-lines and found, that \usetypescript[all]... and \setupbodyfont[reset] are not needed. I understand serif, sans and mono, but what is "mm" ? Now I understand, why hz and hanging are not default: compile time is even longer now! ;-) Cheers, Peter -- http://pmrb.free.fr/contact/
On Sat, 7 Jan 2006, Peter Münster wrote:
I understand serif, sans and mono, but what is "mm" ?
Ok, I asked too fast... Seems to be math! Cheers, Peter -- http://pmrb.free.fr/contact/
participants (2)
-
Alan Bowen
-
Peter Münster