




%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%




%---RENE.sty---
%---Einstellungen deutsch---
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage[ngerman]{babel}
\usepackage{marvosym}
\usepackage{lmodern}
\DeclareInputText{128}{\EUR}

%---Tabellenerweiterung---
\usepackage{array}

%---Verbesserte Zuweisungen und Kontrollstrukturen---
\usepackage{ifthen,calc}

%---Schriften und Symbole---
\usepackage{pifont,mathptmx,charter,courier}
\usepackage[scaled]{helvet}
\def\drsh{\makebox[22pt]{\put(-2,3){\line(0,1){8}}\put(-2,3){\vector(1,0){13}}}}

%---Farbe---
%\usepackage[svgnames,table,hyperref]{xcolor}

%---Bilder---
\usepackage[final]{graphicx}
\graphicspath{{Bilder/}}							%hier liegen die Bilder des Dokuments

%---Layout---
\usepackage{geometry,fancyhdr}

%---Mathematischer Formelsatz---
\usepackage{mathrsfs,amssymb}  					%Zusatzzeichen
\usepackage[intlimits]{empheq} 					%Lädt auch amsmath
\usepackage{theorem}           					%Theoremlayout
\DeclareMathAlphabet{\mathcal}{OMS}{cmsy}{m}{n} %Rücksetzen mathcal

%---Einstellungen---
\usepackage{parskip}							%Einzug aus, Absatzabstand ein
\tolerance=2000									%Toleranz für Wortzwischenräume
\setlength{\emergencystretch}{20pt}				%Zusätzliche Zeilendehnbarkeit in Notfällen
\geometry{a4paper,left=2.5cm,right=2.5cm, top=1.5cm,bottom=3cm,marginparsep=5mm, marginparwidth=10mm,headheight=7mm,headsep=1.3cm,footskip=1.5cm,includeheadfoot}		%Papier-Layout

%\counterwithout{footnote}{chapter}				% Fußnoten fortlaufend durchnummerieren

%---Pixel- und Vektorgrafiken nutzen---
\usepackage{auto-pst-pdf}

%---Schaltpläne---
\usepackage{pst-circ}