From ddae7ef6a4dacb70a12806aae5baf51554a11f3b Mon Sep 17 00:00:00 2001 From: nuluh Date: Wed, 4 Jun 2025 14:36:00 +0700 Subject: [PATCH] feat(latex): add glossary, acronyms, and notations --- latex/main.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/latex/main.tex b/latex/main.tex index 927bf32..e051836 100644 --- a/latex/main.tex +++ b/latex/main.tex @@ -21,7 +21,11 @@ \addbibresource{bibliography.bib} +<<<<<<< HEAD % \makeglossaries +======= +\makeglossaries +>>>>>>> d743ba4 (feat(latex): add glossary, acronyms, and notations) \input{frontmatter/acronym} \input{frontmatter/glossaries} \input{frontmatter/notations}