attached is the output of

  pandoc -w context -o test.tex test.pdc
  texexec test.tex

i'm wondering if context has support for this built in. here's the link; http://johnmacfarlane.net/pandoc/README.html#tables.

could someone try compiling with luatex, i get a single horizontal line and nothing else.

  Creator:        ConTeXt - 2009.05.12 22:35
  Producer:       LuaTeX-0.40.1

many thanks,
Mohamed
Demonstration of simple table syntax.
RightLeftCenterDefault
12121212
123123123123
1111
  Right     Left     Center     Default   
-------     ------ ----------   -------   
     12     12        12            12    
    123     123       123          123    
      1     1          1             1    

Table:  Demonstration of simple table syntax.

\starttext

\placetable[here]{Demonstration of simple table syntax.}
\starttable[|rp(0.15\textwidth)|lp(0.09\textwidth)|cp(0.16\textwidth)|lp(0.13\textwidth)|]
\HL
\NC Right
\NC Left
\NC Center
\NC Default
\NC\AR
\HL
\NC 12
\NC 12
\NC 12
\NC 12
\NC\AR
\NC 123
\NC 123
\NC 123
\NC 123
\NC\AR
\NC 1
\NC 1
\NC 1
\NC 1
\NC\AR
\HL
\stoptable

\stoptext
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to