From 7af7415fe1c37c691c393a5ffd7626a756fd112b Mon Sep 17 00:00:00 2001
From: Jan Vales <jan@jvales.net>
Date: Tue, 3 Sep 2013 15:29:30 +0200
Subject: [PATCH] updated basics main file.

---
 basics.tex | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/basics.tex b/basics.tex
index a70c2f6..b8f1f5c 100644
--- a/basics.tex
+++ b/basics.tex
@@ -1,10 +1,11 @@
 \documentclass[10pt,a5paper,twoside,openright,twocolumn,german]{book}
 
 % encoding
-\usepackage[german]{babel}
-\usepackage[T1]{fontenc}
+%\usepackage[T1]{fontenc}
 \usepackage[utf8]{inputenc}
 
+\usepackage{gitinfo}
+
 % page formatting
 \usepackage[columnsep=.75cm,lmargin=.75cm,rmargin=.75cm,tmargin=1.5cm,bmargin=1.5cm]{geometry}
 
@@ -80,7 +81,8 @@
 \newpage\thispagestyle{empty}
 \input{articles/editorial.tex}\newpage
 \section*{Inhalt}\tableofcontents
-{\center\small Document (.tex) compiled on: \today}
+{\center\small Document (.tex) compiled on: \today \\
+This is revision \gitAbbrevHash}
 \newpage
 
 \Hide\chapter{Einleitung}\thispagestyle{fancy}
-- 
2.43.0