ich habe das Problem, dass der Link von \cite über den Seitenrand hinaus läuft.
Zur Verdeutlichung habe ich einen Screenshot angehängt.
Kennt ihr das Problem? Habt ihr eventuell Tipps oder eine Lösung?
Vielen Dank im Voraus.
Grüße
T:-)M
Der Code für die Latex-Datei sieht wie folgt aus:
\documentclass[a4paper,titlepage,onecolumn,twoside,12pt]{article} \usepackage{ucs} %unix-windows-compatible \usepackage[utf8x]{inputenc} %unix-windows-compatible \usepackage[ngerman]{babel} %automatic text in german \usepackage{verbatim} %for long comments \usepackage{latexsym} %for symbol font \usepackage{color,graphicx} %for inserting color and graphics \usepackage{listings} \usepackage{tabularx} \newcolumntype{C}[1]{>{\centering\arraybackslash}p{#1}} \usepackage{amssymb} \usepackage[T1]{fontenc} \usepackage{ae} \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} \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: \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]{graphics/logo_3d_rot} \end{minipage} \quad\quad \begin{minipage}{.62\linewidth} Fachgebiet .... \\ Fakultät ....\\ Universität \end{minipage} % \begin{minipage}{.21\linewidth} \includegraphics[width=1.0\linewidth]{graphics/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 } % \begin{document} \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-bib} \bibliographystyle{incl/apalike} \end{document}
% Encoding: UTF-8 @Misc{MelGrance2011, author = {Mel, P. and Grance, T.}, title = {The NIST definition of cloud computing (Special Publication No. 800-145)}, year = {2011} }