cgnieder / acro

acronyms for LaTeX
LaTeX Project Public License v1.3c
40 stars 9 forks source link

Multicols environment and \printacronyms #243

Open paulgoulain opened 2 years ago

paulgoulain commented 2 years ago

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.

2022-04-27_22-41

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 ?

cgnieder commented 2 years ago

Maybe you might try this solution?

https://tex.stackexchange.com/a/573698/5049