move the handbuch and the antrag into their own folder

This makes it easier to work with the files.
The general folder gets symlinked to either directory and then can be
used from both docs.
This commit is contained in:
Andreas Zweili 2018-06-03 17:21:58 +02:00
parent fcaf30b3bc
commit 7bde348a7d
19 changed files with 293 additions and 56 deletions

60
general/auto/style.el Normal file
View File

@ -0,0 +1,60 @@
(TeX-add-style-hook
"style"
(lambda ()
(TeX-add-to-alist 'LaTeX-provided-package-options
'(("glossaries" "acronym" "toc") ("geometry" "a4paper" "includeheadfoot" "top=2.5cm" "bottom=2.5cm" "left=3.5cm" "right=3cm") ("fontenc" "T1") ("inputenc" "utf8") ("babel" "ngerman") ("footmisc" "bottom" "hang") ("xcolor" "table" "xcdraw") ("tcolorbox" "most") ("biblatex" "citestyle=verbose" "bibstyle=numeric" "sorting=none" "backend=bibtex8")))
(add-to-list 'LaTeX-verbatim-environments-local "lstlisting")
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "path")
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "url")
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "nolinkurl")
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperbaseurl")
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperimage")
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperref")
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "lstinline")
(add-to-list 'LaTeX-verbatim-macros-with-delims-local "path")
(add-to-list 'LaTeX-verbatim-macros-with-delims-local "lstinline")
(TeX-run-style-hooks
"hyperref"
"graphicx"
"xcolor"
"glossaries"
"xparse"
"geometry"
"tgpagella"
"fontenc"
"inputenc"
"babel"
"microtype"
"fancyhdr"
"footmisc"
"titlesec"
"longtable"
"rotating"
"pdflscape"
"float"
"listings"
"color"
"sourcecodepro"
"tcolorbox"
"tocbibind"
"biblatex")
(TeX-add-symbols
"newdualentry"
"sectionbreak")
(LaTeX-add-color-definecolors
"red"
"pink"
"purple"
"brown"
"cyan"
"darkgray"
"gray"
"lightgray"
"lime"
"olive"
"orange"
"teal"
"yellow"
"green"))
:latex)

View File

@ -52,7 +52,7 @@
\usepackage{fancyhdr}
\pagestyle{fancy}
\lhead{\nouppercase{\leftmark}}
\rhead{\includegraphics[width=1cm]{pictures/ibzlogo.eps}}
\rhead{\includegraphics[width=1cm]{general/ibzlogo.eps}}
\cfoot{\thepage}
%footnotes

View File

@ -1,10 +0,0 @@
#+title: Projekt Antrag
#+setupfile: ~/nextcloud/03_documents/org/settings/html_theme/setup/theme-readtheorg.setup
#+author: Andreas Zweili
#+latex_class: article
#+latex_class_options: [a4paper,11pt]
#+latex_header: \input{style}
#+otions: H:5 todo:t
#+language: de
#+startup: align

View File

@ -1 +0,0 @@

View File

@ -1,43 +0,0 @@
\documentclass[a4paper, 11pt]{article}
\include{style}
\bibliography{bibliography}
%\include{glossary}
\begin{document}
\include{projekt_antrag_titlepage}
\newpage
\microtypesetup{protrusion=false} % disables protrusion locally in the document
\tableofcontents % prints Table of Contents
\microtypesetup{protrusion=true} % enables protrusion
\newpage
\include{projekt_antrag}
\newpage
\nocite{*}
\printbibliography[heading=bibintoc]
\newpage
\microtypesetup{protrusion=false}
\listoffigures
\microtypesetup{protrusion=true}
\
\newpage
\microtypesetup{protrusion=false}
\listoftables
\microtypesetup{protrusion=true}
\
\newpage
%\printglossaries
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:

View File

