Minor fixes

This commit is contained in:
Mark 2023-05-26 09:05:11 -07:00
parent 6c0508f286
commit 0f7796a0fd

View File

@ -301,6 +301,7 @@
\RequirePackage{enumitem} % List customization \RequirePackage{enumitem} % List customization
\RequirePackage{etoolbox} % For utilities like \undef \RequirePackage{etoolbox} % For utilities like \undef
\RequirePackage{xparse} % For \NewDocumentCommand and etc
\RequirePackage{xcolor} % For colored text \RequirePackage{xcolor} % For colored text
\RequirePackage{tikz} % Used by \boxlinehack \RequirePackage{tikz} % Used by \boxlinehack
\RequirePackage{comment} % Used to hide solutions \RequirePackage{comment} % Used to hide solutions
@ -437,7 +438,7 @@
% ---------------- % % ---------------- %
% Helper command that creates a label with custom text. % Helper command that creates a label with custom text.
% Аrgs: label name, custom text % Args: label name, custom text
\newcommand{\@customlabel}[2]{% \newcommand{\@customlabel}[2]{%
\protected@write\@auxout{}{\string\newlabel{#1}{{#2}{}}}% \protected@write\@auxout{}{\string\newlabel{#1}{{#2}{}}}%
} }