Minor fixes
This commit is contained in:
parent
6c0508f286
commit
0f7796a0fd
@ -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}{}}}%
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user