Skip to content

Commit

Permalink
twoside est pour les latex-geeks qui gaspillent du papier.
Browse files Browse the repository at this point in the history
Signed-off-by: Yoan Blanc <[email protected]>
  • Loading branch information
greut committed Mar 2, 2017
1 parent afe0ea6 commit 73ab70e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BOOKS=$(patsubst $(SOURCEDIR)/%.md,$(BUILDDIR)/%.tmp,$(SOURCES))
LANGUAGE ?= fr

.PHONY: all
all: slides pdfs # book
all: slides pdfs book

.PHONY: slides
slides: $(SLIDES)
Expand Down Expand Up @@ -51,7 +51,6 @@ $(PDFS): $(BUILDDIR)/%.pdf : $(SOURCEDIR)/%.md
--latex-engine=xelatex \
-V lang=$(LANGUAGE) \
-V documentclass="scrartcl" \
-V classoption="twoside" \
-V papersize=a4 \
-V fontsize=12pt \
-o "$@"
Expand Down Expand Up @@ -84,7 +83,6 @@ build/book.pdf: build/book.md
-V date="$(shell date +"%d %B %Y")" \
-V papersize=a4 \
-V documentclass="scrreprt" \
-V classoption="twoside" \
-V mainfont="Linux Libertine O" \
-V sansfont="Linux Biolinum O" \
-V monofontoptions=="Scale=0.9" \
Expand Down

0 comments on commit 73ab70e

Please sign in to comment.