diff --git a/Contrat types/Makefile b/Contrat types/Makefile index f0d6b21..47da90f 100644 --- a/Contrat types/Makefile +++ b/Contrat types/Makefile @@ -2,8 +2,8 @@ all: convention.pdf -convention_partial.tex: convention.md - pandoc -t latex convention.md > convention_partial.tex +convention_partial.tex: articles.md + pandoc -t latex articles.md > convention_partial.tex convention.tex: header.tex convention_partial.tex footer.tex cat header.tex convention_partial.tex footer.tex > convention.tex diff --git a/Contrat types/articles.md b/Contrat types/articles.md new file mode 100644 index 0000000..e69de29