-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
change requestA proposal for changes to an existing featureA proposal for changes to an existing featuremathRelated to math syntax, layout, etc.Related to math syntax, layout, etc.
Description
Description
In tex, the delimiter doesn't have to cover all the matrix content. But in typst it always does.
Typst
$ mat(c;c;c;c;delim: "[") mat(f;f;f;f;delim: "[") $
LaTeX
\documentclass{article}
\usepackage{lua-visual-debug}
\title{test}
\begin{document}
$$\pmatrix{c\cr c\cr c\cr c}\pmatrix{f\cr f\cr f\cr f}$$
\end{document}Reproduction URL
No response
Operating system
Web app, Windows, Linux, macOS
Typst version
- I am using the latest version of Typst
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
change requestA proposal for changes to an existing featureA proposal for changes to an existing featuremathRelated to math syntax, layout, etc.Related to math syntax, layout, etc.

