1
0

Almost finish

This commit is contained in:
2023-06-01 21:14:21 +02:00
parent a5e8eb83ec
commit fe9e152255
3 changed files with 85 additions and 39 deletions

View File

@@ -14,11 +14,12 @@
\RequirePackage[hyperref,style=authoryear]{biblatex}
% math packages
\RequirePackage{amsmath} % general math
\RequirePackage{amsmath} % general math
\RequirePackage{amsthm} % theorems
\RequirePackage{amssymb} % math symbols
\RequirePackage{mathtools} % coloneqq: nice ligatures of := and =:
\RequirePackage{stmaryrd} % lightning symbol
\RequirePackage{aligned-overset} % proper alignment with oversets
% other packages
\RequirePackage{enumerate} % for alphanumeric enumeration: (i), (ii), ...