Added simple build script

This commit is contained in:
Emmanuel Viennet 2020-11-05 10:54:49 +01:00
parent 93a0546af4
commit 755671642d
3 changed files with 19 additions and 0 deletions

View File

@ -7,3 +7,13 @@ Pour compiler:
pdflatex comp.tex
pdflatex comp.tex
ou simplement:
./build.sh
## A propos du format
Ce format a été initialement développé par JCD pour le BUT Info (voir
ici: https://github.com/jcdubacq/document-BUT.git ), puis
repris, adapté et utilisé par Cléo pour le BUT R&T.

5
build.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
pdflatex comp.tex
pdflatex comp.tex

4
clean.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
/bin/rm -f *.aux comp.pdf comp.toc comp.snm comp.nav