Added compiletime to pdf
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user