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