stsewd / ieee-pandoc-template

IEEE paper template for pandoc
MIT License
121 stars 41 forks source link

Using tables #9

Closed aparcar closed 4 years ago

aparcar commented 4 years ago

I'm trying to use tables but it seems like the package longtable doesn't like the two column layout.

[a@tb ieee-pandoc-template (master)]$ make
pandoc -o build/paper.pdf --bibliography=bibliography.bib --csl=bibliography.csl -s -f markdown --template=template.latex paper.md metadata.yaml
Error producing PDF.
! Package longtable Error: longtable not in 1-column mode.

See the longtable package documentation for explanation.
Type  H <return>  for immediate help.
 ...

l.223 \begin{longtable}

make: *** [makefile:16: pdf] Error 43

Any recommendations?

stsewd commented 4 years ago

Sorry, I don't have any recommendation.