virli/subject/2/Makefile

22 lines
512 B
Makefile
Raw Normal View History

2018-11-07 11:23:01 +00:00
SOURCES = subject.md project-part1.md project-part2.md sample.md rendu.md end.md
2016-12-09 15:17:49 +00:00
PANDOCOPTS = --latex-engine=xelatex \
--standalone \
--normalize \
--smart \
2017-11-22 02:31:03 +00:00
-M lang=fr-FR \
2016-12-09 15:17:49 +00:00
-M fontsize=12pt \
-M papersize=a4paper \
-M mainfont="Linux Libertine O" \
2017-11-22 02:31:03 +00:00
-M monofont="FantasqueSansMono-Regular" \
2016-12-09 15:17:49 +00:00
-M sansfont="Linux Biolinum O" \
2018-02-16 17:44:04 +00:00
--include-in-header=../../tutorial/header.tex
2016-12-09 15:17:49 +00:00
2014-11-28 00:15:03 +00:00
2016-12-09 15:17:49 +00:00
all: subject.pdf
2014-11-28 16:10:11 +00:00
2016-12-09 15:17:49 +00:00
subject.pdf: ${SOURCES}
pandoc ${PANDOCOPTS} -o $@ $+
2014-11-28 00:15:03 +00:00
2016-12-09 15:17:49 +00:00
clean::
rm subject.pdf