pillar-markup / pillar

Markup syntax and associated tools to write and generate documentation, books and slides
MIT License
50 stars 37 forks source link

update latex generation blockquote to use somethng else than verbatim #605

Open Ducasse opened 1 month ago

Ducasse commented 1 month ago

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