diff options
author | nunzip <np.scarh@gmail.com> | 2018-11-20 19:04:32 +0000 |
---|---|---|
committer | nunzip <np.scarh@gmail.com> | 2018-11-20 19:04:32 +0000 |
commit | 7306cb84c84db34677de2ef8c950f38ba2be487a (patch) | |
tree | bb41c994cc02517433e29418b254ba322585bfa3 | |
parent | 4fd68e20c8aba969438c5ce395226bd8c66e2721 (diff) | |
parent | 97df0719d0c47d76ba8c6af6feca7427513f0e5e (diff) | |
download | vz215_np1915-7306cb84c84db34677de2ef8c950f38ba2be487a.tar.gz vz215_np1915-7306cb84c84db34677de2ef8c950f38ba2be487a.tar.bz2 vz215_np1915-7306cb84c84db34677de2ef8c950f38ba2be487a.zip |
Merge branch 'master' of skozl.com:e4-pattern
-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 |