Multilingual and minted code listings
This commit is contained in:
parent
2cc6d6c01b
commit
3cb8405fa5
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user