pillar icon indicating copy to clipboard operation
pillar copied to clipboard

update latex generation blockquote to use somethng else than verbatim

Open Ducasse opened this issue 1 year ago • 0 comments

For this we need to introduce

\usepackage[many]{tcolorbox}  % For colored boxes

% Define a new environment called "boxB"
\newenvironment{boxB}{
  \begin{tcolorbox}[colback=white, colframe=black, rounded corners]
}{
  \end{tcolorbox}
}

in the template

Ducasse avatar Aug 13 '24 17:08 Ducasse