Hello,

I'm experimenting with muse-publish-this-file and the style slides, the
basics works allright. But now I try to put some stuff in my slides...

,----[ TestSlides.muse ]---
| * Slides
| 
| <slide title="Test">
| 
| <example>
| Test
| </example>
| 
| </slide>
`----

after muse-publish-this-file, the resulting LaTeX file is wrong:

----------8<--------snipp---------8<-------------------------

\documentclass[ignorenonframetext]{beamer}
[...]

\begin{document}

[...]

\section{Slides}

\begin{frame}
\frametitle{Test}

\textless{}example\textgreater{}
Test
\textless{}/example\textgreater{}

\end{frame}

\end{document}
----------8<--------snipp---------8<-------------------------

The example section in the muse file should be a verbatim environment in the
LaTeX file not "\textless{}example\textgreater{}". Is this because of the
nestet structure of my muse stuff? Or do I something wrong?

Regards,

Philipp


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

Reply via email to