emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] heading numbering in LaTeX export?


From: Peter Salazar
Subject: Re: [O] heading numbering in LaTeX export?
Date: Sun, 8 Sep 2013 03:43:14 -0400

That appears to work perfectly. Thank you so much! 

If I have 5 levels of heading, should I do it like this? 

#+LATEX_HEADER: \setcounter{secnumdepth}{0}
#+LATEX_HEADER: \setcounter{tocdepth}{5}


On Sun, Sep 8, 2013 at 1:54 AM, Nick Dokos <address@hidden> wrote:
Peter Salazar <address@hidden> writes:

> Thank you! That solution is very promising indeed. 
>
> I see why it's quick and dirty though - it appears to be generation
> section numbers, but just making the numbers invisible, so that the
> headings are not flush with the left margin:
> http://i.imgur.com/G6drpmf.png
>
> Is there a solution to that, or is that just the way it is? 
>

Here is a cleaner way:

#+LATEX_HEADER: \setcounter{secnumdepth}{0}
#+LATEX_HEADER: \setcounter{tocdepth}{3}

--
Nick





reply via email to

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