Finished secretary handout
This commit is contained in:
@ -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}}
|
||||
|
Reference in New Issue
Block a user