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/encoding.tex | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 common/latex/preamble/core/encoding.tex (limited to 'common/latex/preamble/core/encoding.tex') diff --git a/common/latex/preamble/core/encoding.tex b/common/latex/preamble/core/encoding.tex new file mode 100644 index 0000000..1f48d2a --- /dev/null +++ b/common/latex/preamble/core/encoding.tex @@ -0,0 +1,4 @@ + +\usepackage[utf8]{inputenc} % use utf8 encoding +\usepackage[T1]{fontenc} % for 8bit font support +\usepackage{lmodern} % latin modern fonts, should be better than ae, aecompl -- cgit 1.4.1