aboutsummaryrefslogtreecommitdiff
path: root/model_8/Makefile
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2024-05-05 16:18:51 +0200
committerSébastien Dailly <sebastien@dailly.me>2024-05-05 16:18:51 +0200
commitbb412937a482dae6552bc5dd1f61188b461dd8e2 (patch)
treecc1b08e99e9e7b5b15fb11224244dc863fed4a09 /model_8/Makefile
parenta5696db7113a3b1d7350775aecb280300a08031c (diff)
Added a new model
Diffstat (limited to 'model_8/Makefile')
-rwxr-xr-xmodel_8/Makefile12
1 files changed, 12 insertions, 0 deletions
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) \
+ $< $@