This commit is contained in:
Mark 2023-05-03 22:39:18 -07:00
parent ecb259b229
commit f357725f5b

View File

@ -160,15 +160,15 @@
\begin{adjustbox}{minipage=0.7\textwidth, margin=0pt \smallskipamount,center} \begin{adjustbox}{minipage=0.7\textwidth, margin=0pt \smallskipamount,center}
\begin{center} \begin{center}
\IfNoValueF{#1}{\textsc{#1}} \hfill \IfNoValueF{#2}{\textsc{#2}} \\ \IfNoValueF{#1}{\textsc{#1}} \hfill \IfNoValueF{#2}{\textsc{#2}} \par
\rule{\linewidth}{0.2mm}\\ \rule{\linewidth}{0.2mm} \par
\huge \huge
#3 \\ #3 \par
\normalsize \normalsize
\vspace{1ex} \vspace{1ex}
#4 #4
\rule{\linewidth}{0.2mm} \\ \rule{\linewidth}{0.2mm} \par
% Instructor's handout warning % Instructor's handout warning
\ifnowarning\else \ifnowarning\else
@ -183,7 +183,7 @@
\large \large
\textcolor{red}{ \textcolor{red}{
\textbf{Instructor's Handout} \textbf{Instructor's Handout}
} \\ } \par
\normalsize \normalsize
\end{center} \end{center}
\end{tcolorbox} \end{tcolorbox}
@ -197,7 +197,7 @@
\large \large
\textcolor{red}{ \textcolor{red}{
\textbf{Instructor's Handout} \textbf{Instructor's Handout}
} \\ } \par
\normalsize \normalsize
\end{center} \end{center}
@ -286,7 +286,7 @@
% Does the same thing as \problem, \theorem, etc, but with no counter. % Does the same thing as \problem, \theorem, etc, but with no counter.
\NewDocumentCommand{\generic}{ m d<> }{ \NewDocumentCommand{\generic}{ m d<> }{
\vspace{3mm} \vspace{3mm}
{\bf\normalsize #1} \\* {\bf\normalsize #1} \\lat*
\IfNoValueF{#2}{ \IfNoValueF{#2}{
\customlabel{#2}{#1} \customlabel{#2}{#1}
@ -433,7 +433,7 @@
\linewidth + \kvtcb@rightlower + \kvtcb@boxsep, \linewidth + \kvtcb@rightlower + \kvtcb@boxsep,
0 0
); );
\end{tikzpicture} \\ \end{tikzpicture} \par
} }
} }
@ -458,9 +458,9 @@
\NewDocumentCommand{\note}{ d<> m }{ \NewDocumentCommand{\note}{ d<> m }{
\IfNoValueTF{#1} { \IfNoValueTF{#1} {
\textcolor{gray}{#2} \\ \textcolor{gray}{#2} \par
} { } {
\textcolor{gray}{\textit{#1:} #2} \\ \textcolor{gray}{\textit{#1:} #2} \par
} }
} }