-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Luca Mazzoleni
committed
Feb 26, 2018
0 parents
commit 77f8a65
Showing
25 changed files
with
1,043 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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} | ||
} | ||
|
||
% | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
% This file contains all color definitions according to the | ||
% corporate design of the HSR. | ||
% Author: Juerg Rast ([email protected]) | ||
% 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} |
Oops, something went wrong.