diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-25 18:29:38 +0100 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-25 18:29:38 +0100 |
| commit | 975299801c06e72fca8d0ff7fbf933d48569b302 (patch) | |
| tree | 3446ef5c5effb4138c6f6de7476ea7d1d535bca9 /typst.toml | |
| parent | 53ab99152433970943381b121a19359ffeee7650 (diff) | |
Diffstat (limited to 'typst.toml')
| -rw-r--r-- | typst.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ authors = ["Loek Le Blansch <loek@pipeframe.xyz>"] license = "MIT" description = "Typeset various LaTeX compiler logos" repository = "https://github.com/lonkaars/typst-metalogo" -keywords = ["metalogo", "logo", "LaTeX", "XeLaTeX", "XeTeX", "LuaLaTeX"] +keywords = ["metalogo", "logo", "LaTeX", "compiler", "XeLaTeX", "XeTeX", "LuaLaTeX"] entrypoint = "metalogo.typ" compiler = "0.12.0" -exclude = ["demo.typ", "demo.svg", "makefile", "manual.typ"] +exclude = ["demo.typ", "demo.svg", "makefile", "manual.typ", ".editorconfig"] |