Re: [NTG-context] guiding line in tabulate

2016-06-07 Thread Wolfgang Schuster

Csikos Bela 
6. Juni 2016 um 12:46
Dear context users:

I would like to make a document with a table where guiding lines are 
located between table items, like this:


text in cell . . . . . . . . . . . . text in next cell
text . . . . . . . . . . . . . . . . . next cell

Here is a MWE:

\starttext
\starttabulate[|lw(8cm)|cg{.}w(2cm)|]
\NC sample text in row \NC 4.25 \NC \NR
\NC another sample \NC 1200 \NC \NR
\NC last \NC 46.345 \NC \NR
\stoptabulate
\stoptext

Is it possible to add the guiding dots between cell items?
You can positioning graphics from MetaFun (chapter 5 in the manual), a 
simpler TeX based solution is AFAIK not available because of the 
alignment numbers in the second column.


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
___

[NTG-context] guiding line in tabulate

2016-06-06 Thread Csikos Bela
Dear context users:

I would like to make a document with a table where guiding lines are located 
between table items, like this:

text in cell . . . . . . . . . . . .  text in next cell
text . . . . . . . . . . . . . . . . . next cell

Here is a MWE:

\starttext
\starttabulate[|lw(8cm)|cg{.}w(2cm)|]
\NC sample text in row \NC 4.25 \NC \NR
\NC another sample \NC 1200 \NC \NR
\NC last   \NC 46.345 \NC \NR
\stoptabulate
\stoptext

Is it possible to add the guiding dots between cell items?

Thanks is advance,

bcsikos
___
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
___