-
Example
```typst
#import "@preview/great-theorems:0.1.1": *
#import "@preview/headcount:0.1.0": *
#let count = counter("maths")
#let thm = mathblock(
blocktitle: "Theorem",
counter: count…
-
### Package name
typst-fmt
### Brief description of package
A formatter for the Typst language
### URL for package's homepage
https://github.com/astrale-sharp/typst-fmt/
### Provide a basic test…
-
### What would you like to do?
Report an issue on quarto.org
### Description
## Problem
When trying to render a document in the **typst** format, **callout boxes** lead to an error because the *…
-
### Description
Add an environment variable (e.g. `TYPST_NO_SELF_UPDATE`) or a CLI argument (e.g. `--no-self-update`) which disables `typst update` at runtime, similarly to the existing compile-time …
-
From #9921, the issue is reproducible doing
- Set `QUARTO_TYPST` to a newer version of Typst (the one in Quarto 1.5 with version 0.11.0)
- Run `quarto render` with Quarto 1.4.455
This means th…
cderv updated
4 weeks ago
-
**Describe the bug**
I'm using typst-preview.nvim with tinymist under the hood. When I move the cursor over a heading the preview scrolls to the ToC which causes a lot of not needed movement.
**Pa…
-
Thanks to your great work we can use Typst in Obsidian.
But It seems that this plugin will fail to load WebAssembly module.
I input this in code block:
![image](https://github.com/fenjalien/o…
-
### Description
Maybe I don't understand how the `block.sticky` parameter should work but it doesn't work as I expected inside a block. This sample correctly moves to the next page:
```typst
#l…
-
See https://github.com/typst/typst/pull/5229
-
### Description
One may resonably believe that compiling Typst is a "clean" operation, so it should be okay to run several compiling jobs at the same time. In fact, that works perfectly until package…