Skip to content

Commit

Permalink
Fixed version numbers in manual and compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
jneug committed Dec 11, 2024
1 parent 46292f4 commit 4564041
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file modified packages/preview/t4t/0.4.1/t4t-manual.pdf
Binary file not shown.
8 changes: 4 additions & 4 deletions packages/preview/t4t/0.4.1/t4t-manual.typ
Original file line number Diff line number Diff line change
Expand Up @@ -76,23 +76,23 @@
For Typst 0.6.0 and later, the package can be imported from the _preview_ repository:

#codesnippet[```typ
#import "@preview/t4t:0.3.1": automaton
#import "@preview/t4t:0.4.1": automaton
```]

Alternatively, the package can be downloaded and saved into the system dependent local package repository.

Either download the current release from GitHub#footnote[#link("https://github.com/jneug/typst-tools4typst")] and unpack the archive into your system dependent local repository folder#footnote[#link("https://github.com/typst/packages#local-packages")] or clone it directly:

#codesnippet[```shell-unix-generic
git clone https://github.com/jneug/typst-tools4typst.git t4t/0.3.1
git clone https://github.com/jneug/typst-tools4typst.git t4t/0.4.1
```]

In either case, make sure the files are placed in a subfolder with the correct version number: `t4t/0.3.1`
In either case, make sure the files are placed in a subfolder with the correct version number: `t4t/0.4.1`

After installing the package, just import it inside your `typ` file:

#codesnippet[```typ
#import "@local/t4t:0.3.1": automaton
#import "@local/t4t:0.4.1": automaton
```]

== Manual
Expand Down
2 changes: 1 addition & 1 deletion packages/preview/t4t/0.4.1/typst.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ description = "A utility package for typst package authors"
repository = "https://github.com/jneug/typst-tools4typst"
keywords = ["utilities"]
exclude = ["tbump.toml", "t4t-manual.pdf", "t4t-manual.typ"]
compiler = "0.0.12"
compiler = "0.12.0"

0 comments on commit 4564041

Please sign in to comment.