ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: luigi scarso <luigi.scarso@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: bigger then "big"
Date: Tue, 15 Dec 2009 15:56:57 +0100	[thread overview]
Message-ID: <fe8d59da0912150656s8cc1ea3nd390abae73d0ee9@mail.gmail.com> (raw)
In-Reply-To: <4B278CBF.3050106@gmail.com>

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
___________________________________________________________________________________

  parent reply	other threads:[~2009-12-15 14:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.0.1260874802.8943.ntg-context@ntg.nl>
2009-12-15 13:18 ` Vyatcheslav Yatskovsky
2009-12-15 13:47   ` Willi Egger
2009-12-15 13:51   ` Wolfgang Schuster
2009-12-15 14:56   ` luigi scarso [this message]
2009-12-21 17:02   ` Wolfgang Schuster
     [not found] <mailman.223.1261336521.4197.ntg-context@ntg.nl>
2009-12-20 20:36 ` Vyatcheslav Yatskovsky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fe8d59da0912150656s8cc1ea3nd390abae73d0ee9@mail.gmail.com \
    --to=luigi.scarso@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).