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

Added dedicated `asinh`, `acosh`, and `atanh` functions to the `calc` module, in order to bring the hyperbolic functions in line with the trigonometric functions that already have dedicated inverses. Usage...

scripting
interface

### Description Previously mentioned in [the forum](https://forum.typst.app/t/splitting-pdf-files-or-pulling-individual-pdf-page-from-pdf-file/6118/7?u=andrew), it makes no sense to restrict users from using `page-{0p}-of-{t}.pdf` as the output template name, since it's already available for PNG and SVG....

feature request

# Problem currently, text in SVG exports is represented by a full of references to the glyphs with nothing saying this is text: ```xml ``` # Solution this makes it...

text
svg
interface

### Description To my knowledge, U+2E3A is used in Chinese typesetting only, which does not have punctuation overhang styling right now (#6582), so the hanging of this particular punctuation is...

text
change request
cjk

Closes #7052 ## Summary This PR makes the `par.first-line-indent` property foldable, allowing for partial updates. Currently, `first-line-indent` is treated as a single unit. If a template or a `set` rule...

layout
styling
interface

### Description **Implement a batch mode to incrementally compile a single typst file against multiple sets of input parameters, producing multiple output files in a single run.** This mode would...

feature request
cli

### Description Here's two test cases. ~~Notice how paragraph tags have been inserted to create paragraph spacing even though none should exist.~~ Edit: wait, looking at this more, it might...

bug

### Description From https://typst.app/docs/reference/foundations/str/#escapes: > Just like in markup, you can escape a few symbols in strings You can't use `\n` in markup, it will give `[n]`, but you can...

docs

**TL;DR**: I'd like to have a mechanism to obtain **the** "Typst version" in Rust code (something like say `typst::version()`) ## The situation Today I found an issue in the `typst-package-check`...

I’ve noticed that when using the *Nagwa TK Math* font, the placement of the integration limits appears incorrect (too close to or misaligned with the integral sign). Here’s a minimal...

bug
math
upstream