@ -0,0 +1,16 @@
(TeX-add-style-hook
"projektantrag"
(lambda ()
(LaTeX-add-labels
"sec:orgccc22f9"
"sec:org57c9c5b"
"sec:orgf9f1ee2"
"sec:orgef138bc"
"tab:org74fa125"
"sec:org06f92e4"
"sec:orgf74b04c"
"sec:org806cf92"
"sec:org579a335"
"sec:orgc2405c9"))
:latex)

View File

@ -0,0 +1,26 @@
(TeX-add-style-hook
"projektantrag_main"
(lambda ()
(TeX-add-to-alist 'LaTeX-provided-class-options
'(("article" "a4paper" "11pt")))
(add-to-list 'LaTeX-verbatim-environments-local "lstlisting")
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "path")
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "url")
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "nolinkurl")
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperbaseurl")
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperimage")
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperref")
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "lstinline")
(add-to-list 'LaTeX-verbatim-macros-with-delims-local "path")
(add-to-list 'LaTeX-verbatim-macros-with-delims-local "lstinline")
(TeX-run-style-hooks
"latex2e"
"general/style"
"projektantrag_titlepage"
"projektantrag"
"article"
"art11")
(LaTeX-add-bibliographies
"general/bibliography"))
:latex)

1
projektantrag/general Symbolic link
View File

@ -0,0 +1 @@
/home/andreas/git_repos/ibz_repos/thesis/general

View File

@ -0,0 +1,69 @@
#+title: Projektantrag
#+setupfile: ~/nextcloud/03_documents/org/settings/html_theme/setup/theme-readtheorg.setup
#+author: Andreas Zweili
#+latex_class: article
#+latex_class_options: [a4paper,11pt]
#+latex_header: \input{general/style}
#+otions: H:5 todo:t
#+language: de
#+startup: align
* Zweck des Dokuments
Im Rahmen einer Diplomarbeit an den IBZ-Schulen soll ein Ansatz
entwickelt werden, durch welchen ein kleiner Anbieter von
Serviceleistungen seine Marktleistungen korrekt strategisch ausrichten
und erfolgreich in den Markt bringen kann.
Das Dokument dient als Grundlage für die Freigabe der Diplomarbeit.
* Ausgangslage
* Projektrahmenbedingungen
Das Projekt ist im Rahmen einer Diplomarbeit an den IBZ-Schulen zu
realisieren. Daraus ergeben sich Ansprüche an:
1. Komplexität des Vorhabens
2. Umfang des Vorhabens (250 Stunden)
Die Begleitung der Diplomarbeit ist durch die IBZ sichergestellt.
* Zielsetzung
#+CAPTION: Projektziele
#+ATTR_LATEX: :align |p{9cm}|p{1.5cm}|p{2cm}|
#+NAME: tab:projektziele
|---------------------------------------+--------------------------------+--------------------------------------------------------|
| *Zielsetzung*\cellcolor[HTML]{C0C0C0} | *Muss*\cellcolor[HTML]{C0C0C0} | *Wunsch* (1-5, 5=sehr wichtig)\cellcolor[HTML]{C0C0C0} |
|---------------------------------------+--------------------------------+--------------------------------------------------------|
| | | |
|---------------------------------------+--------------------------------+--------------------------------------------------------|
| | | |
|---------------------------------------+--------------------------------+--------------------------------------------------------|
| | | |
|---------------------------------------+--------------------------------+--------------------------------------------------------|
| | | |
|---------------------------------------+--------------------------------+--------------------------------------------------------|
* Mittelbedarf
Für die Arbeit sind, ausser den 250h des Diplomanden, keine weiteren
Mittel notwendig.
* Planung
Die Arbeit ist innert 14 Wochen (Vorgabe IBZ-Schulen) abzuwickeln. Die
Verteilung der anstehenden Arbeiten auf die 14 Wochen ist durch den
Diplomanden vor dem Start der Phase Voranalyse zu erledigen.
* Wirtschaftlichkeit
* Konsequenzen
Keine speziellen Konsequenzen in dem Vorhaben bekannt.
* Antrag
Der Diplomand beantragt die Freigabe der Phase Voranalyse, diese
startet mit dem Kick-off vom 10.12.2018.

