JelteF / PyLaTeX

A Python library for creating LaTeX files
https://jeltef.github.io/PyLaTeX/
MIT License
2.24k stars 287 forks source link

Two-Column document #370

Open ManuGraiph opened 1 year ago

ManuGraiph commented 1 year ago

As the title says, it's possible to use a two-column page format in pylatex?

I'm not talking about table multicols, i'm talking about \begin{multicols}.

YanBC commented 1 year ago

Have you tried the Environment class?