Skip to content

Commit

Permalink
Fix citation type (alphanumerical -> alphanumeric) (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubriegel authored Nov 5, 2023
1 parent a2602f5 commit 62dc864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thesis_template.typ
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
set par(leading: 1em)

// --- Citations ---
set cite(style: "alphanumerical")
set cite(style: "alphanumeric")

// --- Figures ---
show figure: set text(size: 0.85em)
Expand Down

0 comments on commit 62dc864

Please sign in to comment.