|
From: | Camille persson |
Subject: | Re: [O] Title page in latex export |
Date: | Fri, 4 Mar 2011 15:17:58 +0100 |
(add-to-list 'org-export-latex-classes
'("MyUnivThesis"
"\\documentclass{univstyle}"
("\\part{%s}" . "\\part*{%s}")
("\\chapter{%s}" . "\\chapter*{%s}")
("\\section{%s}" . "\\section*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
Hi Lawrence,
That does the trick. :) Thanks a lot.
On Fri, 04 Mar 2011 11:38:08 +0000
Lawrence Mitchell <address@hidden> wrote:
> Try this patch to org-latex.el:
>
> diff --git a/lisp/org-latex.el b/lisp/org-latex.el
> index 19baa40..4db38d6 100644
> --- a/lisp/org-latex.el
> +++ b/lisp/org-latex.el
I am not very familiar with LaTeX, is the org default the proper syntax
and my university style is buggy?
--
Suvayu
Open source is the future. It sets us free.
[Prev in Thread] | Current Thread | [Next in Thread] |