Hi again,
I succeed in exporting to .tex files with article.cls and book.cls but I
do not succeed to export other classes. I do not even suceed in exporting
in beamer class. I have in my emacs:
(unless (boundp 'org-export-latex-classes)
(setq org-export-latex-classes nil))
(add-to-list 'org-export-latex-classes
'("beamer"
"\\documentclass[11pt]{beamer}\n\\usepackage[utf8]{inputenc}\n\\usepackage[T1]{fontenc}\n\\usepackage{hyperref}\n\\usepackage{verbatim}\n"
("\\section{%s}" . "\\section*{%s}")
("\\begin{frame}\\frametitle{%s}" "\\end{frame}"
"\\begin{frame}\\frametitle{%s}" "\\end{frame}")))
But it does not work : user-error: Unknown LaTeX class `beamer'
I need again some help...
Thanks in advance,
Jo.
2013/10/1 Joseph Vidal-Rosset <[email protected]>
>
> 2013/10/1 Eric S Fraga <[email protected]>
>
>> Now you are starting to blur the lines between email and document
>> management? If emails get this complicated, my gut feeling is that you
>> are better off working on a real document (in org, of course ;-) and
>> generating a PDF to attach to an email.
>>
>
> You are certainly right Eric. Now I understand that I have to learn how
> writing every latex document in org-mode. I do not doubt that it is
> possible.
>
> Again, many thanks !
>
> Jo.
>