You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
292 B
13 lines
292 B
3 years ago
|
% language settings:
|
||
|
\usepackage[english,main=ngerman]{babel} % language setting
|
||
|
|
||
|
% encoding and font settings:
|
||
|
\usepackage[T1]{fontenc}
|
||
|
\usepackage[utf8]{inputenc}
|
||
|
\usepackage{lmodern}
|
||
|
|
||
|
% style settings:
|
||
|
\usepackage{parskip}
|
||
|
|
||
|
% math:
|
||
|
\usepackage{amsmath,amsthm,amssymb,amsfonts}
|