You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the longtable option for the template, I obtain what I want.
But the compilation stop with the error longtable in two columns mode : Error: longtable not in 1-column mode.
I tried the following trick to make longtable to believe it is not in a twocolumn environment (\makeatletter\col@number\@ne) but the list remains in the left column and overflow the pages.
Is there a way to achieve a two columns list like the one from the picture ?
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to print a list of acronyms in a similar manner than what is proposed in this stackexchange answer: https://tex.stackexchange.com/a/498790
Using the
longtable
option for the template, I obtain what I want.But the compilation stop with the error
longtable
in two columns mode :Error: longtable not in 1-column mode.
I tried the following trick to make
longtable
to believe it is not in atwocolumn
environment (\makeatletter\col@number\@ne
) but the list remains in the left column and overflow the pages.Is there a way to achieve a two columns list like the one from the picture ?
The text was updated successfully, but these errors were encountered: