From 1b0d1d4b8f373d9c05996055fb85ea8a2bb949a7 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 3 Oct 2024 11:17:29 +0200 Subject: refactor(templates/latex): Split the preamble up into multiple files --- common/latex/preamble/core/chemistry.tex | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 common/latex/preamble/core/chemistry.tex (limited to 'common/latex/preamble/core/chemistry.tex') diff --git a/common/latex/preamble/core/chemistry.tex b/common/latex/preamble/core/chemistry.tex new file mode 100644 index 0000000..94f2592 --- /dev/null +++ b/common/latex/preamble/core/chemistry.tex @@ -0,0 +1,5 @@ +\usepackage[locale = %INIT_SIUNITX_LANGUAGE]{siunitx} % For easy unit representation +\sisetup{per-mode = fraction} + +\usepackage[version=4]{mhchem} % for \ce command +\usepackage{chemfig} -- cgit 1.4.1