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
|
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
|
its own [package ecosystem]($universe) where the community share its creations
|
||||||
and automations. Let's take, for instance, the _cetz_ package: This package
|
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,
|
allows you to create complex drawings and plots. To use CeTZ in your document,
|
||||||
you can just write:
|
you can just write:
|
||||||
|
|
||||||
```typ
|
```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
|
(The `@preview` is a _namespace_ that is used while the package manager is still
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Drawing and data visualization.
|
Drawing and data visualization.
|
||||||
|
|
||||||
If you want to create more advanced drawings or plots, also have a look at the
|
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.
|
specialized [packages]($universe) for your use case.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue