Weave creates a kind of gensym module or namespace that pollutes the rendered latex
\begin{juliaconsole}
struct A end
A()
\end{juliaconsole}
Renders as this:
julia> struct A end
julia> A()
Main.##WeaveSandBox#245.A()
Did you encounter this in your book? Is there a way around it?
Weave creates a kind of gensym module or namespace that pollutes the rendered latex
Renders as this:
Did you encounter this in your book? Is there a way around it?