Skip to content
Snippets Groups Projects
Verified Commit dcfc22b4 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

add pdfjam for rotating the booklet

parent 4f2b1bbe
No related branches found
No related tags found
No related merge requests found
......@@ -61,4 +61,5 @@ tikzfill \
pdfcol \
epstopdf-pkg \
environ \
pdfjam pdflscape \
collection-fontsrecommended
......@@ -34,7 +34,7 @@ resources.pdf: $(ALL_FILES)
booklet.pdf: $(wildcard fold*.tex) $(ALL_FILES) docs.pdf
$(RUN) booklet.tex
$(RUN) booklet.tex
$(CP) $(DROSS)/booklet.pdf booklet.pdf
@pdfjam --angle 90 $(DROSS)/booklet.pdf --no-landscape --outfile $@
.PHONY: all clean
all: docs.pdf booklet.pdf resources.pdf $(DROSS)/test.pdf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment