Skip to content

Commit

Permalink
Fix publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
stanmart committed Aug 16, 2024
1 parent c1a83d0 commit 92f9219
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rule dissertation:

rule update_latex_deps:
input:
deps = expand("out/paper/{paper}.dep", paper=PAPERS)
deps = expand("out/paper/{paper}.dep", paper=PAPERS + ["dissertation"]),
output:
dep_file = "tl_packages.txt"
shell:
Expand Down
1 change: 0 additions & 1 deletion src/paper/dissertation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
\usepackage[section]{placeins}
\usepackage{setspace}
\usepackage{snapshot}
\usepackage{epstopdf}
\usepackage{appendix}
\usepackage{apptools}
\usepackage[backend=biber,style=authoryear,maxbibnames=99,hyperref=true]{biblatex}
Expand Down
1 change: 1 addition & 0 deletions tl_packages.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
amscls
amsfonts
amsmath
appendix
apptools
auxhook
biber
Expand Down

0 comments on commit 92f9219

Please sign in to comment.