From 76c39a7c2e60c6f3fd8db5e0a347843da0cdaf3b Mon Sep 17 00:00:00 2001 From: LordBaryhobal Date: Thu, 23 Jul 2026 22:13:46 +0200 Subject: [PATCH] fix(report): minor tweaks --- report/acronyms.typ | 3 --- report/bachelor_thesis.typ | 10 +++++++++- report/chapters/04_implementation/01_overview.typ | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/report/acronyms.typ b/report/acronyms.typ index e25e924..984ac98 100644 --- a/report/acronyms.typ +++ b/report/acronyms.typ @@ -11,6 +11,3 @@ ) #init-acronyms(acronyms) - -// Don't think this needs a long form on first use -#mark-acr-used("CSV") \ No newline at end of file diff --git a/report/bachelor_thesis.typ b/report/bachelor_thesis.typ index 51e55f4..ba3a4e9 100644 --- a/report/bachelor_thesis.typ +++ b/report/bachelor_thesis.typ @@ -9,7 +9,7 @@ #import "requirements.typ": 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 "../meta.typ" #import "utils.typ": include-offset @@ -86,6 +86,10 @@ 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 #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! //////////////////////////// diff --git a/report/chapters/04_implementation/01_overview.typ b/report/chapters/04_implementation/01_overview.typ index 78f9d62..7137e79 100644 --- a/report/chapters/04_implementation/01_overview.typ +++ b/report/chapters/04_implementation/01_overview.typ @@ -9,7 +9,7 @@ Our type checker is composed of several interdependent elements shown in @fig:ar #figure( architecture.overview, - caption: [Implementation Architecture Overview], + caption: [Implementation architecture overview], kind: image, supplement: [Figure], )