aboutsummaryrefslogtreecommitdiff
path: root/report
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2018-11-20 19:00:27 +0000
committerVasil Zlatanov <v@skozl.com>2018-11-20 19:00:27 +0000
commitd34f8536e3ae31c8e39043a73b8f26195d7a39e9 (patch)
tree628008ea2485484e4aadb9e3b89d5a544311ae99 /report
parent83ad9d43910641e5eb37bd488afc6375c12a9f32 (diff)
downloadvz215_np1915-d34f8536e3ae31c8e39043a73b8f26195d7a39e9.tar.gz
vz215_np1915-d34f8536e3ae31c8e39043a73b8f26195d7a39e9.tar.bz2
vz215_np1915-d34f8536e3ae31c8e39043a73b8f26195d7a39e9.zip
Gobble page number in code
Diffstat (limited to 'report')
-rwxr-xr-xreport/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/report/makefile b/report/makefile
index 646163f..4af6952 100755
--- a/report/makefile
+++ b/report/makefile
@@ -13,7 +13,7 @@ FLAGS_PDF = --template=template.latex
all: pdf code
code:
- echo '\small' > build/code.aux
+ echo '\small\pagenumbering{gobble}' > build/code.aux
echo '~~~~ {.python .numberLinese}' >> build/code.aux
cat ../train.py >> build/code.aux
echo -n '~~~~' >> build/code.aux