mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
Add nn protocoll
This commit is contained in:
parent
fb837eb0ae
commit
2d49f93b4d
6 changed files with 320 additions and 0 deletions
26
documents/kit-muendlich-nn/myStyle.sty
Normal file
26
documents/kit-muendlich-nn/myStyle.sty
Normal file
|
@ -0,0 +1,26 @@
|
|||
\usepackage[utf8]{inputenc} % this is needed for umlauts
|
||||
\usepackage[ngerman]{babel} % this is needed for umlauts
|
||||
\usepackage[T1]{fontenc} % needed for right umlaut output in pdf
|
||||
\usepackage{multicol}
|
||||
\usepackage{stmaryrd}
|
||||
\usepackage{pifont}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{multirow}
|
||||
\usepackage{color}
|
||||
\usepackage{amsfonts, amssymb}
|
||||
\usepackage{hyperref}
|
||||
|
||||
\pagestyle{empty}
|
||||
|
||||
\topmargin=-1.5cm
|
||||
\headheight=0cm
|
||||
\headsep=0cm
|
||||
\textheight=28cm
|
||||
\footskip=0cm
|
||||
|
||||
\oddsidemargin=-1cm
|
||||
\evensidemargin=-1cm
|
||||
\textwidth=18cm
|
||||
\parindent=0cm
|
||||
|
||||
\title{Fragebogen zu mündlichen Prüfungen}
|
Loading…
Add table
Add a link
Reference in a new issue