We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
julia> MathTeXEngine.texparse(raw"\nabla") ERROR: TeXParseError: unexpected error while parsing at position 6 (string index 6) \nabla ^ Stack before [1] TeXExpr :expr Stacktrace: [1] texparse(data::String; showdebug::Bool) @ MathTeXEngine .julia\packages\MathTeXEngine\ZP0gS\src\parser\parser.jl:277 [2] texparse(data::String) @ MathTeXEngine .julia\packages\MathTeXEngine\ZP0gS\src\parser\parser.jl:267 [3] top-level scope @ REPL[16]:1 caused by: TeXParseError: unsupported command \nabla at position 6 (string index 6) \nabla ^ Stack before [1] TeXExpr :expr Stacktrace: [1] _end_command_builder!(stack::DataStructures.Stack{Any}, p::Int64, data::String) @ MathTeXEngine .julia\packages\MathTeXEngine\ZP0gS\src\parser\parser.jl:230 [2] macro expansion @ .julia\packages\MathTeXEngine\ZP0gS\src\parser\parser.jl:253 [inlined] [3] macro expansion @ .julia\packages\Automa\1KOLQ\src\codegen.jl:153 [inlined] [4] texparse(data::String; showdebug::Bool) @ MathTeXEngine .julia\packages\MathTeXEngine\ZP0gS\src\parser\parser.jl:275 [5] texparse(data::String) @ MathTeXEngine .julia\packages\MathTeXEngine\ZP0gS\src\parser\parser.jl:267 [6] top-level scope @ REPL[16]:1
The text was updated successfully, but these errors were encountered:
This seems to be related to Makie.jl not supporting v3.
Makie.jl
Sorry, something went wrong.
Seems to have been fixed by MakieOrg/Makie.jl#1952
No branches or pull requests
The text was updated successfully, but these errors were encountered: