fix(report): minor tweaks

This commit is contained in:
HEL
2026-07-23 22:13:46 +02:00
parent 56280ee009
commit 76c39a7c2e
3 changed files with 10 additions and 5 deletions
-3
View File
@@ -11,6 +11,3 @@
) )
#init-acronyms(acronyms) #init-acronyms(acronyms)
// Don't think this needs a long form on first use
#mark-acr-used("CSV")
+9 -1
View File
@@ -9,7 +9,7 @@
#import "requirements.typ": isc-hei-bthesis #import "requirements.typ": isc-hei-bthesis
#import isc-hei-bthesis: * #import isc-hei-bthesis: *
#import "@preview/codly:1.3.0": codly-init, codly #import "@local/codly:1.3.1": codly-init, codly // https://github.com/PhotonQuantum/codly/tree/fix/highlight-baseline
#import "@preview/codly-languages:0.1.10": codly-languages #import "@preview/codly-languages:0.1.10": codly-languages
#import "../meta.typ" #import "../meta.typ"
#import "utils.typ": include-offset #import "utils.typ": include-offset
@@ -86,6 +86,10 @@
outlined: false, outlined: false,
) )
// Mark all acronyms as used to have short forms in outlines
#context for a in state("acrostiche-acronyms").final() {
acused(a.first())
}
// Table of figures/tables/listings // Table of figures/tables/listings
#context { #context {
@@ -112,6 +116,10 @@
) )
} }
#acresetall()
// Don't think this needs a long form on first use
#mark-acr-used("CSV")
//////////////////////////// ////////////////////////////
// Let's get started folks! // Let's get started folks!
//////////////////////////// ////////////////////////////
@@ -9,7 +9,7 @@ Our type checker is composed of several interdependent elements shown in @fig:ar
#figure( #figure(
architecture.overview, architecture.overview,
caption: [Implementation Architecture Overview], caption: [Implementation architecture overview],
kind: image, kind: image,
supplement: [Figure], supplement: [Figure],
) <fig:architecture> ) <fig:architecture>