typst
typst copied to clipboard
A new markup-based typesetting system that is powerful and easy to learn.
Based on my own oberservations and this discussion (https://github.com/typst/typst/discussions/404), I am wondering if font subsetting in Typst is working adequately right now. Brief demonstration: a simple document containing two embedded...
I got this message when trying to upload an image ``` Cannot upload file IMG_5549png: The backend services were not able to communicate with each other. ``` 
If one does `set page(width: 21cm, height: auto)`to get a page with the same width as A4, but with arbitrary height, one runs into issues when the page gets long....
Add an ability to include an image from clipboard automatically by `CTRL+V` or through `context menu`, this way user won't spend too much time downloading e.g. screenshot and uploading it...
This PR adds support for [TOML](https://toml.io/en/) ## Motivation Currently, typst does not have a user-friendly way to load a configuration file for informations about a project. The support of TOML...
There are still a few decisions that need to be made about this syntax. - [x] The first one is outlined in #513 (How to handle `_`) - [x] Should...
A very widely requested function, simply draws a customizable diagonal line over math content. Its length, rotation and stroke, among with orientation/general style (inverted/cross), can be customized. # Ideas &...
Closes https://github.com/typst/typst/issues/753. This PR adds the following fields and methods to primitive types (please feel free to suggest more): - `length`: fields `em` (get `em` part), `pt` (get `pt` part);...
I need to add a code listing that contains the entirety of the script I used to produce the plots for my homework, but I cannot upload any of the...
Just a very minor bug/inconsistency but it may be noteworthy. The `-` operator apparently needs a space before it when it is preceded by an identifier while the `+` operator...