mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-09 04:31:11 -06:00
Fix makefile standalone flowchart png generation
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
\documentclass[tikz]{standalone}
|
\documentclass[tikz]{standalone}
|
||||||
\usepackage{tikz}
|
\usepackage{tikz}
|
||||||
|
\usepackage{pgfplots}
|
||||||
\usepackage[mode=match, reset-text-family=false]{siunitx}
|
\usepackage[mode=match, reset-text-family=false]{siunitx}
|
||||||
\DeclareSIUnit\degF{\text{°}F}
|
\DeclareSIUnit\degF{\text{°}F}
|
||||||
\input{flowcharts_tikz.tex}
|
\input{flowcharts_tikz.tex}
|
||||||
|
|||||||
@@ -90,11 +90,10 @@ tgt_figures := $(patsubst %.tex, %.png,$(src_figures))
|
|||||||
|
|
||||||
# TODO: check if it works on github CI
|
# TODO: check if it works on github CI
|
||||||
%.png: %.tex
|
%.png: %.tex
|
||||||
@echo "\input{./vars.tex}" > $@.in
|
@printf '%s\n' "\input{./vars.tex}" > $@.in
|
||||||
# \b is backspace..
|
@printf '%s\n' "\begin{document}" >> $@.in
|
||||||
@echo "\\\begin{document}" >> $@.in
|
|
||||||
@cat $< >> $@.in
|
@cat $< >> $@.in
|
||||||
@echo "\\\end{document}" >> $@.in
|
@printf '%s\n' "\end{document}" >> $@.in
|
||||||
$(LATEX) $@.in
|
$(LATEX) $@.in
|
||||||
figures/export_figures.sh $@.pdf
|
figures/export_figures.sh $@.pdf
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user