[NTG-context] \starttabulate vertical spacing

2005-08-11 Thread Christoph Czarnetzki

Hello!

i want to put some space between lines in a tabulate environment.

\starttext
\starttabulate[|l|p(1cm)|]
\NC Some Text \NC Other Text \NC\NR\HL
\NC Some Text \NC Other Text \crlf\NC\NR
\NC Some Text \NC Other Text \NC
\stoptabulate
\stoptext


i did it with \crlf, but this is too much for me. \godown doesnt work 
either. Half of a line in space would be great. I tried that with 
starttable too, but the \HL command in tabulate works better. The text 
is aligned directly under the ends of the line. So i use tabulate. And 
the other problem is, crlf only works if tab is set to |p|.


thanks!
Christoph
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \starttabulate vertical spacing

2005-08-11 Thread Christoph Czarnetzki

Hello Hans,

it's better, but not the space value i want. To see the difference:

\starttext
\starttabulate[|l|p|]
\NC Some Text \NC Other Text \NC\NR\HL
\NC Some Text \NC Other Text \NC\NR
\TB
\NC Some Text \NC Other Text \NC\NR
\NC Some Text \NC Other Text \NC\NR
\stoptabulate
\godown[3cm]
\starttable[|l|p|]
\NC Some Text \NC Other Text \NC\FR\HL
\NC Some Text \NC Other Text \NC\SR
\NC Some Text \NC Other Text \NC\SR
\NC Some Text \NC Other Text \NC
\stoptable
\stoptext

The best look gives \SR or \MR, but as you see, the table doesn't start 
at left side, and the rule isn't aligned to the text and is too short. 
:-( Maybe there is an \TB/2? Or redefine the \TB command?


thanks for help,
christoph

Hans Hagen schrieb:


Christoph Czarnetzki wrote:


Hello!

i want to put some space between lines in a tabulate environment.

\starttext
\starttabulate[|l|p(1cm)|]
\NC Some Text \NC Other Text \NC\NR\HL
\NC Some Text \NC Other Text \crlf\NC\NR
\NC Some Text \NC Other Text \NC
\stoptabulate
\stoptext


i did it with \crlf, but this is too much for me. \godown doesnt work 
either. Half of a line in space would be great. I tried that with 
starttable too, but the \HL command in tabulate works better. The 
text is aligned directly under the ends of the line. So i use 
tabulate. And the other problem is, crlf only works if tab is set to 
|p|.



starttext
\starttabulate[|l|p(1cm)|]
\NC Some Text \NC Other Text \NC\NR\HL
\TB
\NC Some Text \NC Other Text \crlf\NC\NR
\NC Some Text \NC Other Text \NC
\stoptabulate
\stoptext

(table blank)
Hans
-
 Hans Hagen | PRAGMA ADE
 Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
| www.pragma-pod.nl
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context



___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Position Box On Bottom Right Side

2005-07-22 Thread Christoph Czarnetzki

Hello!

i want to put a box on the right, bottom side of my initial page. Its like

\blank[10*big,force]

but without the 10! Lets say i got three lines, then the third line 
should be the last
line on this page. I thought aboud a \vbox with frame=off, which 
contents are
\startalignment[left] and in a \startlines environment. As special i 
want to put a \hairline

in that, with \textwidth length.

Other things went very quickly, but this one seems very tricky... :-( 
... for me. :-)


Thanks for Help!
Christoph
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Position Box On Bottom Right Side

2005-07-22 Thread Christoph Czarnetzki

Taco Hoekwater schrieb:




Christoph Czarnetzki wrote:


Hello!

i want to put a box on the right, bottom side of my initial page. Its 
like



Like so?

  \starttext
  \startstandardmakeup
  \setupalign[flushright]
  \setuplines[after=,before=\vfill\hairline]
  \startlines
  line 1
  line 2
  line 3
  \stoplines
  \stopstandardmakeup
  \stoptext

Cheers, Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context



YES! Thanks a lot, thats exactly what i wanted to do!

I read it today, but haven't time to test it with that makeup 
environment. I thought always there's only  the ms-cb-en documentation 
and today i found the cont-en* docu and others too, with more details 
to context...


But thanks for answering to this maybe simple question...

Cheers,
Christoph
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context