mszep/pandoc_resume

Pandoc now converts table to xtables instead of Tables

Closed this issue · 3 comments

Hi,

The latest release of pandoc now converts tables to xtables in Context, which breaks the example you have on the webpage:

Johnny Coder
============

-------------------     ----------------------------
1 MyAddress                        email@example.com
MyTown 1000                          @twitter_handle
MyCountry                           1800 my-phone-nr
-------------------     ----------------------------

However, I am a newb with context, so I don't know how to set the table width to the width of the page, and suppress the table lines ... (\setuptables[textwidth=max] in the current code).

Got it, you need to set up this option in the .tex preamble:

\setupxtable[frame=off,option={stretch,width}]

Hope this helps those with the same issue.

mszep commented

Cool, thanks for pointing that out; I'll add a fix when I get a chance :-)

Pull #38 fixed the problem for me