Skip to content

Commit

Permalink
docs: 📝 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatOneCalculator committed Jan 16, 2024
1 parent 4da20f5 commit 7db8ab8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A package to draw Riemann sums (and their plots) of a function with CeTZ.
Usage example and docs: [manual.pdf](https://github.com/ThatOneCalculator/riesketcher/blob/main/manual.pdf)

```typst
#import "@preview/riesketcher:0.1.0": riesketcher
#import "@preview/riesketcher:0.2.0": riesketcher
```

![Demo](https://github.com/ThatOneCalculator/riesketcher/assets/44733677/30c01ebc-915a-4322-8374-1c674cda0cb1)
![Demo](https://github.com/ThatOneCalculator/riesketcher/assets/44733677/4f87b750-e4be-4698-b650-74f4fe56789d)
Binary file modified manual.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions manual.typ
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#import "@preview/tidy:0.1.0"
#import "@preview/cetz:0.2.0": canvas
#import "riesketcher.typ": riesketcher
// #import "@preview/riesketcher:0.1.0": riesketcher
// #import "@preview/riesketcher:0.2.0": riesketcher

#set text(size: 10.5pt)

= Riesketcher
A package to draw Riemann sums (and their plots) of a function with CeTZ.
```typst
#import "@preview/riesketcher:0.1.0": riesketcher
#import "@preview/riesketcher:0.2.0": riesketcher
```

#show raw.where(lang: "example"): it => block({
Expand Down

0 comments on commit 7db8ab8

Please sign in to comment.