diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 22 |
1 files changed, 6 insertions, 16 deletions
@@ -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. ``` + -Output: +All commands and configuration options are documented in [the manual][man]. - +[man]: https://github.com/lonkaars/typst-metalogo/releases/download/1.2.0/manual.pdf |