From 5183fd3bb1d09bfe7707f714a60a176a2630c63b Mon Sep 17 00:00:00 2001 From: Aaron Kaiser Date: Thu, 2 Mar 2023 11:57:25 +0100 Subject: [PATCH] Added compiletime to pdf --- docker/Dockerfile | 2 +- thesis/Abschlussarbeit.tex | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index eb94267..b296019 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ FROM pandoc/latex RUN apk update && apk add texlive ghostscript -RUN tlmgr install koma-script xpatch enumitem preprint braket algorithm2e ifoddpage relsize cancel cite algpseudocodex algorithmicx fifo-stack varwidth tabto-ltx totcount tikzmark +RUN tlmgr install koma-script xpatch enumitem preprint braket algorithm2e ifoddpage relsize cancel cite algpseudocodex algorithmicx fifo-stack varwidth tabto-ltx totcount tikzmark datetime fmtcount CMD /bin/bash diff --git a/thesis/Abschlussarbeit.tex b/thesis/Abschlussarbeit.tex index d1bcd49..25966e5 100644 --- a/thesis/Abschlussarbeit.tex +++ b/thesis/Abschlussarbeit.tex @@ -17,6 +17,7 @@ listof=totoc, \usepackage{tabularx} \usepackage[parfill]{parskip} \usepackage[urlcolor=blue,hidelinks]{hyperref} +\usepackage[,hhmmss]{datetime} \newtheorem{theorem}{Theorem} @@ -58,7 +59,9 @@ Masterarbeit {\textbf{von}}\\ \vspace{1em} {\large\textbf{ -Aaron Kaiser +Aaron Kaiser\\ +% TODO: remove compiletime notice +Compiled on \today\ at \currenttime }}\\ \end{center} \newpage