From c8f5662977338bd50a5b66c1079836037d1c42d4 Mon Sep 17 00:00:00 2001 From: nuluh Date: Fri, 23 May 2025 14:10:40 +0700 Subject: [PATCH] feat(documentclass): Add packages for SVG support, indentation, and float placement --- latex/thesis.cls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/latex/thesis.cls b/latex/thesis.cls index cdb5606..0658f73 100644 --- a/latex/thesis.cls +++ b/latex/thesis.cls @@ -21,6 +21,9 @@ \RequirePackage{tocloft} \RequirePackage{tocbibind} \RequirePackage{amsmath,amsfonts,amssymb} +\RequirePackage{svg} % Allows including SVG images directly +\RequirePackage{indentfirst} % Makes first paragraph after headings indented +\RequirePackage{float} % Provides [H] option to force figure/table placement % Polyglossia set language \setmainlanguage{bahasai}