Première version du modèle

This commit is contained in:
Gregory Trolliet 2023-10-01 19:08:22 +02:00
commit cb71b44c6a
4 changed files with 669 additions and 0 deletions

10
Makefile Normal file
View file

@ -0,0 +1,10 @@
# Define required macros here
SHELL = /bin/bash
FILE = procedure
all:
pandoc -s -N --template=template.latex ${FILE}.md -o ${FILE}.pdf
toc:
pandoc --toc -s -N --template=template.latex ${FILE}.md -o ${FILE}.pdf