Manual TOC
This commit is contained in:
parent
7b6466d3b8
commit
1a8bcf87fb
2 changed files with 11 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
all: slides.pdf
|
||||
|
||||
.md.pdf:
|
||||
pandoc --latex-engine=xelatex -t beamer -V theme:Szeged -V colortheme:beaver --toc --toc-depth=1 --normalize --listings --chapters --slide-level=3 -M lang=frenchb --standalone -o $@ $<
|
||||
pandoc --latex-engine=xelatex -t beamer -V theme:Szeged -V colortheme:beaver --normalize --chapters --slide-level=3 -M lang=frenchb --standalone -o $@ $<
|
||||
|
||||
.md.tex:
|
||||
pandoc --latex-engine=xelatex -t beamer -V theme:Warsaw --toc --normalize --listings --chapters --slide-level=3 -M lang=frenchb --standalone -o $@ $<
|
||||
pandoc --latex-engine=xelatex -t beamer -V theme:Szeged -V colortheme:beaver --normalize --chapters --slide-level=3 -M lang=frenchb --standalone -o $@ $<
|
||||
|
||||
.SUFFIXES: .md .tex .pdf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue