In manual for paracol package there is example how they change background color. But there is no particular code. Is it possible to change background color for paragraph or theorem environment? And what code I can use for this. Thank you
Asked
Active
Viewed 903 times
paracolenables you tro write text in parallel columns. A "spanning text" , which is whatsrefers to in the context ofbackground colorshere is a text than spans both columns. – leandriis Jun 16 '21 at 17:47tcolorboxallows colored boxes than can span several pages, as well? – leandriis Jun 17 '21 at 16:56\begin{abstract} In this paper I consider tcolorbox. \end{abstract} \maketitle
\begin{tcolorbox}[width=\linewidth/2] This is a \textbf{tcolorbox}.
\end{tcolorbox}
\end{document}```
– Aleks Kleyn Jun 24 '21 at 11:28