bluss
bluss
### Description I'm working on aligning display equations in tables and have a working solution. The working solution however has one troubling point, highlighting the crucial part of the full...
### Description The API documentation for `gradient.linear` lists `angle` as a positional and required argument, but from experiment it doesn't seem to be that. Typst 0.13.1
A version that only adds edges between existing nodes (and has an error).
For fun & comparison - http://research.google.com/pubs/pub37122.html - https://www.reddit.com/r/rust/comments/42fnw7/anyone_ported_this_benchmark_to_rust/
When completing @, skip labels that have names that we know are incompatible with the @ syntax. For example, `label("t/1")` creates a label that is impossible to use with the...
### Description Typst version: 0.14.0 The following document has different output in Typst 0.13.1 and Typst 0.14.0. Expectation: query with `.after(here())` in page header or page background, should find content...
The first example for fletcher is this: ```typ #import "@preview/fletcher:0.5.8" as fletcher: diagram, node, edge #diagram(cell-size: 15mm, $ G edge(f, ->) edge("d", pi, ->>) & im(f) \ G slash ker(f)...
Problem: neovim does not support `relatedInformation` We have these two typst files in this example: *main.typ* ```typ #import "other.typ": test-func #test-func(enable: 1) ``` *other.typ* ```typ #let test-func(enable: true) = {...