diff options
author | nunzip <np.scarh@gmail.com> | 2018-12-05 20:13:02 +0000 |
---|---|---|
committer | nunzip <np.scarh@gmail.com> | 2018-12-05 20:13:02 +0000 |
commit | d18aa2ea0e66709d29961016bc30dadc8ccf50fd (patch) | |
tree | 2cc90dd10310bbbcf9c49024dd3f1d5ebb46a2cb /report2/makefile | |
parent | 2d6f31646fa0c4f7af319187f2c4a5467ab4b1f5 (diff) | |
download | vz215_np1915-d18aa2ea0e66709d29961016bc30dadc8ccf50fd.tar.gz vz215_np1915-d18aa2ea0e66709d29961016bc30dadc8ccf50fd.tar.bz2 vz215_np1915-d18aa2ea0e66709d29961016bc30dadc8ccf50fd.zip |
Fix structure and makefile
Diffstat (limited to 'report2/makefile')
-rwxr-xr-x | report2/makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/report2/makefile b/report2/makefile index 4af6952..77d8583 100755 --- a/report2/makefile +++ b/report2/makefile @@ -10,16 +10,6 @@ FLAGS = --bibliography=bibliography.bib \ FLAGS_PDF = --template=template.latex -all: pdf code - -code: - echo '\small\pagenumbering{gobble}' > build/code.aux - echo '~~~~ {.python .numberLinese}' >> build/code.aux - cat ../train.py >> build/code.aux - echo -n '~~~~' >> build/code.aux - pandoc -V geometry:margin=5em \ - -o build/code.pdf build/code.aux - pdfjoin build/paper.pdf build/code.pdf -o build/cw1_vz215_np1915.pdf pdf: pandoc -o $(OUTPUT)/paper.pdf $(FLAGS) $(FLAGS_PDF) $(FILES) |