From 066de8b788c80717a69939c41a34a7b601b2bcec Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Fri, 15 Jan 2016 16:24:35 +0100 Subject: [PATCH] maintainance commit --- report/build.sh | 11 +---------- report/main.tex | 5 +++++ 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/report/build.sh b/report/build.sh index cddaee9..a46bdd7 100755 --- a/report/build.sh +++ b/report/build.sh @@ -1,12 +1,3 @@ #!/bin/bash ./gitinfohook.sh -pdflatex main.tex - -grep '*{file}' main.dep | cut -d'{' -f3 | sed -e 's/}//g' -e 's#^#./#g' | sort | uniq > main.dep.tmp -(find ./images ./articles ./fillers -type f; cat main.dep.tmp main.dep.tmp) | sort | uniq -u > main.dep.unused -rm main.dep.tmp - -echo -e "\n\n\n*** DONE ***\n" -echo "unused ./images ./articles ./fillers:" -cat main.dep.unused -echo "" +pdflatex -file-line-error -interaction=nonstopmode main.tex diff --git a/report/main.tex b/report/main.tex index cee23df..e46ca16 100644 --- a/report/main.tex +++ b/report/main.tex @@ -24,6 +24,11 @@ % Use sans serif font. \renewcommand*{\familydefault}{\sfdefault} +% but typewriter font for lstlistings +\lstset{ + basicstyle=\ttfamily\small +} + % change heading fontsizes. \usepackage{sectsty} \subsectionfont{\normalsize} -- 2.43.0