package/macros.sty : Replaced wrong usepackage command to RequirePackage
This commit is contained in:
@@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
\RequirePackage{amsfonts} % Include missing symbols s.a "Natural Numbers"
|
\RequirePackage{amsfonts} % Include missing symbols s.a "Natural Numbers"
|
||||||
|
|
||||||
\usepackage{amssymb} % for '\blacksquare' macro
|
\RequirePackage{amssymb} % for '\blacksquare' macro
|
||||||
\usepackage{amsthm} % for 'proof' environment
|
\RequirePackage{amsthm} % for 'proof' environment
|
||||||
\usepackage{mathtools}
|
\RequirePackage{mathtools}
|
||||||
|
|
||||||
% Snippet to add dots to TOC
|
% Snippet to add dots to TOC
|
||||||
% Thanks to "user11232" at https://tex.stackexchange.com/questions/53898/how-to-get-lines-with-dots-in-the-table-of-contents-for-sections
|
% Thanks to "user11232" at https://tex.stackexchange.com/questions/53898/how-to-get-lines-with-dots-in-the-table-of-contents-for-sections
|
||||||
|
Reference in New Issue
Block a user