about summary refs log tree commit diff stats
path: root/common/latex/preamble/core/chemistry.tex
diff options
context:
space:
mode:
Diffstat (limited to 'common/latex/preamble/core/chemistry.tex')
-rw-r--r--common/latex/preamble/core/chemistry.tex5
1 files changed, 5 insertions, 0 deletions
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}