Max
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` - `
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...
### 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...
Tests | LuaTeX | Typst | | - | - | |  |  | 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...
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):  ### Use Case Better maths typesetting.