Multilingual and minted code listings

This commit is contained in:
Valentin Brandl 2021-12-07 17:41:57 +01:00
parent 2cc6d6c01b
commit 3cb8405fa5

View File

@ -23,11 +23,14 @@ headsepline,
]{OTHRartcl} ]{OTHRartcl}
% document language and hyphenation % document language and hyphenation
\usepackage[english]{babel} \usepackage[main=english,german]{babel}
% math stuff % math stuff
\usepackage{amsmath} \usepackage{amsmath}
\usepackage{mathtools} \usepackage{mathtools}
% code listings
\usepackage{minted}
% UTF-8 encoding % UTF-8 encoding
\usepackage[utf8]{inputenc} \usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc} \usepackage[T1]{fontenc}