mirror of
https://github.com/JustAnyones/ktu-paper.git
synced 2026-09-19 12:48:27 +00:00
refactor: remove custom-figure, figureDefinitions as they've never been used anywhere
This commit is contained in:
-41
@@ -26,26 +26,6 @@
|
||||
[#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) = {
|
||||
heading(
|
||||
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(style: "assets/iso690-numeric-lt.csl")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user