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

related to https://github.com/typst/typst/issues/7253

### Description The `sorted` function on arrays sometimes panics with the message ``` thread 'main' panicked at library/core/src/slice/sort/shared/smallsort.rs:865:5: user-provided comparison function does not correctly implement a total order ``` when...

bug
scripting
crash

Alternative to #7233. --- Not every supported language can currently be highlighted without workarounds. One such example are Jinja2 HTML templates: ```html.j2 {% for row in data.rows %} {% for...

Closes https://github.com/typst/typst/issues/5695. This PR makes almost all symbols with the Opening Unicode math class[^1] callable to produce a `math.lr` expression. I omitted three symbols that have the Opening math class...

math
interface

- For some reason, the period was inlined with the example before, but now it's a standalone period: https://staging.typst.app/docs/reference/foundations/regex/. - Also it doesn't make sense to use colon if the...

docs

Trait upcasting was stabilized in Rust 1.86.

### Description Add a way for show rules to fully replace the element instead of just redefining its appearance. Full replacement would have several additional consequences: - The element isn't...

feature request
styling
introspection

Closes #5944. The frame size is not calculated to incorporate the accent if either: - the accent was not scaled, and so the glyph's width may not be reliable; or...

math
fix

After rebasing my `test-suite` branch, I noticed some PDF tests getting noticable slower. I pinpointed it to this PR: #7326 This specific test now takes up twice the amount of...

pdf
perf

### Description It should be possible to supply CSS classes to use as the color scheme for raw code blocks, or hook the color formatting in another way. I tried...

feature request
html