fix: put set rules in correct place
This commit is contained in:
parent
ee0f43dd90
commit
a2f5f23749
2 changed files with 4 additions and 3 deletions
|
@ -10,6 +10,10 @@
|
|||
|
||||
#show: word-count.with(exclude: (heading, <wordcount-exclude>, table))
|
||||
|
||||
#set cite(style: "institute-of-electrical-and-electronics-engineers")
|
||||
#set text(fractions: true)
|
||||
|
||||
|
||||
#align(
|
||||
center,
|
||||
pad(
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
#set cite(style: "institute-of-electrical-and-electronics-engineers")
|
||||
#set text(fractions: true)
|
||||
|
||||
#let indented-argument(title: "", abbreviation: "", ..args) = [
|
||||
#set par(first-line-indent: 0pt)
|
||||
|
||||
|
|
Loading…
Reference in a new issue