You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a LaTeX document, I have section titles with math in them. Those aren't rendered correctly in the outline (I'm not sure what they should be rendered as). For instance, in the snippet
\section{\(x_{\star}\)}
\section{Next Section}
the title of the first section is just "\star" in the outline. As an experiment, I tried to further enclose the math in curly braces:
\section{{\(x_{\star}\)}}
and what happened is that the next section disappeared from the outline.
The text was updated successfully, but these errors were encountered:
Probably a limitation in the Latex parser. Unfortunately, Latex is so complicated I there's only so much I can do to work with every case (especially since I use Mardown myself). You are very welcome to try to improve the Regex matching (e.g. try having a look in the latex-parse file at the regexes there, and use a tool like regex101.com to try to make them work with math in headings.)
In a LaTeX document, I have section titles with math in them. Those aren't rendered correctly in the outline (I'm not sure what they should be rendered as). For instance, in the snippet
the title of the first section is just "\star" in the outline. As an experiment, I tried to further enclose the math in curly braces:
and what happened is that the next section disappeared from the outline.
The text was updated successfully, but these errors were encountered: