Skip to content
Snippets Groups Projects
Commit 4ba95498 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

Merge branch 'fix/short_report'

parents bcad66d1 8f3e43b6
No related branches found
No related tags found
No related merge requests found
\ifcsname doctitle\endcsname\par\textbf{Title:}\ \doctitle\fi
\ifcsname docreferencecode\endcsname \par\textbf{Reference code:}\ \docreferencecode\fi
\ifcsname docversion\endcsname \par\textbf{Version:}\ \docversion\fi
\ifcsname docreviewers\endcsname \par\textbf{Reviewers:}\ \docreviewers\fi
\ifcsname doccreationdate\endcsname \par\textbf{Creation date:}\ \doccreationdate\fi
\bigskip
\textbf{File history:} \hfill
\begin{tabularx}{\textwidth}{|l|l|X|} \hline
\textbf{Date} & \textbf{Author} & \textbf{Description} \\ \hline
\today & \docauthor & Document creation \\ \hline
\end{tabularx}
\ No newline at end of file
......@@ -54,3 +54,7 @@
}
\lstset{style=customgo}
\IfFileExists{../gitVersion.tmp}
{\newcommand{\gitDescription}{\input{../gitVersion.tmp}}}
{\newcommand{\gitDescription}{Not available}}
......@@ -10,6 +10,10 @@
\fi
\vspace{2cm}
{\Large\itshape\docauthor\par}
\vspace{3cm}
Document Version: \docversion
Git Version: \gitDescription
\vfill
{\large\today\par}
\end{titlepage}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment