Added compiletime to pdf

This commit is contained in:
2023-03-02 11:57:25 +01:00
parent 8650907a75
commit 5183fd3bb1
2 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
FROM pandoc/latex FROM pandoc/latex
RUN apk update && apk add texlive ghostscript 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 CMD /bin/bash

View File

@@ -17,6 +17,7 @@ listof=totoc,
\usepackage{tabularx} \usepackage{tabularx}
\usepackage[parfill]{parskip} \usepackage[parfill]{parskip}
\usepackage[urlcolor=blue,hidelinks]{hyperref} \usepackage[urlcolor=blue,hidelinks]{hyperref}
\usepackage[,hhmmss]{datetime}
\newtheorem{theorem}{Theorem} \newtheorem{theorem}{Theorem}
@@ -58,7 +59,9 @@ Masterarbeit
{\textbf{von}}\\ {\textbf{von}}\\
\vspace{1em} \vspace{1em}
{\large\textbf{ {\large\textbf{
Aaron Kaiser Aaron Kaiser\\
% TODO: remove compiletime notice
Compiled on \today\ at \currenttime
}}\\ }}\\
\end{center} \end{center}
\newpage \newpage