Add template on books

This commit is contained in:
nemunaire 2014-11-28 18:00:23 +01:00
commit 914ce96f29
3 changed files with 212 additions and 4 deletions

View file

@ -1,9 +1,9 @@
all: tutorial.pdf
.md.pdf:
pandoc --latex-engine=xelatex --toc --normalize --listings --chapters -o $@ $<
pandoc --latex-engine=xelatex --toc --normalize --listings --chapters -M lang=frenchb --standalone -N --template=../template.tex -M fontsize=12pt -M papersize=a4paper -o $@ $<
.md.tex:
pandoc --latex-engine=xelatex --toc --normalize --listings --chapters --standalone -o $@ $<
pandoc --latex-engine=xelatex --toc --normalize --listings --chapters -M lang=frenchb --standalone -N --template=../template.tex -M fontsize=12pt -M papersize=a4paper -o $@ $<
.SUFFIXES: .md .tex .pdf