diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2022-01-11 00:50:04 +0100 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2022-01-11 00:50:04 +0100 |
commit | c2969f396ab3708b480fd52c46cd77ed49a1ffa1 (patch) | |
tree | 6c567c98f4c355ce42be5c5c76dbaa803e17e1c5 /slo/predstavitev/1/Makefile | |
parent | domača naloga za matematiko (diff) | |
download | sola-gimb-3-c2969f396ab3708b480fd52c46cd77ed49a1ffa1.tar sola-gimb-3-c2969f396ab3708b480fd52c46cd77ed49a1ffa1.tar.gz sola-gimb-3-c2969f396ab3708b480fd52c46cd77ed49a1ffa1.tar.bz2 sola-gimb-3-c2969f396ab3708b480fd52c46cd77ed49a1ffa1.tar.lz sola-gimb-3-c2969f396ab3708b480fd52c46cd77ed49a1ffa1.tar.xz sola-gimb-3-c2969f396ab3708b480fd52c46cd77ed49a1ffa1.tar.zst sola-gimb-3-c2969f396ab3708b480fd52c46cd77ed49a1ffa1.zip |
Diffstat (limited to 'slo/predstavitev/1/Makefile')
-rw-r--r-- | slo/predstavitev/1/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/slo/predstavitev/1/Makefile b/slo/predstavitev/1/Makefile index b8209a4..19ae1de 100644 --- a/slo/predstavitev/1/Makefile +++ b/slo/predstavitev/1/Makefile @@ -1,7 +1,11 @@ SHELL ?= /bin/bash .PHONY: clean default -default: dokument.pdf -dokument.pdf: dokument.tex oton.jpg plan.jpg +default: dokument.pdf list.pdf list.min.pdf +list.pdf: list.md + pandoc -V geometry:margin=1cm $< -o $@ +list.min.pdf: list.pdf + pdfjam $< --nup 2x1 --landscape --outfile $@ --no-tidy +dokument.pdf: dokument.tex oton.jpg plan.jpg lahkih.pdf ~/projects/doc/f5ff.sh dokument biber dokument ~/projects/doc/f5ff.sh dokument @@ -9,5 +13,7 @@ oton.jpg: wget -c http://dlib.si/stream/URN:NBN:SI:img-MU025M3V/f92df1ba-45c7-4045-ad3e-d1a8a4e9f8a9/IMAGE -Ooton.jpg plan.jpg: wget -c https://upload.wikimedia.org/wikipedia/commons/1/11/Oton_%C5%BDupan%C4%8Di%C4%8D_-_%C4%8Cez_plan_%28cover%29.jpg -Oplan.jpg +lahkih.pdf: + wget -c https://cdn.sijanec.eu/img/2022/lahkih.pdf clean: rm -rf *.jpg *.pdf *.aux *.auxlock *.bbl *.bcf *.blg *.dvi *.log *.nav *.out *.run.xml *.snm *.toc *.synctex.gz stdout.log stderr.log |