Open MechEng70 opened 10 months ago
I had the same issue. I added the environment variables setting part to the ./single.sh
script itself:
PLANNER_YEAR=2024
PASSES=1
CFG="cfg/base.yaml,cfg/template_breadcrumb.yaml,cfg/sn_a5x.breadcrumb.default.yaml"
NAME="sn_a5x.breadcrumb.default"
It worked as expected.
When running ./single.sh get the error that there is an incorrect flag. When the command:
go run cmd/plannergen/plannergen.go --config "${CFG}"
is run by itself, it creates the tex files in the out directory. GO Version:
go version go1.21.6 darwin/amd64