mirror of
https://github.com/typst/typst
synced 2025-08-08 04:07:56 +08:00
Correct CeTZ spelling (#6706)
This commit is contained in:
parent
b98954c78b
commit
6de2d9586a
@ -477,12 +477,12 @@ and their corresponding Typst functions.
|
||||
|
||||
Although _many_ things are built-in, not everything can be. That's why Typst has
|
||||
its own [package ecosystem]($universe) where the community share its creations
|
||||
and automations. Let's take, for instance, the _cetz_ package: This package
|
||||
allows you to create complex drawings and plots. To use cetz in your document,
|
||||
and automations. Let's take, for instance, the _CeTZ_ package: This package
|
||||
allows you to create complex drawings and plots. To use CeTZ in your document,
|
||||
you can just write:
|
||||
|
||||
```typ
|
||||
#import "@preview/cetz:0.2.1"
|
||||
#import "@preview/cetz:0.4.1"
|
||||
```
|
||||
|
||||
(The `@preview` is a _namespace_ that is used while the package manager is still
|
||||
|
@ -1,5 +1,5 @@
|
||||
Drawing and data visualization.
|
||||
|
||||
If you want to create more advanced drawings or plots, also have a look at the
|
||||
[CetZ](https://github.com/johannes-wolf/cetz) package as well as more
|
||||
[CeTZ](https://github.com/johannes-wolf/cetz) package as well as more
|
||||
specialized [packages]($universe) for your use case.
|
||||
|
Loading…
x
Reference in New Issue
Block a user