diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-08-25 13:00:56 +0200 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-08-25 13:00:56 +0200 |
| commit | 9ce6de29128223e517909d6957da51511d3631a1 (patch) | |
| tree | f4b04e75c324f79bdb3c48c1c5334ab0d0ace3f9 /README.md | |
| parent | d7a322bf5422d48d0de441131a7903c1f91dc466 (diff) | |
fix file naming conventions1.0.2
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..2b1684b --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# typst-metalogo + +Typeset LaTeX compiler logos in [typst](https://github.com/typst/typst). + +## usage + +From [./demo.typ](./demo.typ): + +```typ +#import "@preview/metalogo:1.0.2": 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. + +People who are afraid of #LaTeX and its complex macro system may use typst +instead. +``` + +Output: + + + |