Skip to content

Commit

Permalink
Citation setup
Browse files Browse the repository at this point in the history
  • Loading branch information
amaurea committed Aug 26, 2022
1 parent 31fc5b2 commit d801acb
Show file tree
Hide file tree
Showing 4 changed files with 1,748 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
figs = subpix/model_error_toy.pdf subpix/model_resid.pdf subpix/model_resids.pdf subpix/model_error_toy_noerr.pdf subpix/model_resid_cumps.pdf subpix/ps.pdf common_mode/common.pdf nearest_neigh/path.pdf nearest_neigh/vals.pdf
figs = subpix/model_error_toy.pdf subpix/model_resids.pdf subpix/model_error_toy_noerr.pdf subpix/model_resid_cumps.pdf subpix/ps.pdf common_mode/common.pdf nearest_neigh/path.pdf nearest_neigh/vals.pdf

main.pdf: main.tex refs.bib $(figs) FORCE
#pdflatex main.tex && bibtex main && pdflatex main.tex && pdflatex main.tex
pdflatex main.tex
pdflatex -interaction=batchmode main.tex && bibtex main && pdflatex -interaction=batchmode main.tex && pdflatex -interaction=batchmode main.tex
#pdflatex main.tex

figs: $(figs)

Expand Down
Loading

0 comments on commit d801acb

Please sign in to comment.