emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Needing help on org-gnus + LaTeX export -


From: Joseph Vidal-Rosset
Subject: Re: [O] Needing help on org-gnus + LaTeX export -
Date: Wed, 2 Oct 2013 05:56:32 +0200

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 <address@hidden>

2013/10/1 Eric S Fraga <address@hidden>
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. 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]