diff --git a/Makefile b/Makefile index c541f482b80479fa7246402ea55110241cb8ba41..d27fb33c0b9bf4b8fbd5adf1c0b7208a61c6b641 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ default: - pandoc -s -S -o test.pdf cours.md --filter=/home/malaspor/.cabal/bin/pandoc-crossref --template=default.latex --latex-engine pdflatex + pandoc -s -o $(NAME).pdf $(NAME).md --highlight-style kate --filter=pandoc-numbering --number-sections --filter=$(PANDOC_CROSSREF)pandoc-crossref --template=./default.latex --pdf-engine pdflatex -latex: - pandoc -s -S -o test.tex cours.md --filter=/home/malaspor/.cabal/bin/pandoc-crossref --template=./default.latex +# latex: +# pandoc -s -S -o test.tex cours.md --filter=/home/malaspor/.cabal/bin/pandoc-crossref --template=./default.latex -epub: - pandoc -s -S -o test.epub cours.md --filter=/home/malaspor/.cabal/bin/pandoc-crossref -t epub3 +# epub: +# pandoc -s -S -o test.epub cours.md --filter=/home/malaspor/.cabal/bin/pandoc-crossref -t epub3 -htmlc: - pandoc -s -S -o test.html cours.md --filter=/home/malaspor/.cabal/bin/pandoc-crossref --mathml -t html5 \ No newline at end of file +# htmlc: +# pandoc -s -S -o test.html cours.md --filter=/home/malaspor/.cabal/bin/pandoc-crossref --mathml -t html5 \ No newline at end of file