[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] One column TOC?
From: |
Robert Klein |
Subject: |
Re: [O] One column TOC? |
Date: |
Sun, 12 Aug 2018 20:10:05 +0200 |
Hi,
On Sun, 12 Aug 2018 13:25:34 +0200
Eric S Fraga <address@hidden> wrote:
> On Sunday, 12 Aug 2018 at 06:49, address@hidden wrote:
> > Sharon Kimble writes on Sun 12 Aug 2018 00:36:
> > >
> > > I've been puzzling over this for several weeks now, how can I
> > > get the
> >
> > > TOC of a document, written in org-mode and exported as latex and
> > > then built into a PDF, have just one column of its TOC, instead
> > > of what seems to be its default of 2 columns, please?
> >
> > That is funny, for me it has always been one column. How do you do
> > two columns?
>
> It might depend on the LaTeX class used. It's not an org issue.
Indeed. I remember looking for a way to make the Toc two column. My
LaTeX export now sports a line
\usepackage[toc]{multitoc}
plus some configurations.
If you don't find a “#+LaTeX_Header: ” line \usepackaging some toc
package or stuff, you might want to look at your emacs initialization
file. In particular look for a modification of the
“org-latex-packages-alist” variable.
Best regards
Robert