Skip to content
Snippets Groups Projects
Commit 5c1ea40b authored by orestis.malaspin's avatar orestis.malaspin
Browse files

started conversion to md

parent 7b71cbdf
No related branches found
Tags untagged-b5c0979b02d61124836f
No related merge requests found
Makefile 0 → 100644
default:
pandoc -s -S -o test.pdf cours.md --number-sections --filter=pandoc-numbering --filter=/home/malaspor/.cabal/bin/pandoc-crossref --template=default.latex --latex-engine pdflatex
latex:
pandoc -s -S -o test.tex cours.md --number-sections --filter=pandoc-numbering --filter=/home/malaspor/.cabal/bin/pandoc-crossref --template=default.latex
epub:
pandoc -s -S -o test.epub cours.md --number-sections --filter=pandoc-numbering --filter=/home/malaspor/.cabal/bin/pandoc-crossref -t epub3
htmlc:
pandoc -s -S -o test.html cours.md --number-sections --filter=pandoc-numbering --filter=/home/malaspor/.cabal/bin/pandoc-crossref --mathml -t html5
\ No newline at end of file
cours.md 0 → 100644
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment