Fix standalone flowchart png generation in makefile

This commit is contained in:
Cedric
2025-01-03 08:25:12 +00:00
parent 8952b62289
commit 7c183e4e08
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
\documentclass[tikz]{standalone}
\usepackage{tikz}
\usepackage{pgfplots}
\usepackage[mode=match, reset-text-family=false]{siunitx}
\DeclareSIUnit\degF{\text{°}F}
\input{flowcharts_tikz.tex}

View File

@@ -91,10 +91,9 @@ tgt_figures := $(patsubst %.tex, %.png,$(src_figures))
# TODO: check if it works on github CI
%.png: %.tex
@echo "\input{./vars.tex}" > $@.in
# \b is backspace..
@echo "\\\begin{document}" >> $@.in
@echo "\begin{document}" >> $@.in
@cat $< >> $@.in
@echo "\\\end{document}" >> $@.in
@echo "\end{document}" >> $@.in
$(LATEX) $@.in
figures/export_figures.sh $@.pdf