diff --git a/chapters/thesis/chapter06.tex b/chapters/thesis/chapter06.tex index feebbbe..43e4550 100644 --- a/chapters/thesis/chapter06.tex +++ b/chapters/thesis/chapter06.tex @@ -2,10 +2,12 @@ \chapter{Evaluierung} \label{ch:evaluation} +\mytodos{Hier noch darauf verweisen, dass eine Befragung unter den Benutzer und Entwickler nicht zielführend gewesen wäre, da zu wenige Anwender, 4 Stück} + \section{Befragung der Benutzer und Entwickler} \section{Erneute Laufzeitanalyse starten} -\section{Statistiken im PostgreSQL auswerten} +\section{Statistiken im PostgreSQL auswerten} \section{Vergleich der Ergebnisse vor und nach der Optimierung} diff --git a/classicthesis-config.tex b/classicthesis-config.tex index 380850e..51d047b 100644 --- a/classicthesis-config.tex +++ b/classicthesis-config.tex @@ -39,6 +39,9 @@ minionpro=false % setup for minion pro font; use minion pro small caps as well (only with pdfLaTeX) }{classicthesis} +% Nach oben geschoben, da es sonst ständig einen Socket-Fehler gibt +\PassOptionsToPackage{hyperfootnotes=false,pdfpagelabels}{hyperref} + \usepackage[unicode]{hyperref} % **************************************************************************************************** % 2. Personal data and user ad-hoc commands @@ -180,8 +183,9 @@ % ******************************************************************** % Using PDFLaTeX % ******************************************************************** -\PassOptionsToPackage{hyperfootnotes=false,pdfpagelabels}{hyperref} - \usepackage{hyperref} % backref linktocpage pagebackref +% Move to the top, because here we get a Socket error +%\PassOptionsToPackage{hyperfootnotes=false,pdfpagelabels}{hyperref} +% \usepackage{hyperref} % backref linktocpage pagebackref %\ifpdf %\pdfcompresslevel=9 %\pdfadjustspacing=1 diff --git a/thesis.pdf b/thesis.pdf index 686171b..510af0a 100644 Binary files a/thesis.pdf and b/thesis.pdf differ diff --git a/thesis.tex b/thesis.tex index fc4f42e..e3a003f 100644 --- a/thesis.tex +++ b/thesis.tex @@ -3,7 +3,7 @@ %\WarningFilter{scrreprt}{Activating an ugly workaround} \WarningFilter{titlesec}{Non standard sectioning command detected} \documentclass[ openright,titlepage,numbers=noenddot,headinclude,%twoside, %1headlines,% letterpaper a4paper - footinclude=true,cleardoublepage=empty,abstractoff, % <--- obsolete, remove (todo) + footinclude=true,cleardoublepage=empty,abstract=false, % <--- obsolete, remove (todo) BCOR=5mm,paper=a4,fontsize=11pt,%11pt,a4paper,% ngerman,american,%lockflag% ]{scrreprt} @@ -21,7 +21,7 @@ %\lstinputlisting[frame=tb,language=SQL,caption={ein sql beispiel},label=lst:tester]{chapters/thesis/chapter05_example.sql} \newcommand{\includecode}[4][c]{\lstinputlisting[caption=#4,label=#3,language=#1]{#2}} \lstset{frame=tb} -\newcommand\mytodos[1]{\fcolorbox{black}{lightgray}{\textit{\textcolor{red}{TODO: #1}}}} +\newcommand\mytodos[1]{\fcolorbox{black}{lightgray}{\parbox{\textwidth}{\textit{\textcolor{red}{TODO: #1}}}}} % Beispiel für externe Datei: %\includecode[SQL]{chapters/thesis/chapter05_example.sql}{lst:tester}{ein sql beispiel} @@ -119,6 +119,11 @@ % https://books.google.de/books?hl=de&lr=&id=3qO8DQAAQBAJ&oi=fnd&pg=PA1&dq=frank+wedekind&ots=S4LHWQ0h2e&sig=Mz8PEGF-md4n3AwH9cgXq-5vUac#v=onepage&q=frank%20wedekind&f=false % https://www.martin.germanistik.uni-mainz.de/forschung/frank-wedekind/ +% Probleme mit Latexmk nach einen Update +% pacman -S texlive-meta +% > fmtutil-user --all +% > sudo fmtutil-sys --all + % Installation Payara mit PostgreSQL % 1. Mit "yay -S payara" installieren lassen, liegt dann unter /opt/payara % 2. Mit "yay -S postgresql-jdbc" den Datenbanktreiber installieren