Skip to content
Snippets Groups Projects
Commit 13f48a3e authored by Jan Wille's avatar Jan Wille
Browse files

required package for enumitem into config

parent 99efe28f
Branches
Tags
No related merge requests found
......@@ -621,6 +621,7 @@
}
}{}
\@ifpackageloaded{enumitem}{
\RequirePackage{amssymb}
\newlist{checklist}{itemize}{2}
\setlist[checklist]{label=$\square$}
}{}
......
......@@ -43,6 +43,7 @@
}
}{}
\@ifpackageloaded{enumitem}{
\RequirePackage{amssymb}
\newlist{checklist}{itemize}{2}
\setlist[checklist]{label=$\square$}
}{}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment