aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rwxr-xr-xmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/make b/make
index 70fc8cc..67491dc 100755
--- a/make
+++ b/make
@@ -21,8 +21,6 @@ sed format.orig.tex -e 's/\\baselineskip=24pt/\\baselineskip=14pt/g' >format.tex
pdftex report.tex
mv report.pdf ../outputs/report-single.pdf
cd ..
-pdftex pics.tex
-mv pics.pdf outputs/pics.pdf
pdftk outputs/report-double.pdf cat $(expr $(cat pageno.tex) + 1)-$(expr $(cat pageno2.tex)) output outputs/graphs-tables.pdf
rm *.log
rm document/report.log