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