From 6de2d9586aed64b9f5e17babd82277b1d800a488 Mon Sep 17 00:00:00 2001 From: Sebastian Eberle <152992757+sebaseb98@users.noreply.github.com> Date: Wed, 6 Aug 2025 10:11:20 +0200 Subject: [PATCH] Correct CeTZ spelling (#6706) --- docs/guides/guide-for-latex-users.md | 6 +++--- docs/reference/library/visualize.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guides/guide-for-latex-users.md b/docs/guides/guide-for-latex-users.md index eb0ce14e..d87fcb2f 100644 --- a/docs/guides/guide-for-latex-users.md +++ b/docs/guides/guide-for-latex-users.md @@ -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 diff --git a/docs/reference/library/visualize.md b/docs/reference/library/visualize.md index 9259401f..01522fe8 100644 --- a/docs/reference/library/visualize.md +++ b/docs/reference/library/visualize.md @@ -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.