ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* bigger then "big"
       [not found] <mailman.0.1260874802.8943.ntg-context@ntg.nl>
@ 2009-12-15 13:18 ` Vyatcheslav Yatskovsky
  2009-12-15 13:47   ` Willi Egger
                     ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Vyatcheslav Yatskovsky @ 2009-12-15 13:18 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: bigger then "big"
  2009-12-15 13:18 ` bigger then "big" Vyatcheslav Yatskovsky
@ 2009-12-15 13:47   ` Willi Egger
  2009-12-15 13:51   ` Wolfgang Schuster
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Willi Egger @ 2009-12-15 13:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
> ______________________________________________________________________ 
> _____________

___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: bigger then "big"
  2009-12-15 13:18 ` bigger then "big" Vyatcheslav Yatskovsky
  2009-12-15 13:47   ` Willi Egger
@ 2009-12-15 13:51   ` Wolfgang Schuster
  2009-12-15 14:56   ` luigi scarso
  2009-12-21 17:02   ` Wolfgang Schuster
  3 siblings, 0 replies; 6+ messages in thread
From: Wolfgang Schuster @ 2009-12-15 13:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 15.12.2009 um 14:18 schrieb Vyatcheslav Yatskovsky:

> Hi,
> 
> Can I setup something bigger then "big"?
> 
> \setupinterlinespace[big]
> 
> I'd like to have more spacing. How to achieve this?

\setupinterlinespace[line=...]

Wolfgang

___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: bigger then "big"
  2009-12-15 13:18 ` bigger then "big" Vyatcheslav Yatskovsky
  2009-12-15 13:47   ` Willi Egger
  2009-12-15 13:51   ` Wolfgang Schuster
@ 2009-12-15 14:56   ` luigi scarso
  2009-12-21 17:02   ` Wolfgang Schuster
  3 siblings, 0 replies; 6+ messages in thread
From: luigi scarso @ 2009-12-15 14:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, Dec 15, 2009 at 2:18 PM, Vyatcheslav Yatskovsky
<yatskovsky@gmail.com> 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
> ___________________________________________________________________________________
>

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
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: bigger then "big"
  2009-12-15 13:18 ` bigger then "big" Vyatcheslav Yatskovsky
                     ` (2 preceding siblings ...)
  2009-12-15 14:56   ` luigi scarso
@ 2009-12-21 17:02   ` Wolfgang Schuster
  3 siblings, 0 replies; 6+ messages in thread
From: Wolfgang Schuster @ 2009-12-21 17:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 15.12.2009 um 14:18 schrieb Vyatcheslav Yatskovsky:

> Hi,
> 
> Can I setup something bigger then "big"?
> 
> \setupinterlinespace[big]
> 
> I'd like to have more spacing. How to achieve this?

\setupinterlinespace[2]

Wolfgang

___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: bigger then "big"
       [not found] <mailman.223.1261336521.4197.ntg-context@ntg.nl>
@ 2009-12-20 20:36 ` Vyatcheslav Yatskovsky
  0 siblings, 0 replies; 6+ messages in thread
From: Vyatcheslav Yatskovsky @ 2009-12-20 20:36 UTC (permalink / raw)
  To: ntg-context

Thank you, Luigi, for excellent snippet! )
> \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
>
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-12-21 17:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.0.1260874802.8943.ntg-context@ntg.nl>
2009-12-15 13:18 ` bigger then "big" Vyatcheslav Yatskovsky
2009-12-15 13:47   ` Willi Egger
2009-12-15 13:51   ` Wolfgang Schuster
2009-12-15 14:56   ` luigi scarso
2009-12-21 17:02   ` Wolfgang Schuster
     [not found] <mailman.223.1261336521.4197.ntg-context@ntg.nl>
2009-12-20 20:36 ` Vyatcheslav Yatskovsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).