aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md22
-rw-r--r--typst.toml4
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 <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"]