In dev/renderMatrix-notes.Rmd I raise this idea:
It would be nice to be able to render a LaTeX equation from the console for the purpose of testing an equation using Eqn() before putting the result into a document. Presently, I'm using the Lagrida LaTeX Equation Editor.
The idea is to be able to do something like:
matX <- latexMatrix()
renderMatrix(matX)
and see the result in an RStudio Viewer panel. However, I note that (unless I'm mistaken)
Eqn() now no longer has an option to return the result other than via cat().
I sketch a few possible routes for this. What do you think?