diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f8c1aff --- /dev/null +++ b/.gitignore @@ -0,0 +1,52 @@ + +*.txss +*.out +*.aux +BA.pdf +*.synctex* +*.bcf +*.idx +*.lof +*.xml +*.run.xml +*.lot +*.bbl +*.blg +tmp/ +/tmp +*.toc + +#ignore thumbnails created by windows +Thumbs.db +#Ignore files build by Visual Studio +*.obj +*.exe +*.pdb +*.user +*.aps +*.pch +*.vspscc +*_i.c +*_p.c +*.ncb +*.suo +*.tlb +*.tlh +*.bak +*.cache +*.ilk +*.log +[Bb]in +[Dd]ebug*/ +*.lib +*.sbr +obj/ +[Rr]elease*/ +_ReSharper*/ +[Tt]est[Rr]esult* + +*.rej +*-blx.bib +*.ptc +*.tdo +*.equ diff --git a/Literatur.bib b/Literatur.bib new file mode 100644 index 0000000..5a0872c --- /dev/null +++ b/Literatur.bib @@ -0,0 +1,61 @@ +%% https://de.wikipedia.org/wiki/BibTeX +%%Literatur------------------------------------------------------------------------------------------------------- +@BOOK{Gruenigen2014, + AUTHOR = "Grünigen, Daniel von", + YEAR = "2014", + TITLE = {{Digitale Signalverarbeitung - mit einer Einführung in die kontinuierlichen Signale und Systeme}}, + ISBN = "978-3-446-43991-7", + PUBLISHER = "Carl Hanser Verlag GmbH Co KG", + keywords = {lit} +} +@BOOK{Roppel2006, + AUTHOR = "Roppel, Carsten", + YEAR = "2006", + TITLE = {{Grundlagen der digitalen Kommunikationstechnik - Übertragungstechnik - Signalverarbeitung - Netze}}, + ISBN = "978-3-446-22857-3", + PUBLISHER = "Fachbuchverl. Leipzig im Carl-Hanser-Verlag", + keywords = {lit} +} + +@manual{BasisDoc, + organization = {Bundesamt für Energie BFE }, + title = {Basisdokument zum Nachweis der Hochwassersicherheit}, + year = {2008}, + keywords = {lit} +} +%%Online------------------------------------------------------------------------------------------------------- +@misc{geoadmin, + author = {{Bundesamt für Landestopografie}}, + title = {{Einzugsgebietsgliederung Schweiz}}, + url = {map.bafu.admin.ch}, + note = {aufgerufen am 29.5.2017}, + keywords ={online} +} + + +%%Abbildungen------------------------------------------------------------------------------------------------------- +@Misc{KSLprospekt, + title = {{Kraftwerke Sarganserland}}, + howpublished = {Prospekt}, + year = {1979}, + note = {bearbeitet von Luca Mazzoleni}, + keywords = {abb} +} + +@misc{IR, + title = {{Spektrum Infrarot}}, + url = {http://www.itwissen.info/definition/lexikon/Infrarot-IR-infrared.html}, + note = {aufgerufen am 29.5.2017}, + keywords ={abb} +} + +%%Datenblatt------------------------------------------------------------------------------------------------------- +@Misc{ExcelKSL, + title = {{Seeinhalt Tabellen Gigerwald \& Mapragg}}, + year = 2012, + month = 03, + keywords = {manual} +} + +% + diff --git a/README.md b/README.md new file mode 100644 index 0000000..be0757f --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# BA_Vorlage +Vorlage für die Bachelor-Arbeit + +## Anleitung Putzdienst + +you can set this code as usercommand in texstudio but it will only clear the folder in which the file is located. +Or just run it with powershell. + + + powershell "& ""C:/pfad/putzdienst.ps1"" " + + +for bibtex compile write a new command: +Options->Configure Texstudio->Build->UserCommands->add +txs:///view-pdf | txs:///pdflatex | txs:///bibtex | txs:///pdflatex | txs:///pdflatex diff --git a/Vorlage-MI-Produkt.pdf b/Vorlage-MI-Produkt.pdf new file mode 100644 index 0000000..dd100ba Binary files /dev/null and b/Vorlage-MI-Produkt.pdf differ diff --git a/Vorlage-MI-Produkt.tex b/Vorlage-MI-Produkt.tex new file mode 100644 index 0000000..56679f8 --- /dev/null +++ b/Vorlage-MI-Produkt.tex @@ -0,0 +1,112 @@ +% Dokumentinformationen +%Vorlage erstellt von Luca Mazzoleni aufbaudend auf der Vorlage von Stefan Reinli + +% !TeX program = pdflatex +% !TeX encoding = utf8 +% !TeX spellcheck = de_DE +% !BIB program = bibtex + +\documentclass[ +11pt, +final, +twoside, +a4paper]{article} +%%%% + +% Document information +\newcommand*{\Title} {Hier k\"ommt der\\ Titel der Arbeit} +\newcommand*{\TitleInfo} {Untertitel FS 2017} +\newcommand*{\AuthorOne} {Hans Muster1} +\newcommand*{\MatrikelOne} {12345678} +\newcommand*{\AuthorTwo} {Hans Muster2} +\newcommand*{\MatrikelTwo} {12345678} +\newcommand*{\Author} {\AuthorOne, \AuthorTwo} +\newcommand*{\Prof} {Name des Dozenten} +\newcommand*{\Modul} {Name des Moduls} +\newcommand*{\Betreuer} {Name des Betreuers} +\newcommand*{\Version} {1.0} +\newcommand*{\ErstellDatum} {26. Februar 2018} +\newcommand*{\Place} {Ort} +\newcommand*{\Print} {false} % true for black links (print version), false for color links (pdf version) + +% Header +\include{header/header} +\include{header/codelayout} +\setcounter{secnumdepth}{4} + +\usepackage{lipsum} %for example +% tcolorbox setup +\tcbset{width=(\linewidth-1mm)/2,before=,after=\hfill,arc=0mm, + colframe=red!50!black,colback=white,colback = red!10} + +\newcommand{\hsp}{\hspace{20pt}} +\titleformat{\section}[hang]{\Huge\bfseries}{\thesection\hsp\textcolor{gray80}{|}\hsp}{0pt}{\Huge\bfseries} +\titleformat{\subsection}[hang]{\huge\bfseries}{\thesubsection\hsp\textcolor{gray60}{|}\hsp}{0pt}{\Large\bfseries} +\titleformat{\subsubsection}[hang]{\Large\bfseries}{\thesubsubsection\hsp\textcolor{gray40}{|}\hsp}{0pt}{\large\bfseries} +\titleformat{\paragraph}[hang]{\large\bfseries}{\theparagraph\hsp\textcolor{gray20}{|}\hsp}{0pt}{\large\bfseries} + +% fontstyle +%\renewcommand\familydefault{\sfdefault} % Arial + +% Document +\begin{document} + \pagenumbering{Roman} + \thispagestyle{empty} + \input{sections/titlepage} + \clearpage + \pagebreak + \thispagestyle{empty} + \listoftodos + \cleardoublepage + \pagebreak + \pagenumbering{arabic} + \setcounter{page}{1} + \thispagestyle{empty} + +\newgeometry{left=2cm,right=4cm,top=1cm,bottom=1cm,headsep=1.5cm, marginparwidth=30mm,marginparsep=3mm,includeheadfoot} + \thispagestyle{empty} + \input{sections/Abstract} + \clearpage + \pagebreak + +\newgeometry{left=2cm,right=2cm,top=1cm,bottom=1cm,headsep=1.5cm, marginparwidth=1mm,marginparsep=3mm,includeheadfoot} %Seitenränder Dokument ohne Titelblatt und Abstract + \input{sections/Anderungsnachweis} + \cleardoublepage + \begin{spacing}{1} + \startcontents[sections] + \printcontents[sections]{l}{1}{\setcounter{tocdepth}{4}\section*{Inhaltsverzeichnis}} + \end{spacing} + \cleardoublepage + + + +\newgeometry{left=2cm,right=4cm,top=1cm,bottom=1cm,headsep=1.5cm, marginparwidth=30mm,marginparsep=3mm,includeheadfoot} + \pagebreak + \input{sections/Aufgabenstellung} + \cleardoublepage + \pagebreak + \input{sections/bsp} + \clearpage + \input{sections/Einleitung} + \clearpage + \input{sections/KlarenAufgabenstellung} + \clearpage + \input{sections/Konzipieren} + \clearpage + \input{sections/Entwerfen} + \clearpage + \input{sections/Ausarbeiten} + \clearpage + \input{sections/Schlussfolgerung} + \clearpage + +\newgeometry{left=2cm,right=2cm,top=1cm,bottom=1cm,headsep=1.5cm, marginparwidth=1mm,marginparsep=3mm,includeheadfoot} + \input{sections/Eigenstaendigkeitserklaerung} + \pagebreak + \input{sections/Verzeichnisse} + \clearpage + \pagebreak + \pagestyle{appendix} + \input{sections/Anhang} + \pagebreak +\end{document} diff --git a/header/HSRColors.sty b/header/HSRColors.sty new file mode 100644 index 0000000..d9cfcf7 --- /dev/null +++ b/header/HSRColors.sty @@ -0,0 +1,58 @@ +% This file contains all color definitions according to the +% corporate design of the HSR. +% Author: Juerg Rast (jrast@hsr.ch) +% Date: 23.4.2012 +\NeedsTeXFormat{LaTeX2e}[1994/06/01] +\ProvidesPackage{header/HSRColors}[2012/04/23 Farben entsprechende dem HSR Corporate Design] +\PassOptionsToPackage{table}{xcolor} +\RequirePackage{xcolor} + +\definecolor{HSRWhite}{cmyk}{0,0,0,0} + +\definecolor{HSRBlue}{cmyk}{1,0.4,0,0.2} +\definecolor{HSRBlue80}{cmyk}{0.8,0.32,0,0.16} +\definecolor{HSRBlue60}{cmyk}{0.6,0.24,0,0.12} +\definecolor{HSRBlue40}{cmyk}{0.4,0.16,0,0.08} +\definecolor{HSRBlue20}{cmyk}{0.2,0.08,0,0.04} + +\definecolor{HSRLightGray}{cmyk}{0,0,0,0.30} +\definecolor{HSRLightGray80}{cmyk}{0,0,0,0.24} +\definecolor{HSRLightGray60}{cmyk}{0,0,0,0.18} +\definecolor{HSRLightGray40}{cmyk}{0,0,0,0.12} +\definecolor{HSRLightGray20}{cmyk}{0,0,0,0.06} + +\definecolor{HSRSchwarz}{cmyk}{0,0,0,1} +\definecolor{HSRSchwarz80}{cmyk}{0,0,0,0.8} +\definecolor{HSRSchwarz60}{cmyk}{0,0,0,0.6} +\definecolor{HSRSchwarz40}{cmyk}{0,0,0,0.4} +\definecolor{HSRSchwarz20}{cmyk}{0,0,0,0.2} + +\definecolor{HSRHematite}{cmyk}{0.6,1,0.4,0.2} +\definecolor{HSRHematite80}{cmyk}{0.48,0.80,0.32,0.16} +\definecolor{HSRHematite60}{cmyk}{0.36,0.60,0.24,0.12} +\definecolor{HSRHematite40}{cmyk}{0.24,0.40,0.16,0.08} +\definecolor{HSRHematite20}{cmyk}{0.12,0.20,0.08,0.04} + +\definecolor{HSRLakeGreen}{cmyk}{0.70,0.30,0.45,0.05} +\definecolor{HSRLakeGreen80}{cmyk}{0.56,0.24,0.36,0.03} +\definecolor{HSRLakeGreen60}{cmyk}{0.42,0.18,0.27,0.02} +\definecolor{HSRLakeGreen40}{cmyk}{0.28,0.06,0.13,0.06} +\definecolor{HSRLakeGreen20}{cmyk}{0.14,0.06,0.09,0.01} + +\definecolor{HSRReed}{cmyk}{0.10,0.25,0.45,0.60} +\definecolor{HSRReed80}{cmyk}{0.08,0.20,0.36,0.48} +\definecolor{HSRReed60}{cmyk}{0.06,0.15,0.27,0.36} +\definecolor{HSRReed40}{cmyk}{0.04,0.10,0.18,0.24} +\definecolor{HSRReed20}{cmyk}{0.02,0.05,0.09,0.12} + +\definecolor{HSRPetrol}{cmyk}{1,0.18,0,0.45} +\definecolor{HSRPetrol80}{cmyk}{0.64,0.08,0.12,0.32} +\definecolor{HSRPetrol60}{cmyk}{0.48,0.06,0.09,0.24} +\definecolor{HSRPetrol40}{cmyk}{0.32,0.04,0.06,0.16} +\definecolor{HSRPetrol20}{cmyk}{0.16,0.02,0.03,0.08} + +\definecolor{HSRBasswood}{cmyk}{0.25,0.05,0.70,0.15} +\definecolor{HSRBasswood80}{cmyk}{0.20,0.04,0.56,0.12} +\definecolor{HSRBasswood60}{cmyk}{0.15,0.03,0.42,0.09} +\definecolor{HSRBasswood40}{cmyk}{0.10,0.02,0.28,0.06} +\definecolor{HSRBasswood20}{cmyk}{0.05,0.01,0.14,0.03} diff --git a/header/codelayout.tex b/header/codelayout.tex new file mode 100644 index 0000000..ccf89a3 --- /dev/null +++ b/header/codelayout.tex @@ -0,0 +1,147 @@ +%%%%%%%%%%%%%%% +% Code Layout % +%https://en.wikibooks.org/wiki/LaTeX/Source_Code_Listings +%%%%%%%%%%%%%%% + +%\definecolor{mygreen}{rgb}{0,0.6,0} +%\definecolor{mygray}{rgb}{0.5,0.5,0.5} +%\definecolor{mymauve}{rgb}{0.58,0,0.82} + +\lstset{ % + firstnumber=1, + backgroundcolor=\color{white}, % choose the background color; you must add \usepackage{color} or \usepackage{xcolor} + basicstyle=\footnotesize\ttfamily, % the size of the fonts that are used for the code + breakatwhitespace=false, % sets if automatic breaks should only happen at whitespace + breaklines=true, % sets automatic line breaking + captionpos=b, % sets the caption-position to bottom + commentstyle=\color{mygreen}, % comment style + deletekeywords={...}, % if you want to delete keywords from the given language + otherkeywords={...}, % if you want to add more keywords to the set + escapeinside={\%*}{*\%}, % if you want to add LaTeX within your code + extendedchars=true, % lets you use non-ASCII characters; for 8-bits encodings only, does not work with UTF-8 + frame=single, % adds a frame around the code + keepspaces=true, % keeps spaces in text, useful for keeping indentation of code (possibly needs columns=flexible) + keywordstyle=\color{blue}, % keyword style + language=C++, % the language of the code + numbers=left, % where to put the line-numbers; possible values are (none, left, right) + numbersep=5pt, % how far the line-numbers are from the code + numberstyle=\tiny\color{mygray}, % the style that is used for the line-numbers + rulecolor=\color{black}, % if not set, the frame-color may be changed on line-breaks within not-black text (e.g. comments (green here)) + showspaces=false, % show spaces everywhere adding particular underscores; it overrides 'showstringspaces' + showstringspaces=false, % underline spaces within strings only + showtabs=false, % show tabs within strings adding particular underscores + stepnumber=2, % the step between two line-numbers. If it's 1, each line will be numbered + stringstyle=\color{mymauve}, % string literal style + tabsize=2, % sets default tabsize to 2 spaces + %title=\lstname % show the filename of files included with \lstinputlisting; also try caption instead of title +} + +\lstdefinestyle{customc++}{ + belowcaptionskip=1\baselineskip, + %frame=L, + xleftmargin=\parindent, + language=C++, + keywordstyle=\bfseries\color{blue}, + commentstyle=\itshape\color{mygreen}, + identifierstyle=\color{black}, + stringstyle=\color{gray}, +} + +\lstdefinestyle{cppunit}{ + belowcaptionskip=1\baselineskip, + %frame=L, + xleftmargin=\parindent, + language=C++, + keywordstyle=\bfseries\color{blue}, + keywordstyle=[2]\bf\color{black}, %not sure why \bf works, but it does + commentstyle=\itshape\color{mygreen}, + identifierstyle=\color{black}, + stringstyle=\color{gray}, + keywords=[2]{ %Cpp Unit Keywords + CPPUNIT_ASSERT, + CPPUNIT_TEST, + CPPUNIT_TEST_EXCEPTION, + CPPUNIT_TEST_END, + CPPUNIT_TEST_SUITE, + CPPUNIT_TEST_SUITE_REGISTRATION, + CPPUNIT_TEST_SUITE_END}, +} + +\lstdefinestyle{cppqt}{ + belowcaptionskip=1\baselineskip, + %frame=L, + xleftmargin=\parindent, + language=C++, + keywordstyle=\bfseries\color{blue}, + keywordstyle=[2]\bfseries\color{red}, + commentstyle=\itshape\color{mygreen}, + identifierstyle=\color{black}, + stringstyle=\color{gray}, + keywords=[2]{ % qt-Keywords + Qt, + SIGNAL, + SLOT, + QApplication, + QDialog, + QGridLayout, + QPushButton, + QLabel, + QVBoxLayout, + QHBoxLayout, + QWidget, + QGroupBox, + QFont, + QLineEdit, + QRadioButton, + QPen, + QRect, + QPaintEvent, + QBrush, + QPixmap, + QPainter, + QString, + QPoint, + update()}, +} + +\lstdefinestyle{cdoxy}{ + belowcaptionskip=1\baselineskip, + %frame=L, + xleftmargin=\parindent, + language=C++, + keywordstyle=\bfseries\color{blue}, + commentstyle=\itshape\color{mygreen}, + identifierstyle=\color{black}, + stringstyle=\color{gray}, + otherkeywords={ % DoxygenKeywords + ..., + ...., + @mainpage, + @file, + @author, + @version, + @date, + @bug, + @brief, + @extended, + @param, + @return, + @warning, + @note, + @see}, +} + +\lstdefinestyle{custommatlab}{ + belowcaptionskip=1\baselineskip, + %frame=L, + xleftmargin=\parindent, + language=Matlab, + basicstyle=\footnotesize\ttfamily, + keywordstyle=\bfseries\color{blue}, + commentstyle=\itshape\color{mygreen}, + identifierstyle=\color{black}, + stringstyle=\color{mylilas}, +} + +%choose customstyle in DOC with \lstinputlisting[style=custom]{path} +\lstset{style=customc++} diff --git a/header/header.tex b/header/header.tex new file mode 100644 index 0000000..07223aa --- /dev/null +++ b/header/header.tex @@ -0,0 +1,354 @@ +\usepackage[T1]{fontenc} % ä,ü... +\usepackage[utf8]{inputenc} % utf-8 Unterstützung +\usepackage[ngerman]{babel} % Silbentrennung und Rechtschreibung Deutsch +\usepackage[{left=1.5cm,right=1.5cm,top=0cm,bottom=0cm}]{geometry} % Seitenränder Titelblatt + + +%%%%%%%%%%%%%%%%%%%%%%% +%% Packages +%%%%%%%%%%%%%%%%%%%%%%% +\usepackage[page,header]{appendix} +\usepackage{acronym} % Für Abkürzungsverzeichnis +\usepackage{adjustbox} % adjustbox, minipage.. +\usepackage{amsmath} % Allgemeine Matheumgebungen +\usepackage{amssymb} % Fonts: msam,msbm, eufm & Mathesymbole, Mengen (lädt automatisch amsfonts) +\usepackage{array} % Extending the array and tabular environment -> m,b,p,.. +\usepackage{caption} % Verändern der Schriftart von Bildunterschriften +\usepackage{changepage} +\usepackage{epstopdf} +\usepackage{expl3} +\usepackage{float} +\usepackage{framed, color} +\usepackage{fancyhdr} %Für Kopf & Fusszeile +\usepackage{graphbox} +\usepackage{graphicx} +\usepackage{titletoc} % Editieren des TOCs muss vor hyperref geladen werden +\usepackage{tocloft} % Editieren des TOCs muss vor hyperref geladen werden +\usepackage{hyperref} +\usepackage{hyphenat} %Wortumbruch +\hyphenation{he-lio-trope opos-sum} + +\usepackage{listings} % Erlaubt es Programmcode in der gewünschten Sprache zu hinterlegen (C++, Matlab,..) +\usepackage{longtable} +\usepackage{lastpage} %Lastpage ref for Footer +\usepackage{marginnote} % Für Seitenkommentare \marginnote +\usepackage{mathabx} % Package mit vielen weiteren Mathe Symbolen +\usepackage{mathtools} +\usepackage{mparhack} % Improved marginpar placement +\usepackage{multicol} % In­ter­mix sin­gle and mul­ti­ple columns +\usepackage{multirow} % Create tabular cells spanning multiple rows +\usepackage{paralist} +\usepackage{pdfpages} +\usepackage{pxfonts} % Mathsymbols +\usepackage[section]{placeins} % Float-Barrier for Section +\usepackage{rotating} % Rotation tools, including rotated fullpage floats +\usepackage[onehalfspacing]{setspace} +\usepackage{scrhack} % Fixes koma-script incompatibilities +\usepackage{subcaption} +\usepackage{tabularx} +\usepackage{textcomp} % Wird für Copyright-Symbol,Währungen, Musikalische-Symbole benötigt +\usepackage[colorinlistoftodos,prependcaption,textsize=tiny]{todonotes} +\usepackage[most]{tcolorbox} +\usepackage{trfsigns} +\usepackage{varwidth} +\usepackage{wrapfig} + +%%%%%%%%%%%%%%%%%%%%%%% +%% PDF Meta Data +%%%%%%%%%%%%%%%%%%%%%%% + +\hypersetup{pdftex, +pdfauthor={\Author}, +pdftitle={\Title}, +pdfsubject={\TitleInfo}, +%pdfkeywords={Some Keywords}, +pdfproducer={Latex with hyperref}, +%pdfcreator={pdflatex} +} + +%%%%%%%%%%%%%%%%%%%%%%% +%% Setup Tikz +%%%%%%%%%%%%%%%%%%%%%%% +%\usepackage{tikz} +%\usepackage{struktex} +%\usepackage{schemabloc} +%\usepackage[normalem]{ulem} +%\usetikzlibrary{circuits} +%\usetikzlibrary{arrows} +%\usetikzlibrary{circuits.ee.IEC} +%\usetikzlibrary{patterns} +%\usetikzlibrary{positioning} +%\usetikzlibrary{shapes,arrows} +% +%\usepackage{pgfplots} +%\usepackage{pgfplotstable} +%\pgfplotsset{compat=newest} +% +%\tikzstyle{block} = [draw, rectangle, minimum height=3em, minimum width=4em] +%\tikzstyle{input} = [coordinate] +%\tikzstyle{output} = [coordinate] +%\tikzstyle{pinstyle} = [pin edge={to-,thin,black}] +%\tikzstyle{sum} = [draw, circle, node distance=1em, minimum height=1.5em] +%\tikzset{>=latex} +%\tikzset{% +% block/.style = {draw, thick, rectangle, minimum height = 3em, +% minimum width = 3em}, +% sum/.style = {draw, circle, node distance = 1.5cm}, % Adder +% input/.style = {coordinate}, % Input +% output/.style = {coordinate} % Output +%} +%\newcommand\Umbruch[2][3cm]{\begin{varwidth}{#1}\centering#2\end{varwidth}} + +%%%%%%%%%%%%%%%%%%%%%%% +% Caption Setup +%%%%%%%%%%%%%%%%%%%%%%% +\captionsetup[figure]{labelfont={it,bf},textfont={it}} +\captionsetup[table]{labelfont={it,bf},textfont={it},singlelinecheck=off,justification=centering} +\captionsetup[lstlisting]{labelfont={it,bf},textfont={it}} +\captionsetup[subfigure]{labelfont=bf,textfont=normalfont,singlelinecheck=off,justification=centering} + +\newenvironment{nscenter} +{\parskip=-5pt\par\nopagebreak\centering} +{\parskip=-15pt\par\noindent\ignorespacesafterend} + +%Rewritte Referenze Style and TOF,TOT +\renewcommand{\thefigure}{Abb. \arabic{figure}} +\renewcommand{\thetable}{Tab. \arabic{table}} +\renewcommand{\theequation}{Formel \arabic{equation}} + +\addto{\captionsngerman}{% + % \renewcommand*{\contentsname}{Inhalt} + % \renewcommand*{\listfigurename}{Abbildungen} + % \renewcommand*{\listtablename}{Tabellen} + \renewcommand*{\figurename}{} %Delet Figure name + \renewcommand*{\tablename}{} +} +\setlength{\cftfignumwidth}{2cm} % Width of equation number in List of Figure +\setlength{\cfttabnumwidth}{2cm} % Width of equation number in List of Table + +%List of Equations +\newcommand{\listequationsname}{Gleichungen} +\newlistof{myequations}{equ}{\listequationsname} +\newcommand{\myequations}[1]{% + \addcontentsline{equ}{myequations}{\protect\numberline{\theequation}#1}\par} +\setlength{\cftmyequationsnumwidth}{2cm}% Width of equation number in List of Equations + + +%%%%%%%%%%%%%%%%%%%%%%%% +%% Header and Footer %% +%%%%%%%%%%%%%%%%%%%%%%%% +\pagestyle{fancy} %eigener Seitenstil +\renewcommand{\sectionmark}[1]{\markright{#1}} %entfernt nummer vor section +\renewcommand{\subsectionmark}[1]{} +%twopage +%\ifthenelse{\isodd{\value{page}}}{\leftmark}{\rightmark} +% or with +%\fancyhead[OR]{} % "O" for "odd" +%\fancyhead[ER]{} % "E" for "even" + +\fancypagestyle{plain}{ + \fancyhf{} %alle Kopf- und Fußzeilenfelder bereinigen + \fancyhead[R]{\ifthenelse{\isodd{\value{page}}}{\includegraphics[height = 1cm]{header/hsrlogo.png}} + {\includegraphics[height = 1cm]{images/hsr.jpg}}} %Kopfzeile links + \fancyhead[C]{\textsl{\rightmark}} %zentrierte Kopfzeile + \fancyhead[L]{\ifthenelse{\isodd{\value{page}}}{\includegraphics[height = 1cm]{images/hsr.jpg}} + {\includegraphics[height = 1cm]{header/hsrlogo.png}}} %Kopfzeile rechts + \renewcommand{\headrulewidth}{0.4pt} %obere Trennlinie + + \fancyfoot[R]{\ifthenelse{\isodd{\value{page}}}{Seite \thepage\ / \pageref{LastPage}}{\today}} + \fancyfoot[C]{\small{\Author}} + \fancyfoot[L]{\ifthenelse{\isodd{\value{page}}}{\today}{Seite \thepage\ / \pageref{LastPage}}} + \renewcommand{\footrulewidth}{0.4pt} %untere Trennlinie +} + +\fancypagestyle{appendix}{ + \fancyhf{} %alle Kopf- und Fußzeilenfelder bereinigen + \fancyhead[R]{} %Kopfzeile links + \fancyhead[C]{} %zentrierte Kopfzeile + \fancyhead[L]{} %Kopfzeile rechts + \renewcommand{\headrulewidth}{0pt} %obere Trennlinie + + \fancyfoot[R]{\ifthenelse{\isodd{\value{page}}}{Seite \thepage\ / \pageref{LastPage}}{}} + \fancyfoot[C]{} + \fancyfoot[L]{\ifthenelse{\isodd{\value{page}}}{}{Seite \thepage\ / \pageref{LastPage}}} + \renewcommand{\footrulewidth}{0.4pt} %untere Trennlinie +} + +\pagestyle{plain} %Pagesytle + + +%%%%%%%%%%%%%%%%%%%%% +%% Load HSR Color %% +%%%%%%%%%%%%%%%%%%%%% +\usepackage{xcolor} +\usepackage{header/HSRColors} + +%%%%%%%%%% +% Colors % +%%%%%%%%%% +\definecolor{black}{rgb}{0,0,0} +\definecolor{red}{rgb}{1,0,0} +\definecolor{white}{rgb}{1,1,1} +\definecolor{grey}{rgb}{0.8,0.8,0.8} +\definecolor{green}{rgb}{0,.8,0.05} +\definecolor{brown}{rgb}{0.603,0,0} +\definecolor{mymauve}{rgb}{0.58,0,0.82} +\definecolor{mygreen}{RGB}{28,172,0} +\definecolor{mygray}{rgb}{0.5,0.5,0.5} +\definecolor{mymauve}{rgb}{0.58,0,0.82} +\definecolor{mylilas}{RGB}{170,55,241} + +\definecolor{gray80}{gray}{0.8} +\definecolor{gray60}{gray}{0.6} +\definecolor{gray40}{gray}{0.4} +\definecolor{gray20}{gray}{0.2} + +%%%%%%%%%%%%%%%%%%%%% +%% Title %% +%%%%%%%%%%%%%%%%%%%%% + + + +%Title Spacing----------------------------------------- +\usepackage{titlesec} +%\titlespacing{name=\section}{-\marginparwidth}{0pt}{0.2em} +%\titlespacing{name=\subsection}{-\marginparwidth+10pt}{0pt}{0.2em} +%\titlespacing{name=\subsubsection}{-\marginparwidth+14pt}{0.2em}{0.2em} +%\titlespacing{name=\paragraph}{-\marginparwidth+18pt}{0.2em}{0.2em} + +\titlespacing{name=\section}{1pt}{0pt}{0.2em} +\titlespacing{name=\subsection}{1pt}{0pt}{0.2em} +\titlespacing{name=\subsubsection}{1pt}{0.2em}{0.2em} +\titlespacing{name=\paragraph}{1pt}{0.2em}{0.2em} + +%%%%%%%%%%%%%%%%%% +%% Bibliography %% +%%%%%%%%%%%%%%%%%% +%\usepackage[fixlanguage]{babelbib} +%\selectbiblanguage{german} +\usepackage[backend=bibtex,style=ieee, defernumbers=true]{biblatex} %Do not use biber with TexWorks +\addbibresource{Literatur} + + +% Abbildungen im Quellenverzeichnis nach Alphabet ordnen, Rest nummerieren +%\DeclareFieldFormat{labelnumber}{\ifkeyword{abb}{\mknumalph{#1}}{#1}} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Itemize and Enumerate spacing %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% \topsep: space between first item and preceding paragraph +% \partopsep: extra space added to \topsep when environment starts a new paragraph +% \itemsep: space between successive items. +\usepackage{enumitem} % Controls Layout of itemize, enumerate, description +\setlist[itemize]{topsep=0pt,itemsep=-1ex,partopsep=1ex,parsep=1ex,after=\vskip0.1\baselineskip} +\setlist[enumerate]{topsep=0pt,itemsep=-1ex,partopsep=1ex,parsep=1ex,after=\vskip0.1\baselineskip} + +%%%%%%%%%%% +%% Index %% +%%%%%%%%%%% +\usepackage{imakeidx} +\makeindex[intoc,columnseprule] +\indexsetup{firstpagestyle=plain} % Show header/footer on index page + +%------------------------------------------------- +% Marginalien/Seitenränder +%------------------------------------------------- +%\marginpar{Eine Randnotiz} +\newcommand{\marg}[1]{\marginpar{\raggedright \textbf{#1} }} + +%%%%%%%%%%%%%%%%%%%%%%% +%% Aligned footnotes %% +%%%%%%%%%%%%%%%%%%%%%%% +\usepackage[hang]{footmisc} +\setlength{\footnotemargin}{1em} + +%%%%%%%%%%%%% +%% Tabular %% +%%%%%%%%%%%%% +\newcolumntype{L}[1]{>{\raggedright\arraybackslash}p{#1}} % Tabelleninhalt linksausgerichtet +\newcolumntype{R}[1]{>{\raggedleft\arraybackslash}p{#1}} % Tabelleninhalt rechtsausgerichtet +\newcolumntype{C}[1]{>{\centering\arraybackslash}p{#1}} % Tabelleninhalt zentriert + + +%%%%%%%%%%%%%%%%%%%%%% +%% Generelle Makros %% +%%%%%%%%%%%%%%%%%%%%%% + +% If \Print=true, then make all links black for nicer print +\providecommand*{\True}{true} +\ifx \Print \True +\hypersetup{hidelinks, colorlinks, linkcolor = black, citecolor = black, filecolor = black, urlcolor = black} +\fi + +\parindent0pt % Zeileneinzug verhindern + +%Matlab font +\newcommand{\matlab}[1]{\footnotesize{(Matlab: \texttt{#1})}\normalsize{}} + +% Makro für Tabellenbilder gleich unterhalb der Linie +\newcommand\tabbild[2][]{% + \raisebox{0pt}[\dimexpr\totalheight+\dp\strutbox\relax][\dp\strutbox]{% + \includegraphics[#1]{#2}% + }% +} + +% Makro für Vorteile und Nachteil mit Plus und Minus +\newcommand\pro{\item[$+$]} +\newcommand\con{\item[$-$]} + + +%Float-Barrier for Subsection +\makeatletter +\AtBeginDocument{% + \expandafter\renewcommand\expandafter\subsection\expandafter{% + \expandafter\@fb@secFB\subsection + }% +} +\makeatother + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Mathematical Operators % +%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\DeclareMathOperator{\sinc}{sinc} +\DeclareMathOperator{\sgn}{sgn} +\DeclareMathOperator{\Real}{Re} +\DeclareMathOperator{\Imag}{Im} +\DeclareMathOperator{\euler}{e} +\DeclareMathOperator{\cov}{cov} +\DeclareMathOperator{\PolyGrad}{PolyGrad} +\DeclareMathOperator{\gradient}{grad} +\DeclareMathOperator{\rotation}{rot} +\DeclareMathOperator{\divergenz}{div} +\DeclareMathOperator{\imag}{j} + +%Grösse Integral anpassen +\def\Int{\mbox{\Large$\displaystyle\int$\normalsize}} +\def\Int{\mbox{\Large$\displaystyle\iint$\normalsize}} +\def\OInt{\mbox{\Large$\displaystyle\oint$\normalsize}} + +%Makro für 'd' von Integral- und Differentialgleichungen +\newcommand*{\diff}{\mathop{}\!\mathrm{d}} + +%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Fouriertransform % +%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\unitlength1cm +\newcommand{\FT} +{ + \begin{picture}(1,0.5) + \put(0.2,0.1){\circle{0.14}}\put(0.27,0.1){\line(1,0){0.5}}\put(0.77,0.1){\circle*{0.14}} + \end{picture} +} + + +\newcommand{\IFT} +{ + \begin{picture}(1,0.5) + \put(0.2,0.1){\circle*{0.14}}\put(0.27,0.1){\line(1,0){0.45}}\put(0.77,0.1){\circle{0.14}} + \end{picture} +} + + diff --git a/header/hsrlogo.png b/header/hsrlogo.png new file mode 100644 index 0000000..9e8a125 Binary files /dev/null and b/header/hsrlogo.png differ diff --git a/images/hsr.jpg b/images/hsr.jpg new file mode 100644 index 0000000..9bcb0fa Binary files /dev/null and b/images/hsr.jpg differ diff --git a/sections/Abstract.tex b/sections/Abstract.tex new file mode 100644 index 0000000..f4d3c8b --- /dev/null +++ b/sections/Abstract.tex @@ -0,0 +1,16 @@ +\section*{\huge Abstract} + +Lorem\marg{Problem} \todo{Abstract} ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. +\\ + +Lorem\marg{Ziel} ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. +\\ + +Lorem\marg{Methode/ Vorgehen} ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. +\\ + + \todo[inline]{erkentnisse} +Lorem\marg{Wesentliche Erkenntnise} ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut +\\ +Lorem\marg{Empfehlung} ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. +\\ \ No newline at end of file diff --git a/sections/Anderungsnachweis.tex b/sections/Anderungsnachweis.tex new file mode 100644 index 0000000..16f5958 --- /dev/null +++ b/sections/Anderungsnachweis.tex @@ -0,0 +1,6 @@ +\section*{Änderungsnachweis} +\begin{tabular}{|c|p{10cm}|c|c|} + \hline + Version & Änderungsgrund & Kürzel& Datum\\ \hline + 1.0 & Erstellung des Dokumentes & STUD & 26.02.2018\\ \hline +\end{tabular} \ No newline at end of file diff --git a/sections/Anhang.tex b/sections/Anhang.tex new file mode 100644 index 0000000..bfb3be4 --- /dev/null +++ b/sections/Anhang.tex @@ -0,0 +1,17 @@ +\section*{Anhang} +\addcontentsline{toc}{section}{Anhang} +\appendix +\startcontents[sections] +\printcontents[sections]{l}{1}{\setcounter{tocdepth}{2}} +\clearpage +\pagebreak + +\section{Aufgabenstellung} +\section{Pflichtenheft/ Nutzungsvereinbarung} +\section{Fragenkatalog} +\section{Projektplan, Protokolle, Arbeitsjournal} + +\includepdf[pages={1},scale=0.95, pagecommand={\section{Anhangbsp mit PDF}},offset=0 -2cm]{sections/anhang/BA.pdf} +%\includepdf[pages={2-},scale=0.95, pagecommand={\thispagestyle{appendix}}]{sections/anhang/BA.pdf} + +\section{Anhang 2} \ No newline at end of file diff --git a/sections/Aufgabenstellung.tex b/sections/Aufgabenstellung.tex new file mode 100644 index 0000000..e69de29 diff --git a/sections/Ausarbeiten.tex b/sections/Ausarbeiten.tex new file mode 100644 index 0000000..daa3646 --- /dev/null +++ b/sections/Ausarbeiten.tex @@ -0,0 +1,5 @@ +\section{Ausarbeiten (der Konzeptvarianten)} +\subsection{Zusammenfassung} +\marg{Marginalie} +\subsection{ABC} +\subsubsection{ABCD} \ No newline at end of file diff --git a/sections/Eigenstaendigkeitserklaerung.tex b/sections/Eigenstaendigkeitserklaerung.tex new file mode 100644 index 0000000..95f51ed --- /dev/null +++ b/sections/Eigenstaendigkeitserklaerung.tex @@ -0,0 +1,19 @@ +\section{Erklärung zur Urheberschaft} +\vspace{0.8cm} +\textbf{Erklärung}\\ + +Wir erklären hiermit an Eides statt, dass ich die vorliegende Arbeit ohne Benutzung anderer als der angegebenen Hilfsmittel erstellt habe; die aus fremden Quellen direkt oder indirekt übernommenen Gedanken sind als solche kenntlich gemacht. Die Arbeit wurde bisher in gleicher oder ähnlicher Form keiner anderen Prüfungsbehörde vorgelegt und auch noch nicht veröffentlicht.\\ +\vspace{0.8cm}\\ + +\begin{tabular}{l l} + \textbf{Ort} & \textbf{Datum} \\ + \Place & \today +\end{tabular} +\vspace{0.8cm} + +\textbf{Unterschrift}\\ +\vspace{0.2cm} +\AuthorOne \hspace{3cm} \AuthorTwo + +\clearpage + diff --git a/sections/Einleitung.tex b/sections/Einleitung.tex new file mode 100644 index 0000000..d8cf783 --- /dev/null +++ b/sections/Einleitung.tex @@ -0,0 +1,13 @@ +\section{Einleitung} + +z.B. \marg{Kontext} Ausgangslage, Aufgabenstellung\newline +z.B. Zusammenhang, sach und fachbezogene Relevanz des Themas \newline +z.B. wissenschaftliche, fachliche, gesellscahftliche. historische Hintergründe\\ + +z.B \marg{Problem}\\ + +z.B. \marg{Ziel}\\ + +z.B. \marg{Mehtode/ Vorgehen}\\ + +z.B. \marg{Überblick über die Arbeit}\\ diff --git a/sections/Entwerfen.tex b/sections/Entwerfen.tex new file mode 100644 index 0000000..2e7a757 --- /dev/null +++ b/sections/Entwerfen.tex @@ -0,0 +1,5 @@ +\section{Entwerfen (Entwurf für Konzeptvariante)} +\subsection{Zusammenfassung} +\marg{Marginalie} +\subsection{ABC} +\subsubsection{ABCd} \ No newline at end of file diff --git a/sections/Fazit.tex b/sections/Fazit.tex new file mode 100644 index 0000000..c17630d --- /dev/null +++ b/sections/Fazit.tex @@ -0,0 +1 @@ +\section{Fazit} \ No newline at end of file diff --git a/sections/KlarenAufgabenstellung.tex b/sections/KlarenAufgabenstellung.tex new file mode 100644 index 0000000..4b749ec --- /dev/null +++ b/sections/KlarenAufgabenstellung.tex @@ -0,0 +1,11 @@ +\section{Klärung der Aufgabenstellung} +\subsection{Zusammenfassung} +\marg{Marginalie} + +\subsection{Auszüge aus dem Pflichtenheft / Hutzungsvereinbarung} + +\subsubsection{ABC} +\marg{Marginalie} +\subsection{ABC} +\marg{Marginalie} +\subsubsection{ABC} \ No newline at end of file diff --git a/sections/Konzipieren.tex b/sections/Konzipieren.tex new file mode 100644 index 0000000..5fbc67f --- /dev/null +++ b/sections/Konzipieren.tex @@ -0,0 +1,6 @@ +\section{Konzipieren} +\subsection{Zusammenfassung} +\marg{Marginalie} +\subsection{ABC} +\marg{Marginalie} +\subsubsection{ABC} \ No newline at end of file diff --git a/sections/Schlussfolgerung.tex b/sections/Schlussfolgerung.tex new file mode 100644 index 0000000..0d273ff --- /dev/null +++ b/sections/Schlussfolgerung.tex @@ -0,0 +1,15 @@ +\section{Schlussfolgerung, Ausblick und Empfehlung} +\subsection{SWOT Analyse} + +\subsection{Zusammenfassung} +lorem\marg{Ergebnisse}\\ + +lorem\marg{Bewertung}\\ + +Rückbezug\marg{Probleme/ Offene Punkte} auf Fragestellung / Methode beachten\\ + +Rückbezug \marg{Weiterführende Fragen} auf Ziele beachten\\ + +lorem\marg{Empfehlung}\\ + +lorem\marg{Ausblick}\\ diff --git a/sections/Verzeichnisse.tex b/sections/Verzeichnisse.tex new file mode 100644 index 0000000..aafeb72 --- /dev/null +++ b/sections/Verzeichnisse.tex @@ -0,0 +1,41 @@ +\section{Verzeichnisse} +%Abkürzungsverzeichniss, für schön ausrichten längste Abkürzung in eckige Klammer +\subsection{Abkürzungen} +\vspace{0.1cm} +\begin{acronym}[BA] +%\acro{Abkürzung}{Ausdruck ausgeschrieben} +\acro{HSR}{Hochschule für Technik Rapperswil} +\end{acronym} +\clearpage +\pagebreak + + +%Gleichungsverzeichnis +\subsection{\listequationsname} +\renewcommand*\listequationsname{} +\listofmyequations\thispagestyle{fancy} +\clearpage +\pagebreak + +%Abbildungsverzeichnis +\subsection{\listfigurename} +\renewcommand*\listfigurename{} +\listoffigures\thispagestyle{fancy} +\clearpage +\pagebreak + +%Tabellenverzeichnis +\subsection{\listtablename} +\renewcommand*\listtablename{} +\listoftables\thispagestyle{fancy} +\clearpage +\pagebreak + +%Quellenverzeichnis +\subsection{Quellenverzeichnis} +\printbibliography[heading=subbibliography,keyword=lit, title={Literaturquellen}] +\printbibliography[heading=subbibliography,keyword=manual, title={Datenblätter}] +\printbibliography[heading=subbibliography,keyword=online, title={Onlinequellen}] +\printbibliography[heading=subbibliography,keyword=abb, title={Bildquellen}] + +\clearpage \ No newline at end of file diff --git a/sections/bsp.tex b/sections/bsp.tex new file mode 100644 index 0000000..8a8b5c1 --- /dev/null +++ b/sections/bsp.tex @@ -0,0 +1,44 @@ +\section*{Beispiel} + + +Lorem\marg{Ausgangssituation} Lorem dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et \autocite[22]{Roppel2006} ea rebum. Stet clita kasd gubergren, no sea \textbf{\ref{tab:Hochwasserszenarien}} takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, \textbf{\ref{fig:HSR}} no sea takimata sanctus est Lorem ipsum dolor sit\footcite{Roppel2006} \textbf{\ref{eq:Hochwasserzufluss}} amet.\footfullcite{Roppel2006} + +\begin{figure}[ht] + \centering + \includegraphics[width=0.6\textwidth]{images/hsr.jpg} + \caption{\acs{HSR} \autocite{IR}} + \label{fig:HSR} +\end{figure} + +Lorem\marg{Was ist das Problem?} + + \begin{equation}\label{eq:Hochwasserzufluss} +\frac{Q(t)}{Q_{max}} = \left(\frac{t}{t_max}\cdot e^{1-\frac{t}{t_max}} \right)^n +\end{equation} +\myequations{Definition Hochwasserzufluss} + +\begin{table}[ht] + \centering + \begin{tabular}{|l|l|l|l|l|l|} + \hline + \textbf{Ganglinie} &\textbf{[ ... ]} & \textbf{A} & \textbf{B} & \textbf{C} & \textbf{D} \\ + \hline + $ Q_{max} $ & $ m^3/s $ & 50 & 70 & 180 & 540 \\ + \hline + $ t_{max} $ & $ h $ & 2 & 2 & 3 & 4 \\ + \hline + n & -- & 6 & 6 & 6 & 6 \\ + \hline + \end{tabular} + \caption{Hochwasserszenarien}\label{tab:Hochwasserszenarien} +\end{table} + +Lorem \marg{Ziel} Lorem dolor sit amet, consetetur sadipscing elitr, sed diam nonumy ei\\ + +Lorem \marg{Wie soll das Problem gelöst werden?} Lorem dolor sit amet, consetetur sadipscing elitr, sed diam nonumy ei \\ +\ac{HSR}\\ +\acs{HSR}\\ +\acl{HSR} + + +\clearpage \ No newline at end of file diff --git a/sections/titlepage.tex b/sections/titlepage.tex new file mode 100644 index 0000000..f75ae5e --- /dev/null +++ b/sections/titlepage.tex @@ -0,0 +1,45 @@ +\begin{titlepage} + + \begin{adjustwidth}{-25mm}{-45mm} + %Seite einmitteln gemäss werten im geometry package: + \begin{adjustwidth}{65mm}{10mm} + \textsf{ + %\textsf{ %sans serif schrift + \vspace*{4cm} + \begin{flushleft} + \Huge \textbf{\Title}\\ + \vspace{.25cm} + \Large \sffamily\TitleInfo \\ + \end{flushleft} + } + \end{adjustwidth} + + \begin{adjustwidth}{35mm}{40mm} + \vfill + \large + \textsf{\textbf{Autoren}}\\ + \null\hspace{0.01cm} \begin{tabular}{lll} + \textsf{\AuthorOne} & \qquad & \textsf{\MatrikelOne}\\ + \textsf{\AuthorTwo} & \qquad & \textsf{\MatrikelTwo}\\ + \end{tabular}\\ + \textsf{\textbf{Dozent}}\\ + \null\quad\textsf{\Prof}\\ + \textsf{\textbf{Betreuer}}\\ + \null\quad\textsf{\Betreuer}\\ + \textsf{\textbf{Modul}}\\ + \null\quad\textsf{\Modul}\\ + \hfill\hbox{}\\ + \textsf{ + \begin{tabular}{lll} + \textbf{Version:}&\quad&\Version\\ + \textbf{Erstellt am:}&\quad&\ErstellDatum\\ + \textbf{Letzte Änderung am:}&\quad&\today\\ + \end{tabular} + }\\ + \hfill\hbox{}\\ + \hfill\hbox{}\\ + \textsf{HSR Hochschule für Technik Rapperswil}\\ + \vspace{2.5cm} + \end{adjustwidth} + \end{adjustwidth} +\end{titlepage}