emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] first #+LATEX_HEADER: in SETUPFILE not correctly exported and ca


From: Charles Millar
Subject: Re: [O] first #+LATEX_HEADER: in SETUPFILE not correctly exported and causes Missing \begin{document} error
Date: Sun, 03 Apr 2016 14:18:46 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

Hello,

On 04/02/2016 05:00 AM, Nicolas Goaziou wrote:
Hello,

Charles Millar <address@hidden> writes:

[...]
"mysetup" class is

(add-to-list 'org-latex-classes
               '("mysetup"
"\\documentclass[fontsize=11pt,letterpaper,twoside=false]{scrartcl}
[...]

\\newcommand\\foo{bar}
                [NO-DEFAULT-PACKAGES]
                [NO-PACKAGES]
                [EXTRA]"
[...]

\newcommand\foo{bar}
                              \usepackage{lastpage}
Your template includes indentation before "[EXTRA]". This indentation
appears in the output, in this case, before the first LATEX_HEADER
directive.


Thank you, Nicolas!

Charlie Millar



reply via email to

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