aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 31b58f68d53a91fdaf2d575a9688b1a71616234b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# typst-metalogo

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

## todo

- document `metalogo()` command
- write a manual
- fix latex2e logo

## usage

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.

People who are afraid of #LaTeX and its complex macro system may use typst
instead.
```

Output:

![](./demo.svg)