diff options
author | Vasil Zlatanov <v@skozl.com> | 2018-11-20 15:50:08 +0000 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2018-11-20 15:50:08 +0000 |
commit | daa03cd78886729e2c54c50a04addefc3e60eb8b (patch) | |
tree | a8b95ec6d37c7a7b6082a8572490a7f24ceee17e /report | |
parent | a10b0bdb642b6efec69afdd10264892f970b0c74 (diff) | |
download | vz215_np1915-daa03cd78886729e2c54c50a04addefc3e60eb8b.tar.gz vz215_np1915-daa03cd78886729e2c54c50a04addefc3e60eb8b.tar.bz2 vz215_np1915-daa03cd78886729e2c54c50a04addefc3e60eb8b.zip |
Increase code margin
Diffstat (limited to 'report')
-rw-r--r-- | report/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/report/makefile b/report/makefile index 03a10e1..afbac8d 100644 --- a/report/makefile +++ b/report/makefile @@ -17,7 +17,7 @@ code: echo '~~~~ {.python .numberLinese}' >> build/code.aux cat ../train.py >> build/code.aux echo -n '~~~~' >> build/code.aux - pandoc -V geometry:margin=3em \ + pandoc -V geometry:margin=5em \ -o build/code.pdf build/code.aux pdfjoin build/paper.pdf build/code.pdf -o build/paper+code.pdf pdf: |