-
Is there a feature/code that enables mapping between the typst source and positions in the output? It'd be nice to be able to map from a position in the source to the page and position on that page, a…
-
fletcher has a `bend` arg for `edge` so you can draw bent line easily. Example can be seen in https://github.com/typst/packages/tree/main/packages/preview/fletcher/0.4.2 .
It would be more straight…
-
I am trying to assign my glossary stored in a yaml file; however, Typst is throwing an error when I compile.
When I run the following code, it shows that I can read the yaml file:
```typst
#impor…
-
**Is your feature request related to a problem? Please describe.**
*LaTeX* is a great tool for typesetting math, but it has some shortcomings like a relative cumbersome and not very intuitive syntax …
-
Since one of the latest updates, the PDF is not automatically reloaded when the PDF is changed externally.
Steps to Reproduce:
1. Load a PDF
2. Modify it externally (e.g. by running a Python s…
-
# Description
(See related typst bug typst/typst#3312)
When saving a file with vim with `:set backupcopy=auto`, the `tinymist preview` process reports this:
```
error: file not found (searched at …
-
I'm trying to convert svg to pdf using tools like [convert](https://imagemagick.org/script/convert.php), [Inkspace](https://inkscape.org/doc/inkscape-man.html), and [cairosvg](https://cairosvg.org/) e…
-
Background: In my project, I can provide `sys.inputs.at("target")` to control the target of a document. When a target is set to "webpage", it is compiled and suitable for viewing in website. When a ta…
-
Thanks for typst-preview.nvim! It’s brilliant! ^_^
[Version 0.12.0 of Tinymist](https://github.com/Myriad-Dreamin/tinymist/releases/tag/v0.12.0) has been recently released. I think this is the line…
-
### Description
When using a gradient as text fill, large emojis do not display correctly as parts are being clipped.
Minimal example:
```
// OK
#emoji.house
// Not OK, clipped
#text(fill…