diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-30 13:48:09 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-30 13:48:09 +0100 |
commit | 17ff078d03b52baf7571a94b0abd2e95c5444314 (patch) | |
tree | 87c1f385062f9a708d83eabc4310507c8adeff61 /typst.toml | |
parent | 9ce6de29128223e517909d6957da51511d3631a1 (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.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"] |