aboutsummaryrefslogtreecommitdiff
path: root/typst.toml
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-30 13:48:09 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-30 13:48:09 +0100
commit17ff078d03b52baf7571a94b0abd2e95c5444314 (patch)
tree87c1f385062f9a708d83eabc4310507c8adeff61 /typst.toml
parent9ce6de29128223e517909d6957da51511d3631a1 (diff)
Fix unwanted line height adjustment (#2)1.1.0
Now uses `move()` nested inside a `box()` instead of `box()`'s `baseline` property, which causes the next line to skip further than intended.
Diffstat (limited to 'typst.toml')
-rw-r--r--typst.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/typst.toml b/typst.toml
index 1f54961..06808c7 100644
--- a/typst.toml
+++ b/typst.toml
@@ -1,11 +1,11 @@
[package]
name = "metalogo"
-version = "1.0.2"
+version = "1.1.0"
authors = ["Loek Le Blansch <loek@pipeframe.xyz>"]
license = "MIT"
description = "Typeset various LaTeX logos"
repository = "https://github.com/lonkaars/typst-metalogo.git"
keywords = ["metalogo", "logo", "LaTeX", "XeLaTeX", "XeTeX", "LuaLaTeX"]
entrypoint = "metalogo.typ"
-compiler = "0.10.0"
+compiler = "0.12.0"
exclude = ["demo.typ", "demo.svg", "makefile"]