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

![image](https://github.com/user-attachments/assets/1dbc87ca-666d-4a7d-98ad-a6b7463a583c) `$ 14 "cents" = sqrt(196 "cents"^2) $` Even though there is spacing before both instances of the word “cents”, the exponent removes the space before the second one. Another...

### Description This issue addresses the request for a functionality similar to the one provided by the `xsavebox` package for LaTeX, see https://ctan.org/pkg/xsavebox. Succinctly, the idea is that a certain...

feature request
pdf

### Description Download the `buildings` icon svg from https://tabler.io/icons and use it in a typst document: ```typst #image("buildings.svg") ``` In the web app, the icon displays as expected, but in...

bug
pdf
svg

Add a new parameter `set text(selectable: false)` that resolves #2249. This particular design was previously proposed in #5789 and https://github.com/typst/typst/pull/5938#issuecomment-2694306451. This is my first PR in Typst and I'm not...

pdf
text
interface

Closes #6649. This PR depends on #7296. I've opted to use the internal layout for accents and limits rather than simply turning under/over element directly into an AccentElem/AttachElem, since I...

math

This pull request fixes the broken example in the [`/reference/foundations/regex/#constructor-regex`](https://typst.app/docs/reference/foundations/regex/#constructor-regex) documentation. Previously, the code was presented as block content even though it doesn't work on its own, and there was...

docs

Fixes #7259 It just removes the check for existing directory. Because `CopyOptions` sets the `overwrite` flag by default, the copying `fs_extra::dir::copy` function will error if it tries to overwrite an...

cli
interface

See the discussion in https://github.com/typst/typst/pull/3854#issuecomment-3444779769

text
diagnostics
interface

Fixes https://github.com/typst/typst/issues/7249. Requires https://github.com/typst/typst-dev-assets/pull/17 for a regression test. As explained in https://github.com/typst/typst/pull/5777#discussion_r2469986086 and https://github.com/typst/typst/pull/5777#discussion_r2469989087, the issue was that we only considered the first subtable from the first lookup when testing...

text
fix

_Not ready for review yet._ Resolves #6527 See [Typographic measure theory](https://typst.app/project/r0nMXEsKNnLfq8VZ4913fg) for more testing. [Discord, 2025-10-30](https://discord.com/channels/1054443721975922748/1088371867913572452/1433351468496326738): > It is weak to eat up a potential leading space in the body....

layout
fix