aboutsummaryrefslogtreecommitdiff
path: root/readme.md
blob: 7018ef85067064d6721af70847ed23ab4612cea4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# typst-metalogo

Typeset LaTeX compiler logos in [typst](https://github.com/typst/typst).

## usage

From [./demo.typ](./demo.typ):

```typ
#import "metalogo.typ": 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)