From bb412937a482dae6552bc5dd1f61188b461dd8e2 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 5 May 2024 16:18:51 +0200 Subject: Added a new model --- model_8/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 model_8/Makefile (limited to 'model_8/Makefile') diff --git a/model_8/Makefile b/model_8/Makefile new file mode 100755 index 0000000..091ac60 --- /dev/null +++ b/model_8/Makefile @@ -0,0 +1,12 @@ +include ../common/Makefile.common +TEX=lualatex + +tmp/%.tex: %.rst $(INCLUDED_TEX) $(SOURCES) | tmp + $$(command -v rst2latex rst2latex.py | head -n 1) \ + --no-section-numbering \ + --table-style=booktabs \ + --documentclass=article \ + --documentoption=12pt,A4,table \ + --syntax-highlight=short \ + --stylesheet=$(PACKAGES),$(TEX_STYLE) \ + $< $@ -- cgit v1.2.3