From 56cab673c05f632cd55ad297f4b98d175a36ff8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20E=2E=20Colombo=20Vi=C3=B1a=20=28XPS=29?= Date: Sat, 13 Feb 2016 12:47:45 -0300 Subject: [PATCH 1/2] Ignoring LaTeX auxiliary files --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index f24cd99..6b6c905 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,12 @@ pip-log.txt #Mr Developer .mr.developer.cfg + +# LaTeX stuff +*.aux +*.idx +*.log +*.out +*.pdf +*.synctex.gz +*.toc From afea2c86fda8b60757cc5f4f88bc051364ca26b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20E=2E=20Colombo=20Vi=C3=B1a=20=28XPS=29?= Date: Sat, 13 Feb 2016 12:48:01 -0300 Subject: [PATCH 2/2] Hevea package needed --- book/book.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/book.tex b/book/book.tex index 1a6bbff..071dd0b 100644 --- a/book/book.tex +++ b/book/book.tex @@ -25,7 +25,7 @@ \usepackage{exercise} % texlive-latex-extra \usepackage{makeidx} \usepackage{setspace} -\usepackage{hevea} +\usepackage{hevea} % hevea package needed \usepackage{upquote} \usepackage{appendix} \usepackage[bookmarks]{hyperref}