Skip to content

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

Open
@Ducasse

Description

@Ducasse

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions