diff options
Diffstat (limited to 'report/makefile')
-rwxr-xr-x | report/makefile | 2 |
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 |