You need to set a couple of VR3 settings for it to render MathJax. They
are documented in VR3's docstring. VR3 can also render MathJax in Markdown
nodes. Here is the node body I used to make the example rendering. It's
one of the nodes I use to test VR3's renderings.
There should be some in line math :math:`a-2b^2` here.
.. math::
\frac{2\pm\sqrt{7}}{3}
Some text here, and then some more math:
.. math::
\sum_{n=1}^\infty\frac{-e^{i\pi}}{2^n}+(\frac{5-\frac{1}{x}}{4})
To get this to work right with rst2pdf, we need to put a blank line between
each line of math.
.. math::
α_t(i)=P(O_1,O_2,…O_t,q_t)=S_iλ
k=\int_{0}^{10}xdx
E=mc^2
More inline math: :math:`e^x`.
On Friday, October 15, 2021 at 8:29:49 AM UTC-4 Edward K. Ream wrote:
> On Thu, Oct 14, 2021 at 5:54 PM [email protected] <[email protected]>
> wrote:
>
>> Here's the rendering of a node I use for testing VR3 with MathJax.
>>
>
> Thanks. The rendering looks great as a stand-alone .html file.
>
> And WOW: it looks great rendered in VR3! I pasted the entire .html file
> into a Leo file and did vr3-show.
>
> How did you get this example?
>
> Edward
>
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/leo-editor/fa71ff68-349d-479b-8767-01989e121e0en%40googlegroups.com.