Closed
Description
Issue Description
Math Statement Preview does not work with symbols added from external packages, eg. Braket.
To Reproduce
Just write out a LaTaX document that has \usepackage{braket}
and in the document $\braket{val | operator}$
and hover over the Equation to see the Predicted Math output.
Expected behavior
The Braket notation should be converted to the way its displayed in LaTeX, as <val | operator>
, in the preview.
Sample TeX file
\documentclass{article}
\usepackage{amsmath}
\usepackage{braket}
\begin{document}
\section{This is the Notation}
$ \braket{ val | operation } $
\end{document}
Metadata
Metadata
Assignees
Labels
No labels