-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Description
For some time I have been using pandoc to create two-column PDF documents via LaTeX. (This can be accomplished with some abuse of the fontsize
variable.) However, in the transition from 1.9.x to 1.11.1, all tables appear to have become longtable
environments, and when presented with two-column format, longtable
falls over:
pandoc: Error producing PDF from TeX source.
! Package longtable Error: longtable not in 1-column mode.
See the longtable package documentation for explanation.
Type H <return> for immediate help.
...
l.267 \begin{longtable}
I see in past issues that the transition from ctable to longtable was decided on a while back, but I really hate to lose the ability to create two-column documents, which I use heavily. I also understand the issue of wanting to stick with relatively standard LaTeX packages.
Is it possible that the old ctable
back end could be resurrected via some kind of command-line option? It sounds horrible, but I can't think of a better solution.