-
Notifications
You must be signed in to change notification settings - Fork 78
Support the \lbrack and \rbrack square-delimiter aliases #309
Copy link
Copy link
Open
Labels
Area/ParsingLaTeX tokenization, parsing, commands, and serialization.LaTeX tokenization, parsing, commands, and serialization.Area/RenderingTypesetting, measurement, fonts, text layout, and drawing.Typesetting, measurement, fonts, text layout, and drawing.Type/EnhancementA concrete change to CSharpMath behavior or capability.A concrete change to CSharpMath behavior or capability.
Description
Activity
Metadata
Metadata
Assignees
Labels
Area/ParsingLaTeX tokenization, parsing, commands, and serialization.LaTeX tokenization, parsing, commands, and serialization.Area/RenderingTypesetting, measurement, fonts, text layout, and drawing.Typesetting, measurement, fonts, text layout, and drawing.Type/EnhancementA concrete change to CSharpMath behavior or capability.A concrete change to CSharpMath behavior or capability.
Add the LaTeX delimiter aliases
\lbrackand\rbrackwith the same opening/closing atom classes and glyphs as literal[and].Acceptance criteria:
\lbrackparses as an opening square delimiter and\rbrackas the matching closing delimiter; neither is treated as an ordinary glyph or parenthesis.\leftand\right.[and]in every math style.\left...\rightinput.LaTeX defines
\lbrack/\rbrackas the opening/closing square-bracket commands and synonyms for[/]: https://tug.ctan.org/info/latex2e-help-texinfo/latex2e.htmlParent backlog: #81. This was identified from the WpfMath parity tracker #145.