Hi, Can I setup something bigger then "big"? \setupinterlinespace[big] I'd like to have more spacing. How to achieve this? Regards, Vyatcheslav
Hi Vyatcheslav you can assign your own value to this command. e.g. \setupbodyfont[Myfont,9pt]\setupinterlinespace[11pt] Willi On Dec 15, 2009, at 2:18 PM, Vyatcheslav Yatskovsky wrote:
Hi,
Can I setup something bigger then "big"?
\setupinterlinespace[big]
I'd like to have more spacing. How to achieve this?
Regards, Vyatcheslav ______________________________________________________________________ _____________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ______________________________________________________________________ _____________
On Tue, Dec 15, 2009 at 2:18 PM, Vyatcheslav Yatskovsky
Hi,
Can I setup something bigger then "big"?
\setupinterlinespace[big]
I'd like to have more spacing. How to achieve this?
Regards, Vyatcheslav ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
just for fu(a)ns... \unprotect %%big 1.5 %%medium 1.25 %%small 1.0 %% %%bbig 1.75 \def\v!bbig{bbig} \long\def\OneandSevthirdofthreearguments #1#2#3{1.75} \letvalue{\@av@\v!bbig }\OneandSevthirdofthreearguments %%Big 2.0 \def\v!Big{Big} \long\def\Twothirdofthreearguments #1#2#3{2.0} \letvalue{\@av@\v!Big }\Twothirdofthreearguments \protect \starttext \setupinterlinespace[big] goo foo \setupinterlinespace[bbig] goo foo \setupinterlinespace[Big] goo foo \stoptext -- luigi
participants (4)
-
luigi scarso
-
Vyatcheslav Yatskovsky
-
Willi Egger
-
Wolfgang Schuster