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
How would we deal with inline CodeExpressions? The current syntax is An evaluated Python expression \lstinline[language=python exec]{pow(2,2)}.. I feel that we should check to see if alternative language specifications e.g. python-exec are valid before looking for alternatives.
Currently, executable code chunks in LaTeX are specified like this:
this cannot be compiled by LaTeX, however. Here's a possible solution:
Having a start and end string makes parsing easy.
Note that
%
marks commented for LaTeX (so it doesn't cause compilation errors).The text was updated successfully, but these errors were encountered: