From b4fb0d64a265c654f34cca390189e4c321cff395 Mon Sep 17 00:00:00 2001 From: nuluh Date: Thu, 15 May 2025 22:52:42 +0700 Subject: [PATCH] feat(latex): add amsmath package for improved math support --- latex/thesis.cls | 1 + 1 file changed, 1 insertion(+) diff --git a/latex/thesis.cls b/latex/thesis.cls index 2690e56..cdb5606 100644 --- a/latex/thesis.cls +++ b/latex/thesis.cls @@ -20,6 +20,7 @@ \RequirePackage{etoolbox} \RequirePackage{tocloft} \RequirePackage{tocbibind} +\RequirePackage{amsmath,amsfonts,amssymb} % Polyglossia set language \setmainlanguage{bahasai}