Max

Results 22 issues of Max

### Description With the current math shorthands, there are a number of other combinations that I'd "expect" to work. For example, `|-->` for `arrow.r.long.bar` and `` for `arrow.r.twohead.bar` - `

feature request
math
symbols

Closes #2873. Although now in 0.11 it is fairly simple to write a `pageref()` function yourself in Typst (see https://github.com/typst/typst/issues/2873#issuecomment-2138261314 by @laurmaedje), the consensus in the linked issue seems to...

When running the script in a builder, I was getting the error that `Image verification failed. (Sign not allowed in string format specifier)`. If `os.get_terminal_size().columns` is less than 2 then...

This PR adds a tree-sitter grammar for Prolog. It uses https://codeberg.org/foxy/tree-sitter-prolog, a fork/rewrite of https://github.com/Rukiza/tree-sitter-prolog. I've probably made a mistake in how the `runtime/queries/prolog/*` files should be done, sorry about...

A-language-support

### Description I thought #4200 resolved this, but it only does so in "simple" situations like `$⌜a⌟⌞b⌝$`. In `$⌜a/b⌟$` or `$vec(delim: \⌜, 1, 2)$`, the corner brackets are at the...

bug
math

Tests | LuaTeX | Typst | | - | - | | ![div-latex](https://github.com/user-attachments/assets/af0fcf18-e5ee-417f-a830-39cf86a53350) | ![div](https://github.com/user-attachments/assets/70f39761-0c45-49e8-b872-ba109844d8cb) | Code ```tex \documentclass[11pt]{article} \usepackage[paperheight=4cm,paperwidth=5cm,margin=0cm]{geometry} \usepackage{amsmath} \usepackage{unicode-math} \usepackage{fontspec} \usepackage[default]{fontsetup} \begin{document} \begin{align*} 32 \longdivision{252.8} \quad 5...

This PR brings how math function call arguments are parsed more in line with how they are parsed in code mode. New things: - Closes #2052: Named arguments in math...

blocked

Closes #1943. When trying to bind a label to content, we now traverse into `SequenceElem`'s children and `StyledElem`'s child. Also removed `FieldAccessError::Internal` to fix "this is a bug" errors on...

Closes #5201. While implementing this, I also changed the logic for the `ssty_table` to use the `GlyphwiseSubsts

### Description Example from [Mathematical Typesetting](https://learn.microsoft.com/en-us/typography/cleartype/pdfs/cambriamath.pdf): ![eg_page-0001](https://github.com/user-attachments/assets/b780c31c-ed1b-4f59-ae9f-0f45bea8030e) ### Use Case Better maths typesetting.

feature request
math