Update bibliography workflow.
This commit is contained in:
@@ -19,6 +19,7 @@ watch-bib:
|
||||
echo "Bibliography updated from URL"
|
||||
mv "$TEMP_FILE" references.bib
|
||||
typst compile main.typ
|
||||
echo "Recompiled main.typ"
|
||||
else
|
||||
rm "$TEMP_FILE"
|
||||
fi
|
||||
@@ -33,6 +34,7 @@ watch-bib:
|
||||
# Watch local files for changes
|
||||
fswatch -o main.typ tplib-clement.typ references.bib | while read num; do
|
||||
typst compile main.typ
|
||||
echo "Recompiled main.typ"
|
||||
done
|
||||
|
||||
update-bib:
|
||||
|
||||
Reference in New Issue
Block a user