diff options
author | thing 1 <thing1@seacrossedlovers.xyz> | 2024-11-14 08:11:47 +0000 |
---|---|---|
committer | thing 1 <thing1@seacrossedlovers.xyz> | 2024-11-14 08:11:47 +0000 |
commit | 409534c83a73442b9a74452230cc75ae0ad7cc5f (patch) | |
tree | faae937edb4db4e005a3dfc1fbb861884c40e923 /writeup/build.sh | |
parent | 12fb7c1928fe340e9c9ae465ddd5ec9602cbc06d (diff) |
made some minor changes to the timetable and write up
Diffstat (limited to 'writeup/build.sh')
-rwxr-xr-x | writeup/build.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/writeup/build.sh b/writeup/build.sh index 6fe6c2b..918a7c5 100755 --- a/writeup/build.sh +++ b/writeup/build.sh @@ -1,5 +1,9 @@ #!/bin/bash pdflatex writeup.tex +echo "made init pdf" bibtex writeup.aux +echo "created bib" pdflatex writeup.tex +echo "made penutimate pdf" pdflatex writeup.tex +echo "made final pdf" |