mirror of
https://github.com/JustAnyones/ktu-paper.git
synced 2026-06-20 22:11:56 +00:00
Experiment with pinit arrows
This commit is contained in:
Binary file not shown.
@@ -6,10 +6,6 @@
|
|||||||
#show: everything => ktu-theme(everything)
|
#show: everything => ktu-theme(everything)
|
||||||
#show: codly-init.with()
|
#show: codly-init.with()
|
||||||
#codly(
|
#codly(
|
||||||
languages: (
|
|
||||||
typst: (color: rgb("#CE412B")),
|
|
||||||
),
|
|
||||||
|
|
||||||
fill: luma(240),
|
fill: luma(240),
|
||||||
zebra-color: luma(240),
|
zebra-color: luma(240),
|
||||||
|
|
||||||
@@ -40,7 +36,7 @@
|
|||||||
#ktu-main-slide[
|
#ktu-main-slide[
|
||||||
== Įvadas
|
== Įvadas
|
||||||
|
|
||||||
...
|
#lorem(60)
|
||||||
]
|
]
|
||||||
|
|
||||||
#ktu-main-slide[
|
#ktu-main-slide[
|
||||||
@@ -98,4 +94,18 @@
|
|||||||
Iterator<E> descendingIterator();
|
Iterator<E> descendingIterator();
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#only(2)[
|
||||||
|
#place(
|
||||||
|
top+left,
|
||||||
|
dx: 600pt, dy: 200pt
|
||||||
|
)[#pin("test")]
|
||||||
|
|
||||||
|
#pinit-point-from(
|
||||||
|
pin-dx: -240pt,
|
||||||
|
pin-dy: -90pt,
|
||||||
|
"test",
|
||||||
|
[Ką tai reiškia?]
|
||||||
|
)
|
||||||
|
]
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user