Thomas edited header.tex  almost 8 years ago

Commit id: d4debe25201bc0578b7403190772f9446cb5efb9

deletions | additions      

       

\usepackage{color} \usepackage{fancyhdr}  \usepackage[ngerman,german]{babel}  \usepackage{german}  \usepackage[utf8]{inputenc}  %\usepackage[latin1]{inputenc}  %\usepackage[active]{srcltx}  %\usepackage{algorithm}  %\usepackage[noend]{algorithmic}  \usepackage{amsmath}  \usepackage{amssymb}  \usepackage{amsthm}  %\usepackage{bbm}  \usepackage{enumerate}  \usepackage{graphicx}  %\usepackage{ifthen}  \usepackage{listings}  \lstset{ %  backgroundcolor=\color{white}, % choose the background color  basicstyle=\footnotesize, %\usepackage{struktex}  \usepackage{hyperref}  \usepackage{color}  %\usepackage{pgfplots} %für Plots  \hypersetup{  bookmarks=true,  unicode=false,  pdftoolbar=true,  pdfmenubar=true,  pdffitwindow=false,  pdfstartview={FitH},  pdftitle={My title},  pdfauthor={Author},  pdfsubject={Subject},  pdfcreator={Creator},  pdfproducer={Producer},  pdfkeywords={keyword1} {key2} {key3},  pdfnewwindow=true,  colorlinks=true,  linkcolor=red,  citecolor=green,  filecolor=magenta,  urlcolor=cyan  }  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  \newcommand{\Lehrstuhl}{Lehrstuhl für Complex and Intelligent Systems}  \newcommand{\Uni}{Universität Passau}  \newcommand{\Name}{Univ.-Prof. Dr.-Ing. habil. Björn Schuller}  \newcommand{\Fach}{Programmierung in Java}  \newcommand{\Semester}{Sommersemester 2015}  \newcommand{\Uebung}{4. Gruppenprojekt}  % size of fonts used for the code <-- UPDATE ME  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  \setlength{\parindent}{0em}  \topmargin -1.0cm  \oddsidemargin 0cm  \evensidemargin 0cm  \setlength{\textheight}{9.2in}  \setlength{\textwidth}{6.0in}  %%%%%%%%%%%%%%%  %% Aufgaben-COMMAND  \newcommand{\Aufgabe}[1]{  {  \vspace*{0.5cm}  \textsf{\textbf{Aufgabe #1}}  \vspace*{0.2cm}  }  }  %%%%%%%%%%%%%%  \hypersetup{  pdftitle={\Fach{}: \Uebung{}},  pdfauthor={\Name},  pdfborder={0 0 0}  }  \lstset{language=Java,  showspaces=false,  showtabs=false,  breaklines=true, % automatic line breaking only at whitespace  captionpos=b, % sets the caption-position to bottom  commentstyle=\color{OliveGreen}, % comment style  keywordstyle=\color{BlueViolet}, % keyword style  stringstyle=\color{black}, % string literal style  language=[AlLaTeX]TeX, % Set your language (you can change the language for each code-block optionally)  frame=lrtb, %  xleftmargin=\fboxsep, %  xrightmargin=-\fboxsep, %  moretexcs={lstset,color,colorlet, cellcolor, newcolumntype, columncolor, rowcolor, multirow, xspace, LaTeX, TeX}, showstringspaces=false,  breakatwhitespace=true,  %commentstyle=\color{pgreen},  %keywordstyle=\color{pblue},  %stringstyle=\color{pred},  basicstyle=\ttfamily,  %moredelim=[il][\textcolor{pgrey}]{$$},  moredelim=[is][\textcolor{pgrey}]{\%\%}{\%\%}  } \title{\Uebung{}}  \author{\Name{}}