refactor: remove custom-figure, figureDefinitions as they've never been used anywhere

This commit is contained in:
2026-09-03 13:31:51 +03:00
parent 22c9e7df8e
commit 05da5ad1bf
-41
View File
@@ -26,26 +26,6 @@
[#text] [#text]
} }
#let figureDefinitions = (
table: (
outlineFormat: (number) => [*#number lentelė.*],
captionFormat: (number) => [*#number lentelė.*],
),
)
#let custom-figure(
kind,
caption: none,
body
) = {
figure(
body,
kind: kind,
caption: caption,
supplement: "CUSTOM-FIGURE"
)
}
#let appendix-item(body) = { #let appendix-item(body) = {
heading( heading(
metadata("appendix-heading") + "priedas. " + body, metadata("appendix-heading") + "priedas. " + body,
@@ -550,27 +530,6 @@
} }
} }
// Lentelės pirma eilutė
/*
show table.cell.where(y: 0): it => context {
set align(left)
set par(justify: false)
set text(size: TableHeadSize.get()) // Šrifto dydis
v(3pt)
// Paryškintas
[*#it*]
v(3pt)
}
show table.cell: it => context {
set align(left)
set par(justify: false)
set text(size: TableCellSize.get())
v(3pt)
[#it]
v(3pt)
}*/
// Set bibliography and citing style // Set bibliography and citing style
set bibliography(style: "assets/iso690-numeric-lt.csl") set bibliography(style: "assets/iso690-numeric-lt.csl")