Make more awesomer
This commit is contained in:
parent
508c9bf1c1
commit
619ee9724e
|
@ -2,7 +2,9 @@
|
|||
\usepackage[utf8]{inputenc}
|
||||
|
||||
% Special Build Variables
|
||||
\immediate\write18{git describe --abbrev=4 --always --tags > _build/artifacts.tex}
|
||||
\immediate\write18{git describe --abbrev=4 --always --tags --dirty > _build/hash.tex}
|
||||
\immediate\write18{date -I > _build/builddate.tex}
|
||||
|
||||
|
||||
\title{Lab 1}
|
||||
\author{Joe Sedutto\\
|
||||
|
@ -25,8 +27,11 @@
|
|||
\vspace{0.5cm}
|
||||
Lab 3
|
||||
|
||||
% Information about when this doc was bilt and with what version
|
||||
\vspace{0.5cm}
|
||||
Revision: \input{_build/artifacts}
|
||||
Revision \input{_build/hash}\\
|
||||
\vspace{0.1cm}
|
||||
Built on \input{_build/builddate}
|
||||
|
||||
\vspace{2cm}
|
||||
\textbf{Joe Sedutto}
|
||||
|
|
Loading…
Reference in New Issue