correct eq numbering, add impl of resent50
All checks were successful
Build Typst document / build_typst_documents (push) Successful in 11s

This commit is contained in:
2024-12-30 18:34:43 +01:00
parent 0b5a0647e2
commit 155faa6e80
4 changed files with 106 additions and 8 deletions

View File

@ -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)