Skip to content

Commit

Permalink
24 TA: add hw16_17, still draft
Browse files Browse the repository at this point in the history
add CI to build multiple files
  • Loading branch information
tiankaima committed Jun 22, 2024
1 parent 62238f9 commit a9b8874
Show file tree
Hide file tree
Showing 3 changed files with 513 additions and 2 deletions.
13 changes: 13 additions & 0 deletions 2bc0c8-2024_spring_TA/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
main: main_ hw16_17 function_analysis_intro lecture_9

main_: main.typ
typst compile --font-path ../fonts/ ./main.typ ../build/2bc0c8-2024_spring_TA_main.pdf

hw16_17: hw16_17.typ
typst compile --font-path ../fonts/ ./hw16_17.typ ../build/2bc0c8-2024_spring_TA_hw16_17.pdf

function_analysis_intro: function_analysis_intro.typ
typst compile --font-path ../fonts/ ./function_analysis_intro.typ ../build/2bc0c8-2024_spring_TA_function_analysis_intro.pdf

lecture_9: lecture_9.typ
typst compile --font-path ../fonts/ ./lecture_9.typ ../build/2bc0c8-2024_spring_TA_lecture_9.pdf
Loading

0 comments on commit a9b8874

Please sign in to comment.