Finished secretary handout

This commit is contained in:
2024-09-23 13:34:01 -07:00
parent e894f937aa
commit 8925d5b823
9 changed files with 773 additions and 173 deletions

View File

@ -722,11 +722,10 @@
% Misc helper commands %
% -------------------- %
% Inline note
\NewDocumentCommand{\ilnote}{ +m }{\begingroup\color{gray}#1\endgroup}
\NewDocumentCommand{\note}{ d[] +m }{
\IfNoValueTF{#1}{%
\begingroup\color{gray}#2\endgroup%
}{%
\begingroup\color{gray}\textit{#1:} #2\endgroup%
}\par
\IfNoValueTF{#1}{\ilnote{#2}}{\ilnote{\textit{#1:} #2}}\par
}
\long\def\hint#1{\note[Hint]{#1}}