9 lines
199 B
Makefile
9 lines
199 B
Makefile
|
|
all:
|
|
pandoc -f markdown+smart -t latex -o fiche_lecture.pdf \
|
|
--standalone --citeproc \
|
|
Fiche\ de\ lecture\ -\ La\ lettre\ XII\ et\ ses\ cercles\ non-concentriques.md
|
|
open fiche_lecture.pdf
|
|
|
|
|