von nixversteh » Mo 25. Apr 2016, 23:23
Hallo T:-)M,
also, dein Code benötigt einige Änderungen, die ich nicht gemacht habe
Bei mir läuft es hiermit...
\documentclass[a4paper,titlepage,onecolumn,twoside,12pt]{article}
\usepackage{ucs} %unix-windows-compatible
\usepackage[utf8]{inputenc} %unix-windows-compatible
\usepackage[ngerman]{babel} %automatic text in german
\usepackage{verbatim} %for long comments
\usepackage{latexsym} %for symbol font
\usepackage{listings}
\usepackage{tabularx}
\newcolumntype{C}[1]{>{\centering\arraybackslash}p{#1}}
\usepackage{amssymb}
\usepackage[T1]{fontenc}
\usepackage{geometry} %for setting the margins
\usepackage{subfigure}
\usepackage{multirow, multicol}
\usepackage{graphicx}
\usepackage[margin=10pt,font=small,labelfont=bf,]{caption} [2003/12/20]
\usepackage{fancyhdr}
\usepackage{microtype}
\setcounter{secnumdepth}{4} %numbering of the subsubsections
\setlength{\parindent}{0pt} %no indentation between paragraphs
\setlength{\parskip}{4pt} %space between paragraphs
\frenchspacing % erzeugt ein wenig mehr Platz hinter einem "." so wie im Dt. ueblich
\fancyhf{} % delete current header and footer
\fancyhead[LO]{\bfseries\rightmark}
\fancyhead[RE]{\bfseries\leftmark}%for twoside-option
\renewcommand{\headrulewidth}{0.5pt}
\renewcommand{\footrulewidth}{0pt}
\newcommand{\closingdate}{XX. MONAT 20YY} %INSERT Abgabedatum
\addtolength{\headheight}{2.5pt} %
% space for the rule
\fancypagestyle{plain}{%
\fancyhead{} % get rid of headers on plain pages
\renewcommand{\headrulewidth}{0pt} % and the line
}
\pagestyle{fancy}
\cfoot{\thepage}
\usepackage[pdfpagelabels=true
%,backref %references in Literatur-Verz.
, hyperfigures
, bookmarksnumbered
, naturalnames
, plainpages=false
]{hyperref}
\hypersetup{breaklinks}
\lstset{language=c,mathescape=true,frame=tblr,showstringspaces=false,basicstyle=\small,captionpos=b,float=tb,morecomment=[s]{(*}{*)}}
\usepackage[figure]{hypcap} % a link jumps and focus on the picture and not on the caption
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%TITEL%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% define the title:
\begin{document}
\author{\Large%
VORNAME NACHNAME\\{\normalsize MATRIKELNR} \\} %INSERT Vorname, Nachname und Matrikelnummer
\title{
\vspace{-13em}
\centering
\begin{figure*}[!hb]
\begin{minipage}{1\textwidth}
\hspace*{-.06\linewidth}
\begin{minipage}{.13\linewidth}
\includegraphics[width=1.0\linewidth]{logo}
\end{minipage}
\quad\quad
\begin{minipage}{.62\linewidth}
Fachgebiet .... \\
Fakultät ....\\
Universität
\end{minipage}
%
\begin{minipage}{.21\linewidth}
\includegraphics[width=1.0\linewidth]{logo}
\end{minipage}
\caption*{}
\end{minipage}
\end{figure*}
\vspace{8em}
{\huge\textbf{%
%
TITEL DER ARBEIT\\%INSERT Titel
}}
\vspace{1.7cm}{\LARGE{\bfseries ART DER ARBEIT}\\%INSERT Diplomarbeit, Bachelorarbeit, Masterarbeit
\vspace{0.6cm}
{\mdseries\large zur Erlangung des Grades\\eines ANGESTREBTER TITEL}}}%INSERT Diplom Informatikers, Master of Science...
\date{%
\closingdate \\
\vspace{9em}
\large
\textbf{Betreuer:} \\
\vspace{1em}
Prof. Dr. .....\\
BETREUENDER WM\\%INSERT Name des WMs
}
%
\newpage\thispagestyle{empty}\pagenumbering{alph}
\enlargethispage{20\baselineskip}
\oddsidemargin5mm
% generates the title:
\addtolength{\textwidth}{3em}
%
\maketitle
%
\addtolength{\textwidth}{-3em}
%
%--------- new section:--------------------------------
\newpage\thispagestyle{empty}
\cleardoublepage
\evensidemargin-6mm
\oddsidemargin6mm
\newpage\thispagestyle{empty}\section*{Eidesstattliche Erklärung}
\vspace{2.5cm}Die selbständige und eigenhändige Anfertigung versichere ich an
Eides Statt.\\[4em]
Berlin, den \closingdate
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%CONTENT%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage\thispagestyle{empty}
\cleardoublepage
\newpage\pagenumbering{roman}\thispagestyle{plain}
\pdfbookmark[1]{Inhaltsverzeichnis}{Inhalt}
\tableofcontents\thispagestyle{plain}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%FIRSTPAGE%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage\thispagestyle{plain}
\hypersetup{breaklinks, linkcolor=darkred}
\cleardoublepage
\newpage\newcounter{1}\thispagestyle{plain}\pagenumbering{arabic}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Hier beginnt die Schreibarbeit
\section{Einleitung}
\section{Verwandte Arbeiten}
Eine eher allgemein gehaltene Definition von Cloud-Computing stammt von der The 451 Group. Sie beschreibt Cloud-Computing wie folgt: „The cloud is IT as a Service, delivered by IT resources that are independent of location“. Im folgenden soll dargestellt werden, dass CC bestimmte Eigenschaften erfüllen \cite{MelGrance2011}, in unterschiedliche Servicemodelle
\section{Zusammenfassung und Ausblick}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%BIBLIOGRAPHY%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\cleardoublepage
\newpage\thispagestyle{plain}\phantomsection
\addcontentsline{toc}{section}{\bibname}
\bibliography{vorlage}
\bibliographystyle{apalike}
\end{document}
Gruß
Martin
PS.: logo habe ich durch mein Bild ersetzt, da du keines mitgeliefert hast
einmal gestrichen und geändert
\bibliography{vorlage} geändert
\bibliographystyle{apalike}
eingefügt
Hallo T:-)M,
also, dein Code benötigt einige Änderungen, die ich nicht gemacht habe
Bei mir läuft es hiermit...
[code]\documentclass[a4paper,titlepage,onecolumn,twoside,12pt]{article}
\usepackage{ucs} %unix-windows-compatible
\usepackage[utf8]{inputenc} %unix-windows-compatible
\usepackage[ngerman]{babel} %automatic text in german
\usepackage{verbatim} %for long comments
\usepackage{latexsym} %for symbol font
\usepackage{listings}
\usepackage{tabularx}
\newcolumntype{C}[1]{>{\centering\arraybackslash}p{#1}}
\usepackage{amssymb}
\usepackage[T1]{fontenc}
\usepackage{geometry} %for setting the margins
\usepackage{subfigure}
\usepackage{multirow, multicol}
\usepackage{graphicx}
\usepackage[margin=10pt,font=small,labelfont=bf,]{caption} [2003/12/20]
\usepackage{fancyhdr}
\usepackage{microtype}
\setcounter{secnumdepth}{4} %numbering of the subsubsections
\setlength{\parindent}{0pt} %no indentation between paragraphs
\setlength{\parskip}{4pt} %space between paragraphs
\frenchspacing % erzeugt ein wenig mehr Platz hinter einem "." so wie im Dt. ueblich
\fancyhf{} % delete current header and footer
\fancyhead[LO]{\bfseries\rightmark}
\fancyhead[RE]{\bfseries\leftmark}%for twoside-option
\renewcommand{\headrulewidth}{0.5pt}
\renewcommand{\footrulewidth}{0pt}
\newcommand{\closingdate}{XX. MONAT 20YY} %INSERT Abgabedatum
\addtolength{\headheight}{2.5pt} %
% space for the rule
\fancypagestyle{plain}{%
\fancyhead{} % get rid of headers on plain pages
\renewcommand{\headrulewidth}{0pt} % and the line
}
\pagestyle{fancy}
\cfoot{\thepage}
\usepackage[pdfpagelabels=true
%,backref %references in Literatur-Verz.
, hyperfigures
, bookmarksnumbered
, naturalnames
, plainpages=false
]{hyperref}
\hypersetup{breaklinks}
\lstset{language=c,mathescape=true,frame=tblr,showstringspaces=false,basicstyle=\small,captionpos=b,float=tb,morecomment=[s]{(*}{*)}}
\usepackage[figure]{hypcap} % a link jumps and focus on the picture and not on the caption
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%TITEL%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% define the title:
\begin{document}
\author{\Large%
VORNAME NACHNAME\\{\normalsize MATRIKELNR} \\} %INSERT Vorname, Nachname und Matrikelnummer
\title{
\vspace{-13em}
\centering
\begin{figure*}[!hb]
\begin{minipage}{1\textwidth}
\hspace*{-.06\linewidth}
\begin{minipage}{.13\linewidth}
\includegraphics[width=1.0\linewidth]{logo}
\end{minipage}
\quad\quad
\begin{minipage}{.62\linewidth}
Fachgebiet .... \\
Fakultät ....\\
Universität
\end{minipage}
%
\begin{minipage}{.21\linewidth}
\includegraphics[width=1.0\linewidth]{logo}
\end{minipage}
\caption*{}
\end{minipage}
\end{figure*}
\vspace{8em}
{\huge\textbf{%
%
TITEL DER ARBEIT\\%INSERT Titel
}}
\vspace{1.7cm}{\LARGE{\bfseries ART DER ARBEIT}\\%INSERT Diplomarbeit, Bachelorarbeit, Masterarbeit
\vspace{0.6cm}
{\mdseries\large zur Erlangung des Grades\\eines ANGESTREBTER TITEL}}}%INSERT Diplom Informatikers, Master of Science...
\date{%
\closingdate \\
\vspace{9em}
\large
\textbf{Betreuer:} \\
\vspace{1em}
Prof. Dr. .....\\
BETREUENDER WM\\%INSERT Name des WMs
}
%
\newpage\thispagestyle{empty}\pagenumbering{alph}
\enlargethispage{20\baselineskip}
\oddsidemargin5mm
% generates the title:
\addtolength{\textwidth}{3em}
%
\maketitle
%
\addtolength{\textwidth}{-3em}
%
%--------- new section:--------------------------------
\newpage\thispagestyle{empty}
\cleardoublepage
\evensidemargin-6mm
\oddsidemargin6mm
\newpage\thispagestyle{empty}\section*{Eidesstattliche Erklärung}
\vspace{2.5cm}Die selbständige und eigenhändige Anfertigung versichere ich an
Eides Statt.\\[4em]
Berlin, den \closingdate
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%CONTENT%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage\thispagestyle{empty}
\cleardoublepage
\newpage\pagenumbering{roman}\thispagestyle{plain}
\pdfbookmark[1]{Inhaltsverzeichnis}{Inhalt}
\tableofcontents\thispagestyle{plain}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%FIRSTPAGE%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage\thispagestyle{plain}
\hypersetup{breaklinks, linkcolor=darkred}
\cleardoublepage
\newpage\newcounter{1}\thispagestyle{plain}\pagenumbering{arabic}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Hier beginnt die Schreibarbeit
\section{Einleitung}
\section{Verwandte Arbeiten}
Eine eher allgemein gehaltene Definition von Cloud-Computing stammt von der The 451 Group. Sie beschreibt Cloud-Computing wie folgt: „The cloud is IT as a Service, delivered by IT resources that are independent of location“. Im folgenden soll dargestellt werden, dass CC bestimmte Eigenschaften erfüllen \cite{MelGrance2011}, in unterschiedliche Servicemodelle
\section{Zusammenfassung und Ausblick}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%BIBLIOGRAPHY%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\cleardoublepage
\newpage\thispagestyle{plain}\phantomsection
\addcontentsline{toc}{section}{\bibname}
\bibliography{vorlage}
\bibliographystyle{apalike}
\end{document}
[/code]
Gruß
Martin
PS.: logo habe ich durch mein Bild ersetzt, da du keines mitgeliefert hast
[code]\usepackage{graphicx}[/code] einmal gestrichen und geändert
[code]\bibliography{vorlage} geändert
\bibliographystyle{apalike}[/code]
[code]\usepackage{microtype}[/code] eingefügt