typst
typst copied to clipboard
A new markup-based typesetting system that is powerful and easy to learn.
Only the last commit is part of this PR. The rest is contained in #703.
This was discussed on discord after the failed https://github.com/typst/typst/issues/786 attempt. I've been using this new style for a bit and I love it! All the formatting is grouped to the...
Hi, I have created a project in the https://typst.app and shared it with my colleague via the Share link (read + write). They are able to change the text of...
I want to propose working on a "code style" for *typ files (templates, packages, etc). The code style should set conventions such as (freely made up examples): function names should...
Keming
Code: ``` $L_2^(-1)[0 .. 1]$ ``` Result:  [Keming](https://www.reddit.com/r/keming/wiki/index/)--too much space after the dot.
Currently, when a user goes to double click the center of a project icon, there's a good chance they'll almost delete it. Perhaps the action buttons could be moved to...
`stroke: 0pt` still draws the grids ``` #table(columns: (auto, auto), stroke: 0pt, [H], [E]) ```  But `stroke: none` works: ``` #table(columns: (auto, auto), stroke: none, [H], [E]) ``` 
When merging two PDF documents using Apple Preview, the contents of the second document get messed up. As an example, I created two documents with the following content: [Test 1.pdf](https://github.com/typst/typst/files/11264342/Test.1.pdf)...
The documentation seems to be generated with a custom static site generator and unavailable in other languages. It would be beneficial to add translations for the documentation.
This was discussed in the Discord yesterday, and I thought I'd create an issue. In mathematics equations are almost invariably referred to with (1) and not Equation 1 in text....