aboutsummaryrefslogtreecommitdiff
path: root/report
diff options
context:
space:
mode:
authornunzip <np.scarh@gmail.com>2018-11-20 19:04:32 +0000
committernunzip <np.scarh@gmail.com>2018-11-20 19:04:32 +0000
commit7306cb84c84db34677de2ef8c950f38ba2be487a (patch)
treebb41c994cc02517433e29418b254ba322585bfa3 /report
parent4fd68e20c8aba969438c5ce395226bd8c66e2721 (diff)
parent97df0719d0c47d76ba8c6af6feca7427513f0e5e (diff)
downloadvz215_np1915-7306cb84c84db34677de2ef8c950f38ba2be487a.tar.gz
vz215_np1915-7306cb84c84db34677de2ef8c950f38ba2be487a.tar.bz2
vz215_np1915-7306cb84c84db34677de2ef8c950f38ba2be487a.zip
Merge branch 'master' of skozl.com:e4-pattern
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