You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\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
The text was updated successfully, but these errors were encountered:
For this we need to introduce
in the template
The text was updated successfully, but these errors were encountered: