Skip to content

Commit

Permalink
update pdf filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGhenis committed Nov 14, 2024
1 parent 967cdb3 commit f7eac6f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,21 @@ build:
publish:
twine upload dist/*

paper: paper/main.pdf
paper: paper/woodruff_ghenis_2024_enhanced_cps.pdf

paper/main.pdf: $(wildcard paper/sections/**/*.tex) $(wildcard paper/bibliography/*.bib) paper/main.tex paper/macros.tex
paper/woodruff_ghenis_2024_enhanced_cps.pdf: $(wildcard paper/sections/**/*.tex) $(wildcard paper/bibliography/*.bib) paper/main.tex paper/macros.tex
cd paper && \
BIBINPUTS=./bibliography pdflatex main && \
BIBINPUTS=./bibliography bibtex main && \
pdflatex main && \
pdflatex main
pdflatex -jobname=woodruff_ghenis_2024_enhanced_cps main && \
pdflatex -jobname=woodruff_ghenis_2024_enhanced_cps main

clean-paper:
rm -f paper/*.aux paper/*.bbl paper/*.blg paper/*.log paper/*.out paper/*.toc paper/main.pdf paper/sections/**/*.aux
rm -f paper/*.aux paper/*.bbl paper/*.blg paper/*.log paper/*.out paper/*.toc paper/*.pdf paper/sections/**/*.aux

presentations: presentations/nta_2024_11/main.pdf
presentations: presentations/nta_2024_11/nta_2024_slides.pdf

presentations/nta_2024_11/main.pdf: presentations/nta_2024_11/main.tex
presentations/nta_2024_11/nta_2024_slides.pdf: presentations/nta_2024_11/main.tex
cd presentations/nta_2024_11 && \
pdflatex main && \
pdflatex main
pdflatex -jobname=nta_2024_slides main && \
pdflatex -jobname=nta_2024_slides main
Binary file added paper/woodruff_ghenis_2024_enhanced_cps.pdf
Binary file not shown.
Binary file added presentations/nta_2024_11/main.pdf
Binary file not shown.

0 comments on commit f7eac6f

Please sign in to comment.