From d34f8536e3ae31c8e39043a73b8f26195d7a39e9 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Tue, 20 Nov 2018 19:00:27 +0000 Subject: Gobble page number in code --- report/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf