From 975299801c06e72fca8d0ff7fbf933d48569b302 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Wed, 25 Dec 2024 18:29:38 +0100 Subject: update readme + package manifest --- README.md | 22 ++++++---------------- typst.toml | 4 ++-- 2 files changed, 8 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 8bc6bfa..eee3ba0 100644 --- a/README.md +++ b/README.md @@ -2,28 +2,18 @@ Typeset LaTeX compiler logos in [typst](https://github.com/typst/typst). -## todo - -- document `metalogo()` command -- write a manual -- fix TODOs -- check everything for packaging - ## usage -From [./demo.typ](./demo.typ): +From [demo.typ](./demo.typ): ```typ -#import "@preview/metalogo:1.1.0": TeX, LaTeX, XeLaTeX, XeTeX, LuaLaTeX - -#LaTeX is a typestting program based on #TeX. Some people use #XeLaTeX -(sometimes #XeTeX), or #LuaLaTeX to typeset their documents. +#import "@preview/metalogo:1.2.0": TeX, LaTeX -People who are afraid of #LaTeX and its complex macro system may use typst -instead. +#LaTeX is a typesetting system based on #TeX. ``` +![](./demo.svg) -Output: +All commands and configuration options are documented in [the manual][man]. -![](./demo.svg) +[man]: https://github.com/lonkaars/typst-metalogo/releases/download/1.2.0/manual.pdf diff --git a/typst.toml b/typst.toml index fc23477..1fc326d 100644 --- a/typst.toml +++ b/typst.toml @@ -5,7 +5,7 @@ authors = ["Loek Le Blansch "] 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"] -- cgit v1.2.3