On Thu, Apr 12 2012, Julian Burgos wrote:
> Thanks for the answer Nick. So to get a TOC without numbers I would
> need to edit the TEX file directly, right?
>
Hi there,
another option might be to remove the num:nil org option and instead
tell latex not to number any sections by setting secnumde
On Thu, Apr 12 2012, Julian Burgos wrote:
> Thanks for the answer Nick. So to get a TOC without numbers I would
> need to edit the TEX file directly, right?
>
Hi there,
another option might be to remove the num:nil org option and instead
tell latex not to number any sections by setting secnumd
Julian Burgos wrote:
> Thanks for the answer Nick. So to get a TOC without numbers I would
> need to edit the TEX file directly, right?
>
You could do that, but you could also use John's idea below to add
\addcontentsline after each heading in the org file.
Nick
> On mið 11.apr 2012 19:00, J
Thanks for the answer Nick. So to get a TOC without numbers I would
need to edit the TEX file directly, right?
On mið 11.apr 2012 19:00, John Hendy wrote:
On Wed, Apr 11, 2012 at 12:12 PM, Nick Dokos wrote:
Julian Burgos wrote:
Dear list,
My apologies for another very basic question. I'
On Wed, Apr 11, 2012 at 12:12 PM, Nick Dokos wrote:
> Julian Burgos wrote:
>
>> Dear list,
>>
>> My apologies for another very basic question. I'm wondering why I do
>> not get a table of contents when exporting the following file as pdf
>>
>> ---start org file ---
>> #+TITLE: Test
>> #+
Julian Burgos wrote:
> Dear list,
>
> My apologies for another very basic question. I'm wondering why I do
> not get a table of contents when exporting the following file as pdf
>
> ---start org file ---
> #+TITLE: Test
> #+OPTIONS: toc:t num:nil
>
> * Part 1
> Some text
>
> * Part
Dear list,
My apologies for another very basic question. I'm wondering why I do
not get a table of contents when exporting the following file as pdf
---start org file ---
#+TITLE: Test
#+OPTIONS: toc:t num:nil
* Part 1
Some text
* Part 2
Some more text
---end org file ---