From 0f7796a0fdcc55b8aba01b6f29b8d382175f2dfa Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 26 May 2023 09:05:11 -0700 Subject: [PATCH] Minor fixes --- resources/ormc_handout.cls | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/ormc_handout.cls b/resources/ormc_handout.cls index 66d7fa9..75c907b 100755 --- a/resources/ormc_handout.cls +++ b/resources/ormc_handout.cls @@ -301,6 +301,7 @@ \RequirePackage{enumitem} % List customization \RequirePackage{etoolbox} % For utilities like \undef +\RequirePackage{xparse} % For \NewDocumentCommand and etc \RequirePackage{xcolor} % For colored text \RequirePackage{tikz} % Used by \boxlinehack \RequirePackage{comment} % Used to hide solutions @@ -437,7 +438,7 @@ % ---------------- % % Helper command that creates a label with custom text. -% Аrgs: label name, custom text +% Args: label name, custom text \newcommand{\@customlabel}[2]{% \protected@write\@auxout{}{\string\newlabel{#1}{{#2}{}}}% }