semicolon does not suppress output in juliaconsole
jlapeyre opened this issue · 4 comments
jlapeyre commented
This:
\begin{juliaconsole}
rand(100);
\end{juliaconsole}
Prints 100 numbers in my latex document.
I noticed in the slides in your JuliaCon talk that a semicolon does suppress output. Any ideas what is going on here? I did find that this
\begin{juliaconsole}
rand(100); nothing
\end{juliaconsole}
Suppresses output. But, this is of course undesirable in a document.
mykelk commented
This was addressed in Weave.jl v0.10.4
JunoLab/Weave.jl#386
Updating Weave should do the trick!
jlapeyre commented
I did add Weave@0.10.2
to get around this bug JunoLab/Weave.jl#391, which
hits me when I use Weave.jl v0.10.4.
Maybe there is a way to solve both. Thanks for the lead.
jlapeyre commented
jlapeyre commented
It seems clear that these are bugs in Weave.jl, not this repo.