-context@ntg.nl
Subject: Re: [NTG-context] Need help with \definetabulate
Marco,
\definetabulate [alpha] [|l|l|l|]
\setuptabulate [alpha] [bodyfont=small]
This does not work for me quite the way I need it to. I am really just after
defining the font-size, but I would like to leave
Any pointers anyone? I need to get this working and am running out of ideas.
Thank you,
Malte.
Begin forwarded message:
From: Malte Stien ma...@stien.de
Date: 15 October 2012 17:03:42
To: ntg-context@ntg.nl
Subject: Re: [NTG-context] Need help with \definetabulate
Marco
Am 16.10.2012 um 11:21 schrieb Malte Stien ma...@stien.de:
Any pointers anyone? I need to get this working and am running out of ideas.
\def\startalpha
{\dosingleempty\dostartalpha}
\def\dostartalpha[#1]#2\stopalpha
{\iffirstargument
\starttabulate [#1]#2\stoptabulate
\else
definitions at all.
Full example below.
Cheers,
Sietse
\definetabulate[alpha][|l|] % dummy format
\setuptabulate[alpha][style=bold]
\setuptabulate[alpha][format={|r|r|r|}]
\startalpha
\NC r \NC r \NC r \NC \NR
\NC test \NC test \NC test \NC \NR
\stopalpha
\setuptabulate[alpha][format={|c|c|}]
\startalpha
, but on the other hand it requires no
new definitions at all.
Full example below.
Cheers,
Sietse
\definetabulate[alpha][|l|] % dummy format
\setuptabulate[alpha][style=bold]
\setuptabulate[alpha][format={|r|r|r|}]
\startalpha
\NC r \NC r \NC r \NC \NR
\NC test \NC test \NC test \NC \NR
\stopalpha
={}]
before every \startalpha call.
It's not very contexty syntax, but on the other hand it requires no
new definitions at all.
Full example below.
Cheers,
Sietse
\definetabulate[alpha][|l|] % dummy format
\setuptabulate[alpha][style=bold]
\setuptabulate[alpha][format={|r|r|r|}]
\startalpha
\setuptabulate[alpha][format={}]
before every \startalpha call.
It's not very contexty syntax, but on the other hand it requires no
new definitions at all.
Full example below.
Cheers,
Sietse
\definetabulate[alpha][|l|] % dummy format
\setuptabulate[alpha][style=bold]
\setuptabulate[alpha
Marco,
\definetabulate [alpha] [|l|l|l|]
\setuptabulate [alpha] [bodyfont=small]
This does not work for me quite the way I need it to. I am really just after
defining the font-size, but I would like to leave the column setup to the user
(I am building an environment and that I would like
2012-10-08 Malte Stien:
Hi Malte
I am trying to define two tabulate styles as follows:
- \setuptabulate[split=yes, bodyfont=small]
- \setuptabulate[split=yes]
\definetabulate [alpha] [|l|l|l|]
\setuptabulate [alpha] [bodyfont=small]
\definetabulate [beta] [|l|l|]
\setuptabulate [beta