Made solutions breakable

This commit is contained in:
Mark 2023-05-13 17:11:33 -07:00
parent b0c9969072
commit dd84baee0a

View File

@ -4,7 +4,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{ormc_handout}[2022/05/07 1.1.0 ORMC Handout]
\ProvidesClass{ormc_handout}[2023/05/13 1.2.0 ORMC Handout]
% Boolean that determines solution behavior.
@ -101,6 +101,8 @@
\RequirePackage{fancyhdr} % Header/Footer customization
\RequirePackage{adjustbox} % Used for title
\tcbuselibrary{breakable}
\RequirePackage[
left = ``,
right = '',
@ -386,6 +388,7 @@
\newenvironment{@shown_solution} {
\def\ORMCbgcolor{red!5!white}
\begin{tcolorbox}[
breakable,
colback=red!5!white,
colframe=red!75!black,
title={\textbf{Solution}}