From 619ee9724e280cb5107724b633cfa0561292b0e4 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Mon, 20 Sep 2021 17:17:03 -0400 Subject: [PATCH] Make more awesomer --- my_pres.tex | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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}