typst icon indicating copy to clipboard operation
typst copied to clipboard

A new markup-based typesetting system that is powerful and easy to learn.

Results 1241 typst issues
Sort by recently updated
recently updated
newest added

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...

bug
web app

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...

docs
feature request

Code: ``` $L_2^(-1)[0 .. 1]$ ``` Result: ![image](https://user-images.githubusercontent.com/71727937/232924055-9305c46a-856a-47fc-a247-54390916f137.png) [Keming](https://www.reddit.com/r/keming/wiki/index/)--too much space after the dot.

bug
math

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...

web app

`stroke: 0pt` still draws the grids ``` #table(columns: (auto, auto), stroke: 0pt, [H], [E]) ``` ![image](https://user-images.githubusercontent.com/13583761/232977347-cd82fc35-7c1a-4702-bc37-a02229a4238a.png) But `stroke: none` works: ``` #table(columns: (auto, auto), stroke: none, [H], [E]) ``` ![image](https://user-images.githubusercontent.com/13583761/232977417-30640ab6-b47f-4ab9-a697-22582893715c.png)

bug
visualize

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)...

bug
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.

docs
feature request

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....

bug
meta