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
This exactly replicates the use of "\LaTeX", "\TeX", "$\LaTeX$", and "$\TeX$" in the notebook. So plain text and the logo can be written in both the notebook and the converted pdf without any conversion error. And no the fact that "\textrm{}" only wraps one of those commands is not an error, since by default "\LaTeX" calls "\TeX".
The text was updated successfully, but these errors were encountered:
I know that it was discussed that some would prefer that the notebook renders "\LaTeX" outside of math mode into the logo. However, that would mean that writing "\LaTeX" in plain text in the notebook is impossible without also the ability to render "\textbackslash". I believe that this is a simple solution that makes all use cases of "\LaTeX" possible without adding lots of special cases to notebook markdown, and makes conversion painless.
Should the notebook ever decide to render the LaTeX logo outside of math mode then this would be a simple switch back.
Similar to issue #262 and its fix #687. However this problem predates that fix.
"\LaTeX" does not get converted into the logo in the markdown of the notebook, but the latex compiler interprets it upon conversion to pdf.
I already have an idea for a solution. I propose to update the mathjax compatibility definitions defined in #687 by replacing:
with:
This exactly replicates the use of "\LaTeX", "\TeX", "$\LaTeX$", and "$\TeX$" in the notebook. So plain text and the logo can be written in both the notebook and the converted pdf without any conversion error. And no the fact that "\textrm{}" only wraps one of those commands is not an error, since by default "\LaTeX" calls "\TeX".
The text was updated successfully, but these errors were encountered: