ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* pandoc tables
@ 2009-05-16 15:09 Mohamed Bana
  2009-05-16 15:32 ` Taco Hoekwater
  0 siblings, 1 reply; 4+ messages in thread
From: Mohamed Bana @ 2009-05-16 15:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 412 bytes --]

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

[-- Attachment #2: test.html --]
[-- Type: text/html, Size: 841 bytes --]

[-- Attachment #3: test.pdc --]
[-- Type: text/plain, Size: 263 bytes --]

  Right     Left     Center     Default   
-------     ------ ----------   -------   
     12     12        12            12    
    123     123       123          123    
      1     1          1             1    

Table:  Demonstration of simple table syntax.


[-- Attachment #4: test.tex --]
[-- Type: text/x-tex, Size: 348 bytes --]

\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

[-- Attachment #5: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: pandoc tables
  2009-05-16 15:09 pandoc tables Mohamed Bana
@ 2009-05-16 15:32 ` Taco Hoekwater
  2009-05-18 18:20   ` Mohamed Bana
  0 siblings, 1 reply; 4+ messages in thread
From: Taco Hoekwater @ 2009-05-16 15:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Mohamed Bana wrote:
> 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.

Output looks fine here:

   Creator:        ConTeXt - 2009.05.14 16:44
   Producer:       LuaTeX-0.41.0

Best wishes,
Taco
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: pandoc tables
  2009-05-16 15:32 ` Taco Hoekwater
@ 2009-05-18 18:20   ` Mohamed Bana
  2009-05-18 21:13     ` Taco Hoekwater
  0 siblings, 1 reply; 4+ messages in thread
From: Mohamed Bana @ 2009-05-18 18:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Taco,

   % context --lua test.tex

works, yet

   % texexec --lua test.tex

gives the single horizontal line, any idea why?  i'm using same versions 
as before.

Mohamed

Taco Hoekwater wrote:
> Mohamed Bana wrote:
>> 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.
> 
> Output looks fine here:
> 
>   Creator:        ConTeXt - 2009.05.14 16:44
>   Producer:       LuaTeX-0.41.0
> 
> Best wishes,
> Taco
> ___________________________________________________________________________________ 
> 
> 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
> ___________________________________________________________________________________ 
> 
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: pandoc tables
  2009-05-18 18:20   ` Mohamed Bana
@ 2009-05-18 21:13     ` Taco Hoekwater
  0 siblings, 0 replies; 4+ messages in thread
From: Taco Hoekwater @ 2009-05-18 21:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Mohamed Bana wrote:
> Hi Taco,
> 
>   % context --lua test.tex
> 
> works, yet
> 
>   % texexec --lua test.tex
> 
> gives the single horizontal line, any idea why?  i'm using same versions 

No, none at all. Just take it as a hint: 'context' is definitely the
best way to run mkiv ;)

Best wishes,
Taco
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-05-18 21:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-16 15:09 pandoc tables Mohamed Bana
2009-05-16 15:32 ` Taco Hoekwater
2009-05-18 18:20   ` Mohamed Bana
2009-05-18 21:13     ` Taco Hoekwater

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).