Nach texlive update, latex wieder zum laufen gebracht
This commit is contained in:
parent
c5eec92cda
commit
d2837189e1
4 changed files with 16 additions and 5 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
BIN
thesis.pdf
BIN
thesis.pdf
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue