aboutsummaryrefslogtreecommitdiff
path: root/model_8/Makefile
blob: 091ac60b936b5fdd6508ba71cccc9c16096a8c12 (plain)
1
2
3
4
5
6
7
8
9
10
11
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) \
		$< $@