Skip to content

Commit

Permalink
Update loaded csv filename (whoops)
Browse files Browse the repository at this point in the history
  • Loading branch information
wychwitch committed Apr 13, 2024
1 parent 70f2e36 commit 7610998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grouped-paper-classes.typ
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#block(upper(it.body))
]

#let results = csv("classes.csv")
#let results = csv("temp_merged.csv.tmp")
#let results_noheader = results.slice(1)
#let results_noheader = results_noheader.map(x=>{x.map(y=>{y.trim(" ")})})

Expand Down

0 comments on commit 7610998

Please sign in to comment.