diff --git a/my_pres.tex b/my_pres.tex index 8b78bf9..d5d058e 100644 --- a/my_pres.tex +++ b/my_pres.tex @@ -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}