View File

@ -0,0 +1,76 @@
\section{Zweck des Dokuments}
\label{sec:orgccc22f9}
Im Rahmen einer Diplomarbeit an den IBZ-Schulen soll ein Ansatz
entwickelt werden, durch welchen ein kleiner Anbieter von
Serviceleistungen seine Marktleistungen korrekt strategisch ausrichten
und erfolgreich in den Markt bringen kann.
Das Dokument dient als Grundlage für die Freigabe der Diplomarbeit.
\section{Ausgangslage}
\label{sec:org57c9c5b}
\section{Projektrahmenbedingungen}
\label{sec:orgf9f1ee2}
Das Projekt ist im Rahmen einer Diplomarbeit an den IBZ-Schulen zu
realisieren. Daraus ergeben sich Ansprüche an:
\begin{enumerate}
\item Komplexität des Vorhabens
\item Umfang des Vorhabens (250 Stunden)
\end{enumerate}
Die Begleitung der Diplomarbeit ist durch die IBZ sichergestellt.
\section{Zielsetzung}
\label{sec:orgef138bc}
\begin{table}[htbp]
\centering
\begin{tabular}{|p{9cm}|p{1.5cm}|p{2cm}|}
\hline
\textbf{Zielsetzung}\cellcolor[HTML]{C0C0C0} & \textbf{Muss}\cellcolor[HTML]{C0C0C0} & \textbf{Wunsch} (1-5, 5=sehr wichtig)\cellcolor[HTML]{C0C0C0}\\
\hline
& & \\
\hline
& & \\
\hline
& & \\
\hline
& & \\
\hline
\end{tabular}
\caption{\label{tab:org74fa125}
Projektziele}
\end{table}
\section{Mittelbedarf}
\label{sec:org06f92e4}
Für die Arbeit sind, ausser den 250h des Diplomanden, keine weiteren
Mittel notwendig.
\section{Planung}
\label{sec:orgf74b04c}
Die Arbeit ist innert 14 Wochen (Vorgabe IBZ-Schulen) abzuwickeln. Die
Verteilung der anstehenden Arbeiten auf die 14 Wochen ist durch den
Diplomanden vor dem Start der Phase Voranalyse zu erledigen.
\section{Wirtschaftlichkeit}
\label{sec:org806cf92}
\section{Konsequenzen}
\label{sec:org579a335}
Keine speziellen Konsequenzen in dem Vorhaben bekannt.
\section{Antrag}
\label{sec:orgc2405c9}
Der Diplomand beantragt die Freigabe der Phase Voranalyse, diese
startet mit dem Kick-off vom 10.12.2018.

View File

@ -0,0 +1,43 @@
\documentclass[a4paper, 11pt]{article}
\include{general/style}
\bibliography{general/bibliography}
%\include{glossary}
\begin{document}
\include{projektantrag_titlepage}
\newpage
\microtypesetup{protrusion=false} % disables protrusion locally in the document
\tableofcontents % prints Table of Contents
\microtypesetup{protrusion=true} % enables protrusion
\newpage
\include{projektantrag}
% \newpage
% \nocite{*}
% \printbibliography[heading=bibintoc]
% \newpage
% \microtypesetup{protrusion=false}
% \listoffigures
% \microtypesetup{protrusion=true}
% \
% \newpage
% \microtypesetup{protrusion=false}
% \listoftables
% \microtypesetup{protrusion=true}
% \
% \newpage
%\printglossaries
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:

View File

@ -1 +0,0 @@

1
projekthandbuch/general Symbolic link
View File

@ -0,0 +1 @@
/home/andreas/git_repos/ibz_repos/thesis/general