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> @latex RExpr(:n) ERROR: LoadError: Reduce: rexpr($$$; at line 1 ***** Too few right parentheses
The text was updated successfully, but these errors were encountered:
Why do you want to use the @latex macro for that?
@latex
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.
Sorry, something went wrong.
mainly I was playing around and found that error message confusing
No branches or pull requests
The text was updated successfully, but these errors were encountered: