package/macros.sty : Replaced wrong usepackage command to RequirePackage

This commit is contained in:
saundersp
2025-07-15 13:54:12 +02:00
parent a0bfbd58ee
commit 87975014db

View File

@@ -2,9 +2,9 @@
\RequirePackage{amsfonts} % Include missing symbols s.a "Natural Numbers"
\usepackage{amssymb} % for '\blacksquare' macro
\usepackage{amsthm} % for 'proof' environment
\usepackage{mathtools}
\RequirePackage{amssymb} % for '\blacksquare' macro
\RequirePackage{amsthm} % for 'proof' environment
\RequirePackage{mathtools}
% 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