mirror of
https://github.com/kristoferssolo/Qualification-Thesis.git
synced 2026-03-22 00:26:32 +00:00
Add abstract and project organization
This commit is contained in:
15
layout.typ
15
layout.typ
@@ -184,6 +184,21 @@
|
||||
}
|
||||
|
||||
set ref(supplement: it => { }) // disable default reference suppliments
|
||||
show ref: it => {
|
||||
let el = it.element
|
||||
|
||||
if el != none and el.func() == heading {
|
||||
return link(
|
||||
el.location(),
|
||||
numbering(
|
||||
el.numbering,
|
||||
..counter(heading).at(el.location()),
|
||||
) + " " + el.body,
|
||||
)
|
||||
}
|
||||
|
||||
it
|
||||
}
|
||||
/* --- Figure/Table config end --- */
|
||||
|
||||
set list(marker: (
|
||||
|
||||
Reference in New Issue
Block a user