From e270c907814c091d047d17d75e65374504ea6bd8 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Wed, 8 May 2024 16:27:09 +0200 Subject: Option in the Makefile to add specific arguments to rst2latex --- model_8/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'model_8') diff --git a/model_8/Makefile b/model_8/Makefile index d77d559..eb751fe 100755 --- a/model_8/Makefile +++ b/model_8/Makefile @@ -1,11 +1,5 @@ include ../common/Makefile.common -tmp/%.tex: %.rst $(INCLUDED_TEX) $(SOURCES) | tmp - $$(command -v rst2latex rst2latex.py | head -n 1) \ +RST_OPTIONS = \ --no-section-numbering \ - --table-style=booktabs \ - --documentclass=article \ - --documentoption=12pt,A4,table \ - --syntax-highlight=short \ - --stylesheet=$(PACKAGES),$(TEX_STYLE) \ - $< $@ + --table-style=booktabs -- cgit v1.2.3