From 73ab70ed508d12b5f860c3628be181bfbb392606 Mon Sep 17 00:00:00 2001 From: Yoan Blanc Date: Thu, 2 Mar 2017 18:23:17 +0100 Subject: [PATCH] twoside est pour les latex-geeks qui gaspillent du papier. Signed-off-by: Yoan Blanc --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 95ca38c..84e8929 100644 --- a/Makefile +++ b/Makefile @@ -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) @@ -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 "$@" @@ -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" \