From 6b2d0cce7e8fd4ee36993a69b21134967a36e48f Mon Sep 17 00:00:00 2001 From: johannes-wolf Date: Sat, 25 Nov 2023 12:35:40 +0100 Subject: [PATCH 1/4] readme: Change manual link to latest stable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c9661be..2c607956 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ CeTZ (CeTZ, ein Typst Zeichenpacket) is a library for drawing with [Typst](https ## Usage -For information, see the [manual](manual.pdf?raw=true). +For information, see the [manual (stable)](https://github.com/johannes-wolf/cetz/blob/stable/manual.pdf?raw=true). To use this package, simply add the following code to your document: ``` From a817fc1cc08653fc193a1034ce52b3dff6fa169f Mon Sep 17 00:00:00 2001 From: johannes-wolf Date: Sun, 26 Nov 2023 12:41:42 +0100 Subject: [PATCH 2/4] readme: Fix spelling error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c607956..ee123b6b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CeTZ -CeTZ (CeTZ, ein Typst Zeichenpacket) is a library for drawing with [Typst](https://typst.app) with an API inspired by TikZ and [Processing](https://processing.org/). +CeTZ (CeTZ, ein Typst Zeichenpaket) is a library for drawing with [Typst](https://typst.app) with an API inspired by TikZ and [Processing](https://processing.org/). ## Examples From 4a5809eee51f1ac8284fb2bfb48215e090bbd896 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter <44733677+ThatOneCalculator@users.noreply.github.com> Date: Wed, 13 Dec 2023 08:40:14 -0800 Subject: [PATCH 3/4] Add Riemann to Projects using CeTZ (#400) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee123b6b..d5b273a9 100644 --- a/README.md +++ b/README.md @@ -104,4 +104,5 @@ Otherwise download and install a matching package from the [ImageMagick](https:/ ## Projects using CeTZ - [circuitypst](https://github.com/fenjalien/circuitypst) A port of [circuitikz](https://github.com/circuitikz/circuitikz) to Typst. - [conchord](https://github.com/sitandr/conchord) Package for writing lyrics with chords that generates fretboard diagrams using CeTZ. -- [finite](https://github.com/jneug/typst-finite) Finite is a Typst package for rendering finite automata +- [finite](https://github.com/jneug/typst-finite) Finite is a Typst package for rendering finite automata. +- [riemann](https://github.com/ThatOneCalculator/riemann-sum-typst-cetz) Package for drawing Riemann sums. From 749f129a1ed0b4bd8ed3959c0815f7aa42ed31cd Mon Sep 17 00:00:00 2001 From: Joseph Wilson Date: Thu, 11 Jan 2024 20:55:29 +1300 Subject: [PATCH 4/4] Add `fletcher` to Projects using CeTZ (#449) A shameless plug for my CeTZ-based diagramming package https://github.com/Jollywatt/typst-fletcher which is nearing maturity. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d5b273a9..059335ea 100644 --- a/README.md +++ b/README.md @@ -105,4 +105,5 @@ Otherwise download and install a matching package from the [ImageMagick](https:/ - [circuitypst](https://github.com/fenjalien/circuitypst) A port of [circuitikz](https://github.com/circuitikz/circuitikz) to Typst. - [conchord](https://github.com/sitandr/conchord) Package for writing lyrics with chords that generates fretboard diagrams using CeTZ. - [finite](https://github.com/jneug/typst-finite) Finite is a Typst package for rendering finite automata. +- [fletcher](https://github.com/Jollywatt/typst-fletcher) Package for drawing commutative diagrams and figures with arrows. - [riemann](https://github.com/ThatOneCalculator/riemann-sum-typst-cetz) Package for drawing Riemann sums.