On 31 Mar 2007, Mario E. Munich wrote:

> Dear people,
>
> I have been writing a document in muse to be published in latex/pdf. I
> wanted to include some latex directives within the document so I added
> the following:
>
> <latex>
> \pagebreak
> \begin{equation}
> x = 3^2 + \phi
> \end{equation}
> </latex>
>
> When I publish to latex, the latex directives that I added in muse get
> completely ignored. When I publish to latex using jeho-latex using the
> jeho-latex code by Jim Ottaway, the latex directives get converted
> into:
>
>
> \textbackslash{}pagebreak
> \textbackslash{}begin\{equation\}
> x = 3\^{}2 + \textbackslash{}phi
> \textbackslash{}end\{equation\}

I don't see any difference between publishing with latex and jeho-latex
in this respect: for both I get what you have above.  

Is there a <latex> tag?  

This seems works for me:

<literal>
\pagebreak
\begin{equation}
x = 3^2 + \phi
\end{equation}
</literal>

but it might not be acceptable if you want to publish to other non-latex
formats. 

Regards,

-- 
Jim Ottaway

_______________________________________________
Muse-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/muse-el-discuss

Reply via email to