aboutsummaryrefslogtreecommitdiff
path: root/thesis/Justfile
diff options
context:
space:
mode:
authorAria Shrimpton <me@aria.rip>2024-03-19 23:45:14 +0000
committerAria Shrimpton <me@aria.rip>2024-03-19 23:45:14 +0000
commitdb7c7a0bb4b96635737c4351d641aa87318865bf (patch)
tree4ab058c62a5537fffff5225323516f0bf2f1c457 /thesis/Justfile
parent4f34dc852c94f36e972799cfe87257ed547af906 (diff)
improve citation style & bibliography
Diffstat (limited to 'thesis/Justfile')
-rw-r--r--thesis/Justfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/thesis/Justfile b/thesis/Justfile
index 4e71af3..bd5a60d 100644
--- a/thesis/Justfile
+++ b/thesis/Justfile
@@ -1,10 +1,10 @@
default: build
build:
- latexmk -bibtex -pdf
+ latexmk -pdf
watch:
- latexmk -bibtex -pdf -pvc
+ latexmk -pdf -pvc
clean:
latexmk -c