emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* One column TOC?
@ 2018-08-11 23:36 Sharon Kimble
  2018-08-12  4:49 ` Alain.Cochard
  0 siblings, 1 reply; 5+ messages in thread
From: Sharon Kimble @ 2018-08-11 23:36 UTC (permalink / raw)
  To: org-mode-email

[-- Attachment #1: Type: text/plain, Size: 424 bytes --]


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?

Thanks
Sharon.
-- 
A taste of linux = http://www.sharons.org.uk
DrugFacts = https://www.drugfacts.org.uk
Debian 9.4, fluxbox 1.3.7, emacs 25.3.3, org 9.1.13

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: One column TOC?
  2018-08-11 23:36 One column TOC? Sharon Kimble
@ 2018-08-12  4:49 ` Alain.Cochard
  2018-08-12 11:25   ` Eric S Fraga
  0 siblings, 1 reply; 5+ messages in thread
From: Alain.Cochard @ 2018-08-12  4:49 UTC (permalink / raw)
  To: Sharon Kimble; +Cc: org-mode-email

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?  Seriously, are you sure that this happens for a basic
minimal org file, say with only one headline?  If so, I'm at a loss.
Otherwise, perhaps you can start by checking your "#+LATEX=..."  (or
similar) instructions in your org file.

Regards,
a.

-- 
EOST (École et Observatoire des Sciences de la Terre) 
IPG (Institut de Physique du Globe) | alain.cochard@unistra.fr
5 rue René Descartes   [bureau 106] | Phone: +33 (0)3 68 85 50 44 
F-67084 Strasbourg Cedex, France    | Fax:   +33 (0)3 68 85 01 25     

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: One column TOC?
  2018-08-12  4:49 ` Alain.Cochard
@ 2018-08-12 11:25   ` Eric S Fraga
  2018-08-12 18:10     ` Robert Klein
  0 siblings, 1 reply; 5+ messages in thread
From: Eric S Fraga @ 2018-08-12 11:25 UTC (permalink / raw)
  To: Alain.Cochard; +Cc: org-mode-email, Sharon Kimble

On Sunday, 12 Aug 2018 at 06:49, Alain.Cochard@unistra.fr 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.
-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.1.13-894-gf79545

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: One column TOC?
  2018-08-12 11:25   ` Eric S Fraga
@ 2018-08-12 18:10     ` Robert Klein
  2018-08-13 12:12       ` Sharon Kimble
  0 siblings, 1 reply; 5+ messages in thread
From: Robert Klein @ 2018-08-12 18:10 UTC (permalink / raw)
  To: Eric S Fraga; +Cc: org-mode-email, Alain.Cochard, Sharon Kimble

Hi,

On Sun, 12 Aug 2018 13:25:34 +0200
Eric S Fraga <esflists@gmail.com> wrote:

> On Sunday, 12 Aug 2018 at 06:49, Alain.Cochard@unistra.fr 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: One column TOC?
  2018-08-12 18:10     ` Robert Klein
@ 2018-08-13 12:12       ` Sharon Kimble
  0 siblings, 0 replies; 5+ messages in thread
From: Sharon Kimble @ 2018-08-13 12:12 UTC (permalink / raw)
  To: Robert Klein; +Cc: Eric S Fraga, org-mode-email, Alain.Cochard

[-- Attachment #1: Type: text/plain, Size: 1561 bytes --]

Robert Klein <roklein@roklein.de> writes:

> Hi,
>
> On Sun, 12 Aug 2018 13:25:34 +0200
> Eric S Fraga <esflists@gmail.com> wrote:
>
>> On Sunday, 12 Aug 2018 at 06:49, Alain.Cochard@unistra.fr 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

Thanks Eric and Robert.

I had a look and found that I too had multitoc loaded in, and when I
commented it out my TOC became one only column, which is what I want.

Many thanks both

Sharon.
-- 
A taste of linux = http://www.sharons.org.uk
DrugFacts = https://www.drugfacts.org.uk
Debian 9.4, fluxbox 1.3.7, emacs 25.3.3, org 9.1.13

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-08-13 12:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-11 23:36 One column TOC? Sharon Kimble
2018-08-12  4:49 ` Alain.Cochard
2018-08-12 11:25   ` Eric S Fraga
2018-08-12 18:10     ` Robert Klein
2018-08-13 12:12       ` Sharon Kimble

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).