Skip to content

Commit

Permalink
prepare launch of 323
Browse files Browse the repository at this point in the history
- add build/engl323-2024-fall.md
- update `build-pdf.sh` (mask uclr100)
  • Loading branch information
icornelius committed Aug 20, 2024
1 parent 40548c7 commit 6f3afcd
Show file tree
Hide file tree
Showing 2 changed files with 898 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-pdf.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
COURSE_1=uclr100-2024-fall
COURSE_2=engl323-2024-fall

echo 'Creating pdf for' $COURSE_1 '...'
pandoc --citeproc --toc --number-sections build/$COURSE_1.md -o build/$COURSE_1.pdf
# echo 'Creating pdf for' $COURSE_1 '...'
# pandoc --citeproc --toc --number-sections build/$COURSE_1.md -o build/$COURSE_1.pdf
echo 'Creating pdf for' $COURSE_2 '...'
pandoc --citeproc --toc --number-sections --metadata-file config/latex-header-includes.yaml build/$COURSE_2.md -o build/$COURSE_2.pdf
Loading

0 comments on commit 6f3afcd

Please # to comment.