Import initial : présentation sur les logiciels libres.

This commit is contained in:
David Soulayrol
2023-03-12 14:48:28 +01:00
commit 339676b30e
13 changed files with 522 additions and 0 deletions

16
logiciels_libres/Makefile Normal file
View File

@@ -0,0 +1,16 @@
.PHONY: all
all: build/logiciels_libres.pdf build/logiciels_libres_n.pdf
build:
mkdir build
build/logiciels_libres.tex: logiciels_libres.tex
cp $< $@
build/logiciels_libres_n.tex: logiciels_libres.tex
cat $< | sed -e 's/{hide notes}/{show notes on second screen}/' > $@
build/%.pdf: build/%.tex
pdflatex -output-directory build $<
pdflatex -output-directory build $<