mirror of
https://github.com/kristoferssolo/LU-DF-Typst-Template.git
synced 2025-10-21 18:50:33 +00:00
refactor: remove attachments from outline
This commit is contained in:
parent
a04e644822
commit
397df377ce
@ -69,15 +69,15 @@
|
|||||||
),
|
),
|
||||||
attachments: (
|
attachments: (
|
||||||
attachment(
|
attachment(
|
||||||
caption: "foo",
|
caption: "Attachment table",
|
||||||
label: <foo>,
|
label: <table-1>,
|
||||||
table(
|
table(
|
||||||
columns: (1fr, 1fr),
|
columns: (1fr, 1fr),
|
||||||
[foo], [bar],
|
[foo], [bar],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
attachment(
|
attachment(
|
||||||
caption: "bar",
|
caption: "Another table",
|
||||||
table(
|
table(
|
||||||
columns: (1fr, 1fr),
|
columns: (1fr, 1fr),
|
||||||
[foo], [bar],
|
[foo], [bar],
|
||||||
|
|||||||
@ -269,7 +269,6 @@
|
|||||||
depth: 3,
|
depth: 3,
|
||||||
indent: indent,
|
indent: indent,
|
||||||
title: text(size: 14pt, outline-title),
|
title: text(size: 14pt, outline-title),
|
||||||
target: heading.where().or(figure.where(kind: "attachment")),
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// Display the paper's contents.
|
// Display the paper's contents.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user