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: (
|
||||
attachment(
|
||||
caption: "foo",
|
||||
label: <foo>,
|
||||
caption: "Attachment table",
|
||||
label: <table-1>,
|
||||
table(
|
||||
columns: (1fr, 1fr),
|
||||
[foo], [bar],
|
||||
),
|
||||
),
|
||||
attachment(
|
||||
caption: "bar",
|
||||
caption: "Another table",
|
||||
table(
|
||||
columns: (1fr, 1fr),
|
||||
[foo], [bar],
|
||||
|
||||
@ -269,7 +269,6 @@
|
||||
depth: 3,
|
||||
indent: indent,
|
||||
title: text(size: 14pt, outline-title),
|
||||
target: heading.where().or(figure.where(kind: "attachment")),
|
||||
)
|
||||
|
||||
// Display the paper's contents.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user