Skip to content

Commit

Permalink
fix missing comma in package import
Browse files Browse the repository at this point in the history
  • Loading branch information
gituser789 committed Feb 7, 2023
1 parent 2980188 commit 0c6a7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LEA_Thesis_Template/LEAthesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
free-standing-units,
space-before-unit,
number-unit-product = \,,
output-decimal-marker = {,}
output-decimal-marker = {,},
per-mode=fraction,
separate-uncertainty = true,
multi-part-units = repeat
Expand Down

0 comments on commit 0c6a7d8

Please sign in to comment.