Skip to content
New issue

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

[Feature Request] \nabla #51

Closed
ValentinKaisermayer opened this issue Jan 29, 2022 · 2 comments
Closed

[Feature Request] \nabla #51

ValentinKaisermayer opened this issue Jan 29, 2022 · 2 comments

Comments

@ValentinKaisermayer
Copy link

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
@ValentinKaisermayer ValentinKaisermayer changed the title \nabla [Feature Request] \nabla Feb 8, 2022
@ValentinKaisermayer
Copy link
Author

This seems to be related to Makie.jl not supporting v3.

@Kolaru
Copy link
Owner

Kolaru commented May 22, 2022

Seems to have been fixed by MakieOrg/Makie.jl#1952

@Kolaru Kolaru closed this as completed May 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants