Added info on parameter space

This commit is contained in:
2021-01-29 09:57:06 -06:00
parent dbcbc9722e
commit 14d7320bc5
2 changed files with 64 additions and 8 deletions

View File

@@ -45,7 +45,7 @@ $(USED_FIGS): $(FIG_DIR)/%.jpg: $(SCRIPT_DIR)/%.wls | $(FIG_DIR)
pdfs/os-free-energy-notes.pdf: main.tex bibliography.bib $(USED_FIGS)| $(PDF_DIR)
$(LATEXMK) $(<F)
cp $(@F) $@
cp main.pdf $@
# $(OUTPUTS): pdfs/%.pdf: tex/%.tex main.tex bibliography.bib | $(PDF_DIR)
# cd $(<D); $(LATEXMK) $(<F)