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

Addresses #7335. I have changed the `alphabetic` to `fixed` for both Jamo and Syllable, and have extended the `Syllable` to reflect that vowel procession ordering in lieu of immediate "doubling"...

This implements support for multiple bibliographies, as wanted in #1097 and discussed on the Discord. It introduces two new parameters to the `#bibliography` element: - `target` indicates what is covered...

bibliography
interface

As discussed in #7336, here is my proposal to unifying **the** "Typst version" across all subcrates. I've split it into a commit per component so you can trace the change...

### Description Reproducer (typst version 0.14.0): ```typ #set page(width: auto, margin: 0pt) #place(center+horizon, [1]) ``` Then I click `Quick Export PDF` button in the webapp, it gives me the following:...

bug
pdf
crash

### Description For example ```typ #rect(height: 1.5em)[234] \ #rect(height: -1.5em)[234] ``` ### Reproduction URL _No response_ ### Operating system _No response_ ### Typst version - [x] I am using the...

layout
change request

### Description In the output of `typst query`, add a `location` field for each element, containing `page`, `x`, and `y` fields corresponding to the element's page and position on the...

feature request
cli

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

bug
introspection

### Description I have a PDF figure with a translucent gradient ([`translucent-gradient.pdf`](https://github.com/user-attachments/files/23241793/translucent-gradient.pdf)) that I'm using in a Typst document. The rendered PDF ignores the transparency of the gradient in the...

bug
pdf
visualize

### Description I recently migrated from latexmk, where I had the following in my ~/.latexmkrc to always open PDFs in Skim: ``` $pdf_previewer = 'open -a Skim'; ``` Now using...

docs
feature request
cli

### Description Punctuation such as quotation marks should hang into the left margin. (See _Thinking with Type_, Ellen Lupton, 3rd edition, p. 76) The `microtype` package does this in LaTeX....

feature request
text