aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
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:
+
+![](./demo.svg)
+