-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Something in this package is strange. I just spent a lot of time trying to get math into this. An MWE
\documentclass{standalone}
\usepackage{amsmath, amssymb, jlcode}
\begin{document}
\lstinline{LieGroups.jl}
% does not work just prints the code from `{...}` as is
\lstinline[escapeinside={(*}{*)}]{inner((*$\mathfrak g$*), X, Y)}
% errors:
\lstinline[mathescape]{norm((*$\mathfrak g$*), X)}
\end{document}
While this does work if I load listings (i.e. load that instead of jlcode). Why? How can I do math in here?
Metadata
Metadata
Assignees
Labels
No labels