Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Ducasse opened this issue Aug 13, 2024 · 0 comments
Open

Comments

@Ducasse
Copy link
Contributor

Ducasse commented Aug 13, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant