Introduce environment with minipage for more compact output
This commit is contained in:
@ -33,4 +33,15 @@
|
||||
\end{center}
|
||||
}
|
||||
|
||||
\NewDocumentEnvironment{contables}{O{}O{}m}{%
|
||||
\begin{minipage}{\textwidth}
|
||||
\conheader[#1][#2]{#3}
|
||||
\vspace{1em}
|
||||
\begin{multicols}{2}
|
||||
}{%
|
||||
\end{multicols}
|
||||
\vspace{3em}
|
||||
\end{minipage}
|
||||
}
|
||||
|
||||
\newtcolorbox{contable}[1]{before title={\setcounter{rownum}{0}}, title={\textbf{#1}\phantom{(}}, tabularx={l|X}}
|
||||
|
Reference in New Issue
Block a user