From d909f559eb86bafdc2b32f9153a784e822168411 Mon Sep 17 00:00:00 2001 From: Jan Vales Date: Tue, 3 Sep 2013 15:47:54 +0200 Subject: [PATCH] now correctly handle git revision inclusion. --- basics.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basics.tex b/basics.tex index b8f1f5c..74346ff 100644 --- a/basics.tex +++ b/basics.tex @@ -4,7 +4,7 @@ %\usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} -\usepackage{gitinfo} +\usepackage[missing=run\ build.sh\ or\ gitinfohook.sh]{gitinfo} % page formatting \usepackage[columnsep=.75cm,lmargin=.75cm,rmargin=.75cm,tmargin=1.5cm,bmargin=1.5cm]{geometry} @@ -82,7 +82,7 @@ \input{articles/editorial.tex}\newpage \section*{Inhalt}\tableofcontents {\center\small Document (.tex) compiled on: \today \\ -This is revision \gitAbbrevHash} +This is revision: \gitAbbrevHash} \newpage \Hide\chapter{Einleitung}\thispagestyle{fancy} -- 2.43.0