Skip to content

Commit

Permalink
Regenerate README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 13, 2024
1 parent 10ecc41 commit 9e3e001
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,16 @@ typst`compile input.typ output.pdf`

### Strings

- Convert Julia values to Typst format using `show` with the `"text/typst"` MIME type
- Convert Julia values to Typst format using `show(::IO, ::MIME"text/typst", ::Any)`
- Specify Julia settings and Typst parameters in the `IOContext`
- Implement `show_typst` for custom types
- Create and manipulate `TypstString`s
- Interpolate formatted Julia values using `@typst_str`
- Interpolate formatted values using `@typst_str`
- Render in Pluto.jl notebooks

### Commands

- Construct `TypstCommand`s with `Vector`s of `String`s or using `@typst_cmd`
- Construct `TypstCommand`s with a `Vector{String}` or using `@typst_cmd`
- Render documents using the Typst compiler
- Use the [JuliaMono](https://github.com/cormullion/juliamono) typeface

Expand Down

0 comments on commit 9e3e001

Please sign in to comment.