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 am using the ubuntu package for muse-el: 3.02.93.arch.265-2ubuntu1
Here is the setup for muse:

;; Muse mode -- publishing mode
(require 'muse)          ; load generic module
(require 'muse-colors)   ; load coloring/font-lock module
(require 'muse-mode) ; load authoring mode
(require 'muse-html) ;
(require 'muse-latex) ;
(require 'muse-latex2png) ;
(require 'muse-texinfo)  ; load Info/PDF publishing styles
(require 'muse-wiki)     ; load Wiki support
(require 'muse-journal)  ; load journal support

;; Muse projects --
(require 'muse-project)

;; Modifications for latex preamble (by Jim Ottaway)
(require 'jeho-latex)

;; Publishing
(muse-derive-style "jeho-pdf" "jeho-latex"
                   :final   'muse-latex-pdf-generate
                   :browser 'muse-latex-pdf-browse-file
                   :link-suffix 'muse-latex-pdf-extension
                   :osuffix 'muse-latex-pdf-extension)

I would appreciate any comments on what might be happening and on how I
should be able to actually get the latex directives to be properly
included in the final document.

Best regards,

-Mario

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

Reply via email to