From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joseph Vidal-Rosset Subject: Re: Getting custom LaTeX exports to work Date: Fri, 27 Dec 2013 11:32:20 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d043be1fc257ffd04ee819d24 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VwUij-0002OM-BV for emacs-orgmode@gnu.org; Fri, 27 Dec 2013 05:32:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VwUih-0007xx-2c for emacs-orgmode@gnu.org; Fri, 27 Dec 2013 05:32:45 -0500 Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:36347) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VwUig-0007xq-Of for emacs-orgmode@gnu.org; Fri, 27 Dec 2013 05:32:43 -0500 Received: by mail-wi0-f170.google.com with SMTP id hq4so13558132wib.3 for ; Fri, 27 Dec 2013 02:32:41 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Uwe Ziegenhagen Cc: emacs-orgmode list --f46d043be1fc257ffd04ee819d24 Content-Type: text/plain; charset=UTF-8 Dear Uwe, dear all, I would be very interested to get a working .org file model of preambles , in order to produce in org format articles in latex, as well as in html, as well as in beamer class, it would be splendid. Unfortunately, I did not succeeded in my several tentatives, and I came back to write directly in latex format, which is certainly not the best solution when you have to make also beamer files from your articles. It would be nice of you and/or everyone in this list to give here a copy of a working model of preambles in org mode. I know that I I have to read the documentation, and I do, but it would be quicker with help of some experts of this list. All the best Jo. 2013/12/25 Uwe Ziegenhagen > Hi everyone, > > I am trying to get custom LaTeX exports to work. I installed the latest > version of Emacs (for Windows) and org mode today and have the following in > my .emacs: > > (require 'ox-html) > (require 'ox-latex) > (require 'ox-ascii) > > ;; now let's add a few custom class export templates > (add-to-list 'org-latex-classes > '("koma-artikel" > "\\documentclass{scrartcl}" > ("\\section{%s}" . "\\section*{%s}") > ("\\subsection{%s}" . "\\subsection*{%s}") > ("\\subsubsection{%s}" . "\\subsubsection*{%s}") > ("\\paragraph{%s}" . "\\paragraph*{%s}") > ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))) > > (add-to-list 'org-latex-classes > '("scrlttr" > "\\documentclass[11pt]{scrlttr2}\n > \\usepackage[utf8]{inputenc}\n > \\usepackage[T1]{fontenc}\n > \\usepackage{xcolor}" > > ("\\section{%s}" . "\\section*{%s}") > ("\\subsection{%s}" . "\\subsection*{%s}") > ("\\subsubsection{%s}" . "\\subsubsection*{%s}") > ("\\paragraph{%s}" . "\\paragraph*{%s}") > ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))) > > In my simple org-file I have the following in the first line: > > #+LaTeX_CLASS: koma-article > > Unfortunately I still get "Unknown LaTeX Class `koma-article`" when > executing -c-e l L > > > > --f46d043be1fc257ffd04ee819d24 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Dear Uwe, dear all,=C2=A0

I would be ve= ry interested to get a working .org file model of preambles , =C2=A0in orde= r to produce =C2=A0in org format =C2=A0articles in latex, as well as in htm= l, as well as in beamer class, it would be splendid.=C2=A0

Unfortunately, I did not succeeded in my several tentat= ives, and I came back to write directly in =C2=A0latex format, which is cer= tainly not the best solution when you have to make also beamer files from y= our articles.=C2=A0

It would be nice of you and/or everyone in this list to= give here a copy of a working model of preambles in org mode. I know that = I I have to read the documentation, and I do, but it would be quicker with = help of some experts of this list.=C2=A0


All the best

Jo= . =C2=A0


2013/12/25 Uwe Ziegenhagen <ziegenhagen@gmail.com>
Hi everyone,

I am trying to get custom LaTeX exports to work. I installed the latest
version of Emacs (for Windows) and org mode today and have the following in=
my .emacs:

(require 'ox-html)
(require 'ox-latex)
(require 'ox-ascii)

;; now let's add a few custom class export templates
(add-to-list 'org-latex-classes
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 '("koma-artikel"
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0"\\documentclass{scrar= tcl}"
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0("\\section{%s}" = . "\\section*{%s}")
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0("\\subsection{%s}&quo= t; . "\\subsection*{%s}")
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0("\\subsubsection{%s}&= quot; . "\\subsubsection*{%s}")
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0("\\paragraph{%s}"= ; . "\\paragraph*{%s}")
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0("\\subparagraph{%s}&q= uot; . "\\subparagraph*{%s}")))

(add-to-list 'org-latex-classes
'("scrlttr"
=C2=A0 =C2=A0 =C2=A0"\\documentclass[11pt]{scrlttr2}\n
=C2=A0 =C2=A0 =C2=A0 \\usepackage[utf8]{inputenc}\n
=C2=A0 =C2=A0 =C2=A0 \\usepackage[T1]{fontenc}\n
=C2=A0 =C2=A0 =C2=A0 \\usepackage{xcolor}"

=C2=A0 =C2=A0 =C2=A0("\\section{%s}" . "\\section*{%s}"= )
=C2=A0 =C2=A0 =C2=A0("\\subsection{%s}" . "\\subsection*{%s}= ")
=C2=A0 =C2=A0 =C2=A0("\\subsubsection{%s}" . "\\subsubsectio= n*{%s}")
=C2=A0 =C2=A0 =C2=A0("\\paragraph{%s}" . "\\paragraph*{%s}&q= uot;)
=C2=A0 =C2=A0 =C2=A0("\\subparagraph{%s}" . "\\subparagraph*= {%s}")))

In my simple org-file I have the following in the first line:

#+LaTeX_CLASS: koma-article

Unfortunately I still get "Unknown LaTeX Class `koma-article`" wh= en
executing <Ctrl>-c-e l L




--f46d043be1fc257ffd04ee819d24--