diff options
Diffstat (limited to 'common/latex/preamble/core/encoding.tex')
-rw-r--r-- | common/latex/preamble/core/encoding.tex | 4 |
1 files changed, 4 insertions, 0 deletions
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 |