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
I couldn’t use your LATEX_REPLACE approach because sequential replacing doesn’t work anymore (\textbackslash{} contains braces and the replacement for braces contain a backslash).
First of all: I’m delighted that
as_latex_escaped()
exists! Not many libraries support LaTeX.I have encountered two minor issues:
\textcolor[RGB]{38,210,139}
should appear in this order:38,139,210
\textbackslash{}
, not as a double-backslash\\
(which is a line break in LaTeX).Fix
LATEX_REPLACE
approach because sequential replacing doesn’t work anymore (\textbackslash{}
contains braces and the replacement for braces contain a backslash).Escaping
In general, I’m escaping as following in LaTeX:
Due due
commandchars=\\\{\}
, only these entries are needed insideVerbatim
:The text was updated successfully, but these errors were encountered: