I have a simple question for the community today; but it's been troubling me for a while.
Suppose we have a straightforward equation formatted for Maxima,
Code: Select all
integrate(4*sqrt(1-(x^2)),x,0,1);
Code: Select all
tex ('integrate(4*sqrt(1-(x^2)),x,0,1));
Code: Select all
4\,\int_{0}^{1}{\sqrt{1-x^2}\;dx}
Code: Select all
\begin_body
\begin_layout Standard
\begin_inset Formula
\begin{eqnarray*}
4\,\int_{0}^{1}{\sqrt{1-x^2}\;dx}
\end{eqnarray*}
\end_inset
\end_layout
\end_body
What might this newbie be missing to allow an equation converted through Maxima (tex) to run directly in a *.lyx document?
Thanks a bunch
