Skip to content
Snippets Groups Projects
Verified Commit e11da0d8 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

Makefile: switch from lualatex to pandoc

parent c21db1ed
No related branches found
No related tags found
No related merge requests found
Pipeline #291 failed
......@@ -9,9 +9,4 @@ README.md: good_practices.tex bibliography.bib
pandoc good_practices.tex --bibliography=bibliography.bib -o README.md
public/good_practices.pdf: good_practices.tex bibliography.bib
lualatex good_practices.tex && \
lualatex good_practices.tex && \
bibtex good_practices && \
lualatex good_practices.tex && \
mv good_practices.pdf public/
pandoc good_practices.tex --bibliography=bibliography.bib -o public/good_practices.pdf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment