Skip to content

Braket Notation doesn't work on Math Preview #991

Closed
@AnimeshSinha1309

Description

@AnimeshSinha1309

Issue Description
Math Statement Preview does not work with symbols added from external packages, eg. Braket.
screenshot from 2018-11-17 09-08-32

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions