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

@latex with Rexpr errors #31

Open
BeastyBlacksmith opened this issue Oct 25, 2019 · 2 comments
Open

@latex with Rexpr errors #31

BeastyBlacksmith opened this issue Oct 25, 2019 · 2 comments

Comments

@BeastyBlacksmith
Copy link

BeastyBlacksmith commented Oct 25, 2019

julia> @latex RExpr(:n)
ERROR: LoadError: Reduce: 
rexpr($$$;
at line 1

***** Too few right parentheses 
@chakravala
Copy link
Owner

Why do you want to use the @latex macro for that?

julia> latex(RExpr(:n))
"\\begin{displaymath}\nn\n\\end{displaymath}\n"

Probably better to just stick with a regular function call, since macro is not necessary for this.

@BeastyBlacksmith
Copy link
Author

mainly I was playing around and found that error message confusing

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