Skip to content
Snippets Groups Projects
Unverified Commit 88051c1c authored by Laurent Modolo's avatar Laurent Modolo
Browse files

Makefile: generate pdf, html and md version of the good practices

parent fe985511
No related branches found
No related tags found
No related merge requests found
Makefile 0 → 100644
good_practices.html: good_practices.tex bibliography.bib
pandoc good_practices.tex --bibliography=bibliography.bib -o good_practices.html
README.md: good_practices.tex bibliography.bib
pandoc good_practices.tex --bibliography=bibliography.bib -o README.md
good_practices.pdf: good_practices.tex bibliography.bib
lualatex good_practices.tex && \
lualatex good_practices.tex && \
bibtex good_practices && \
lualatex good_practices.tex
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment