Experiment with pinit arrows

This commit is contained in:
2024-02-03 17:17:04 +02:00
parent c2511d5b6c
commit ad351fb6b6
2 changed files with 15 additions and 5 deletions
Binary file not shown.
+15 -5
View File
@@ -6,10 +6,6 @@
#show: everything => ktu-theme(everything)
#show: codly-init.with()
#codly(
languages: (
typst: (color: rgb("#CE412B")),
),
fill: luma(240),
zebra-color: luma(240),
@@ -40,7 +36,7 @@
#ktu-main-slide[
== Įvadas
...
#lorem(60)
]
#ktu-main-slide[
@@ -98,4 +94,18 @@
Iterator<E> descendingIterator();
}
```
#only(2)[
#place(
top+left,
dx: 600pt, dy: 200pt
)[#pin("test")]
#pinit-point-from(
pin-dx: -240pt,
pin-dy: -90pt,
"test",
[ tai reiškia?]
)
]
]