make numbered equations non-default
This commit is contained in:
parent
1cf97509a2
commit
32626b7e36
5
libs.typ
5
libs.typ
@ -42,3 +42,8 @@
|
||||
|
||||
body
|
||||
}
|
||||
|
||||
#let numbered_eq = (body) => {
|
||||
set math.equation(numbering: "(1)")
|
||||
body
|
||||
}
|
||||
|
1
main.typ
1
main.typ
@ -101,7 +101,6 @@
|
||||
set text(size: normal-size, font: font, weight: "regular", lang: settings.lang)
|
||||
show link: body => text(fill: rgb("#777777"), weight: "bold", body)
|
||||
show math.equation: eq => eq
|
||||
set math.equation(numbering: "(1)")
|
||||
show figure: fig => {
|
||||
show: pad.with(x: 1em)
|
||||
show image: pad.with(y: 0.5em)
|
||||
|
Loading…
Reference in New Issue
Block a user