From 5743cbc595e631c32c16022475a252ff98a4762a Mon Sep 17 00:00:00 2001 From: Scott Wilton Date: Sun, 6 Sep 2015 23:59:07 +0200 Subject: [PATCH] Ignore gitinfo package for now --- README.md | 1 + src/preamble.tex | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2aebe9d..217f163 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ For example: git add -A git commit -m "My commit message" git tag "test-1" + git push git push --tags The finished released and build can then be found at `https://github.com/iuf/latex-travis-ci/releases/tag/test-1` diff --git a/src/preamble.tex b/src/preamble.tex index 7bab082..da1c7a7 100644 --- a/src/preamble.tex +++ b/src/preamble.tex @@ -91,4 +91,4 @@ \chapter*{#1} % Documentation of gitinfo: % http://ftp.fernuni-hagen.de/ftp-dir/pub/mirrors/www.ctan.org/macros/latex/contrib/gitinfo/gitinfo.pdf %Simple instructions: copy "hooks" directory into ".git" directory -\usepackage{gitinfo} +% \usepackage{gitinfo}