correct eq numbering, add impl of resent50
All checks were successful
Build Typst document / build_typst_documents (push) Successful in 11s
All checks were successful
Build Typst document / build_typst_documents (push) Successful in 11s
This commit is contained in:
6
main.typ
6
main.typ
@ -3,6 +3,7 @@
|
||||
#import "utils.typ": inwriting, draft, todo, flex-caption, flex-caption-styles
|
||||
#import "glossary.typ": glossary
|
||||
#import "@preview/glossarium:0.2.6": make-glossary, print-glossary, gls, glspl
|
||||
#import "@preview/equate:0.2.1": equate
|
||||
|
||||
#show: make-glossary
|
||||
#show: flex-caption-styles
|
||||
@ -72,9 +73,12 @@ To everyone who contributed to this thesis, directly or indirectly, I offer my h
|
||||
)
|
||||
|
||||
// set equation and heading numbering
|
||||
#set math.equation(numbering: "(1)")
|
||||
#show: equate.with(breakable: true, sub-numbering: true)
|
||||
#set math.equation(numbering: "(1.1)")
|
||||
#set heading(numbering: "1.1")
|
||||
|
||||
// Allow references to a line of the equation.
|
||||
//#show ref: equate
|
||||
|
||||
// Set font size
|
||||
#show heading.where(level: 3): set text(size: 1.05em)
|
||||
|
Reference in New Issue
Block a user