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
Hi @mnemosyne-xx
The problem he was simply that the set_texOutput functionality had not been merged into the main Julia repository. Try updating to version 0.5.0 as see if the problem persists.
there's a problem with MathLink.set_texOutput(false) | (or true)
-->
julia> using MathLink
julia> MathLink.set_texOutput(false)
ERROR: UndefVarError: set_texOutput not defined
Stacktrace:
[1] getproperty(x::Module, f::Symbol)
@ Base ./Base.jl:31
[2] top-level scope
@ REPL[2]:1
The text was updated successfully, but these errors were encountered: