Replies: 1 comment
-
darn ... In most of my PRs, I am using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, Stefan,
I recently came across the use of
\
inGabs.jl
for rendering LaTeX-based equations, as highlighted in this PR: Gabs.jl PR #47. It’s a really neat feature as we don't need to escape the\
using\\
!However, I noticed that using
\
throws a REPL error during compilation here, whereas\\
does not. I opened the discussion to highlight this nice feature of using\
to render equations in Gabs. I’ve been using\\
to escape certain LaTeX commands, which works without issues but it might not render properly 😅I hope that we can also use
\
instead of\\
but currently\
throws error on REPL. I hope you like this suggestion!Thanks so much for your help!
Edit:
Please find the explicit example from PR #437 where I am using
\\
to render the matrix inLatex
and it renders on markdown. I think the following might not be the most ideal way of rendering (docstring-based rendering)Thank you so much to Tommy as well for providing clarification about doctsring rendering. 🙏🏼
Beta Was this translation helpful? Give feedback.
All reactions