Skip to content
Snippets Groups Projects
Commit ef61389e authored by Daniel Meißner's avatar Daniel Meißner
Browse files

Unterverzeichnisse und Verweise innerhalb des Dokumentes eingedeutschet..

parent f15077cb
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[a4paper,11pt,smallheadings,headsepline,titlepage,liststotoc,idxtotoc,bibtotoc]{scrartcl} \documentclass[a4paper,11pt,smallheadings,headsepline,titlepage,liststotoc,idxtotoc,bibtotoc]{scrartcl}
\include{Meta} \include{Meta}
\usepackage{stylesheats/hbrs-inf} \usepackage{aussehen/hbrs-inf}
\newcommand{\secDir}{sections} % configure section directory \newcommand{\secDir}{abschnitte} % configure section directory
\begin{document} \begin{document}
\begin{spacing}{1} \begin{spacing}{1}
\pagenumbering{roman} \pagenumbering{roman}
......
DOCUMENT_NAME = Arbeit DOCUMENT_NAME = Arbeit
XELATEX = xelatex XELATEX = xelatex
all: doc bib doc_twice
default: default:
@echo 'make all | Create complete document and bibliography @echo 'make all | Erstelle das komplette Dokument inklusive bib-Datei für das Literaturverzeichnis'
@echo 'make bib | Create bibliography, Arbeit.aux required. To create them ,run make doc.' @echo 'make bib | Erstelle bib-Datei für Literaturverzeichnis'
@echo 'make doc | Create complete document. Read output and run make bib or make doc again if needed.' @echo 'make doc | Erstelle komplettes Dokument und lese die Ausgabe. Falls Fehler auftreten führe make bib oder make doc erneut aus.'
@echo 'make clean | Cleaning working directory.' @echo 'make clean | Säubere das Arbeitsverzeichnis von temporären Dateien und Verzeichnissen.'
all: doc bib doc_twice
bib: bib:
bibtex $(DOCUMENT_NAME) bibtex $(DOCUMENT_NAME)
...@@ -20,4 +21,4 @@ doc_twice: ...@@ -20,4 +21,4 @@ doc_twice:
$(XELATEX) $(DOCUMENT_NAME).tex $(XELATEX) $(DOCUMENT_NAME).tex
clean: clean:
rm -f .log quit.tex *.acn *gdf *.glg *. glo *. gls *.ist *.lol *.nlo *.nls *.ps *.out *.dvi *.log *.aux *.blg *.toc *.log *.bbl *.lof *.lot *.idx *.brf *.ilg *.ind sections/*.aux images/*.aux rm -f .log quit.tex *.acn *gdf *.glg *. glo *. gls *.ist *.lol *.nlo *.nls *.ps *.out *.dvi *.log *.aux *.blg *.toc *.log *.bbl *.lof *.lot *.idx *.brf *.ilg *.ind abschnitte/*.aux bilder/*.aux
File moved
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
\begin{Large} \begin{Large}
\begin{flushleft} \begin{flushleft}
\makebox[11cm][c]{ \makebox[11cm][c]{
\parbox[c]{2.5cm}{\includegraphics[height=4ex]{images/fhlogo.pdf}\vspace{1.40cm}} \parbox[c]{2.5cm}{\includegraphics[height=4ex]{bilder/fhlogo.pdf}\vspace{1.40cm}}
\parbox[c]{12.0cm}{\begin{flushleft} \parbox[c]{12.0cm}{\begin{flushleft}
\small{\textbf{Hochschule\linebreak{}Bonn-Rhein-Sieg}\linebreak{}\textit{University of Applied Sciences}\linebreak{}\linebreak{}\textbf{Fachbereich \ThesisStudyCourseGerman}\linebreak{}\textit{Department of \ThesisStudyCourse}} \small{\textbf{Hochschule\linebreak{}Bonn-Rhein-Sieg}\linebreak{}\textit{University of Applied Sciences}\linebreak{}\linebreak{}\textbf{Fachbereich \ThesisStudyCourseGerman}\linebreak{}\textit{Department of \ThesisStudyCourse}}
\end{flushleft}}} \end{flushleft}}}
......
...@@ -47,7 +47,7 @@ Blies takte uhr bibel winde all stuck wette nie wie. Licht se dahin indem seine ...@@ -47,7 +47,7 @@ Blies takte uhr bibel winde all stuck wette nie wie. Licht se dahin indem seine
\subsubsection{Abbildungen} \subsubsection{Abbildungen}
\begin{figure}[!ht] \begin{figure}[!ht]
\begin{center} \begin{center}
\includegraphics[width=3cm]{images/fhlogo.pdf} \includegraphics[width=3cm]{bilder/fhlogo.pdf}
\caption{Logo Hochschule Bonn-Rhein-Sieg} \caption{Logo Hochschule Bonn-Rhein-Sieg}
\label{an_tranciver} \label{an_tranciver}
\end{center} \end{center}
...@@ -55,7 +55,7 @@ Blies takte uhr bibel winde all stuck wette nie wie. Licht se dahin indem seine ...@@ -55,7 +55,7 @@ Blies takte uhr bibel winde all stuck wette nie wie. Licht se dahin indem seine
\begin{figure}[!ht] \begin{figure}[!ht]
\begin{center} \begin{center}
\includegraphics[width=3cm]{images/fhlogo.pdf} \includegraphics[width=3cm]{bilder/fhlogo.pdf}
\caption{Logo Hochschule Bonn-Rhein-Sieg} \caption{Logo Hochschule Bonn-Rhein-Sieg}
\label{an_tranciver} \label{an_tranciver}
\end{center} \end{center}
...@@ -63,7 +63,7 @@ Blies takte uhr bibel winde all stuck wette nie wie. Licht se dahin indem seine ...@@ -63,7 +63,7 @@ Blies takte uhr bibel winde all stuck wette nie wie. Licht se dahin indem seine
\begin{figure}[!ht] \begin{figure}[!ht]
\begin{center} \begin{center}
\includegraphics[width=3cm]{images/fhlogo.pdf} \includegraphics[width=3cm]{bilder/fhlogo.pdf}
\caption{Logo Hochschule Bonn-Rhein-Sieg} \caption{Logo Hochschule Bonn-Rhein-Sieg}
\label{an_tranciver} \label{an_tranciver}
\end{center} \end{center}
......
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment