Première version du modèle
This commit is contained in:
commit
cb71b44c6a
4 changed files with 669 additions and 0 deletions
10
Makefile
Normal file
10
Makefile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue