Correct CeTZ spelling (#6706)

This commit is contained in:
Sebastian Eberle 2025-08-06 10:11:20 +02:00 committed by GitHub
parent b98954c78b
commit 6de2d9586a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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.