diff options
author | Vasil Zlatanov <v@skozl.com> | 2018-11-20 19:00:27 +0000 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2018-11-20 19:00:27 +0000 |
commit | d34f8536e3ae31c8e39043a73b8f26195d7a39e9 (patch) | |
tree | 628008ea2485484e4aadb9e3b89d5a544311ae99 /report/makefile | |
parent | 83ad9d43910641e5eb37bd488afc6375c12a9f32 (diff) | |
download | vz215_np1915-d34f8536e3ae31c8e39043a73b8f26195d7a39e9.tar.gz vz215_np1915-d34f8536e3ae31c8e39043a73b8f26195d7a39e9.tar.bz2 vz215_np1915-d34f8536e3ae31c8e39043a73b8f26195d7a39e9.zip |
Gobble page number in code
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 |