From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Klein Subject: Re: One column TOC? Date: Sun, 12 Aug 2018 20:10:05 +0200 Message-ID: <20180812201005.07bd34d8@lt70.mpip-mainz.mpg.de> References: <87600g79y2.fsf@skimble.plus.com> <23407.48213.30215.779226@frac.u-strasbg.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44907) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fouoy-0007cr-JZ for emacs-orgmode@gnu.org; Sun, 12 Aug 2018 14:10:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fouos-0008BN-Cv for emacs-orgmode@gnu.org; Sun, 12 Aug 2018 14:10:32 -0400 Received: from mout.kundenserver.de ([212.227.17.24]:43151) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fouor-00089e-OF for emacs-orgmode@gnu.org; Sun, 12 Aug 2018 14:10:26 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Eric S Fraga Cc: org-mode-email , Alain.Cochard@unistra.fr, Sharon Kimble Hi, On Sun, 12 Aug 2018 13:25:34 +0200 Eric S Fraga wrote: > On Sunday, 12 Aug 2018 at 06:49, Alain.Cochard@unistra.fr wrote: > > Sharon Kimble writes on Sun 12 Aug 2018 00:36: =20 > > >=20 > > > I've been puzzling over this for several weeks now, how can I > > > get the =20 > > =20 > > > 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? =20 > > > > That is funny, for me it has always been one column. How do you do > > two columns? =20 >=20 > 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 =E2=80=9C#+LaTeX_Header: =E2=80=9D line \usepackaging s= ome toc package or stuff, you might want to look at your emacs initialization file. In particular look for a modification of the =E2=80=9Corg-latex-packages-alist=E2=80=9D variable. Best regards Robert