From 2a0e99bfd6b73e33843780aaa54ad4a8db4c44dc Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Wed, 18 Oct 2017 17:09:14 +0200 Subject: [prsnts/common-goods] Proposal separated by language The common proposal *proposal.mdwn* containing two languages is separated into *proposal-sv.mdwn* and *proposal-en.mdwn*. *Makefile* for PDF production etc. is ofcourse updated. Also the *README*. --- presentations/common-goods/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'presentations/common-goods/Makefile') diff --git a/presentations/common-goods/Makefile b/presentations/common-goods/Makefile index 71d92d0..68df7fe 100644 --- a/presentations/common-goods/Makefile +++ b/presentations/common-goods/Makefile @@ -2,7 +2,8 @@ notes = \ eek-2017-09-common-goods-notes-sv.pdf other = \ - proposal.pdf \ + proposal-en.pdf \ + proposal-sv.pdf \ script.pdf all: $(notes) $(other) @@ -42,7 +43,7 @@ script-sv_.tex: script-sv.mdwn latex.sed $(other): %.pdf: %.mdwn pandoc -s -S -f markdown -t latex \ -V "classoption=a4paper,12pt" \ - -V "geometry=hmargin=20mm,top=20mm,bottom=15mm,includefoot" \ + -V "geometry=hmargin=35mm,top=20mm,bottom=15mm,includefoot" \ -o $(basename $<).pdf $< clean: @@ -50,8 +51,7 @@ clean: rm -f *.aux *.log rm -f *.tex rm -f *.pdf - rm -f *~ - + rm -f *~ *_.* *_ SHELL = /bin/bash -- cgit v1.2.3