Tuto: remove listings

This commit is contained in:
nemunaire 2014-11-29 18:18:53 +01:00
parent bed02affaf
commit e1aa9bd4c9
2 changed files with 3 additions and 3 deletions

View file

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