diff --git a/README.md b/README.md index 0aa047a..8c2a457 100644 --- a/README.md +++ b/README.md @@ -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. + + diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..a6378cc --- /dev/null +++ b/build.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +pdflatex comp.tex +pdflatex comp.tex + diff --git a/clean.sh b/clean.sh new file mode 100644 index 0000000..e143c29 --- /dev/null +++ b/clean.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +/bin/rm -f *.aux comp.pdf comp.toc comp.snm comp.nav +