Replies: 2 comments 1 reply
-
|
It is extremely hacky, but I worked around It really would be nice if |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I've had the issue with tables not being able to span over two columns as well. @olivroy I think I have a fairly simple solution for this for floating tables by setting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the latex output depends on the
longtablepackage, if it's used in a two column format, although it can still render the table, will result in an error:longtableis not used in one-column format.Is there any option to not use
longtablepackage or any workaround to avoid the latex error while keeping the two column format (not temporally switch to one column format)?Beta Was this translation helpful? Give feedback.
All reactions