improved intermediate values placement

This commit is contained in:
2024-06-23 22:22:49 +02:00
parent a6500d51d0
commit c8636c9dfd
4 changed files with 16 additions and 9 deletions

View File

@@ -41,10 +41,6 @@
}
#let inter(value, start, end, i: auto) = {
let i = i
if i == auto {
i = calc.floor( (start + end) / 2 )
}
return (
type: "intermediate",
value: value,