Soon
This commit is contained in:
parent
47438a787f
commit
7b6466d3b8
3 changed files with 43 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
all: subject.pdf
|
||||
|
||||
.md.pdf:
|
||||
pandoc --latex-engine=xelatex --toc --normalize --chapters --standalone -N --template=../template.tex -M fontsize=12pt -M papersize=a4paper -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 --chapters --standalone -N --template=../template.tex -M fontsize=12pt -M papersize=a4paper -o $@ $<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue