-
**Describe the bug**
I'm developing the @preview/g-exam:3.2 library and I don't see the documentation in vscode with tinymist. I don't know why it is. Any suggestions? Is it tinymist's problem or sho…
-
For a description of how to do citation using a `.bib` file in Typst, see https://typst.app/docs/reference/model/cite/.
Since Typst is already written in Rust, it is very easy to parse a source fil…
-
Just tried this project out and when I try to compile the typst I get:
`error: unknown variable: row
┌─ book/typst/book.typst:310:1
│
310 │ #row[
│ ^^^`
In generated tables? I…
-
Is it possible to add a behavior type flag that numbly can pickup to change the behavior (for things such as appendixes?) something along the lines of:
```typst
= Conclusions
My conclusions
= …
-
The following code simply discards the last write to the `tests` sub-key.
```rust
use toml_edit::{DocumentMut, value};
fn main() {
let toml = "";
let mut doc = toml.parse::().expect("…
-
Hello!
I want to have syntax highlighting for GDScript, the domain-specific language for Godot.
If there is an easy way to add it myself, I would be happy to take that route. The syntax is very …
-
Bumped into an issue that I can't access the `--top-level-division` setting inside the typst template (necessary to implement page breaks when set to "chapter"). There's a workaround: the template can…
-
### Description
Google Docs (on chrome) works even when offline, able to create new documents and edit existing ones, and will sync the changes once back online. This is the primary thing stopping me…
tbodt updated
2 weeks ago
-
### Description
0.12 regression (appears to work in 0.11.1)
Reproducer:
```typ
#set page(height: 10pt, margin: (top: 9pt))
#block(height: 100%)[]
```
Compiling with `typst c doc.typ`:
…
-
**Motivation**
The more elements supporting the definition docs, the better the UX/DX.
**Description**
All element functions have definition docs on hover, but not the `math.equation`. https:…