Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Moving up the word "contents" using the titletoc package

2 views
Skip to first unread message

USER

unread,
Dec 9, 2009, 7:16:13 AM12/9/09
to
Hello.

I want to say/ask something about the titletoc package:
Is it possible to control the place where the word "contents" appears
at the beginning of the table of contents? its default value is about
5 cm from the top of the page, but I want to put it higher, say at
2cm. I want to do similar things with the word "chapter" in the
corresponding chapters (the opening page of a chapter;
I use \documentclass[12 pt]{report} ).

I have looked at the manual

http://tug.ctan.org/tex-archive/macros/latex/contrib/titlesec/titlesec.pdf

and I must admit that I haven't found a way [or simply haven't
understood how? sorry for that :-) ] to do it.

Thank you very much for your patience and kind attention,

USER

dmorgorg

unread,
Jan 4, 2010, 8:14:58 PM1/4/10
to
On Dec 9 2009, 5:16 am, USER <gour...@gmail.com> wrote:
> Hello.
>
> I want to say/ask something about the titletoc package:
> Is it possible to control the place where the word "contents" appears
> at the beginning of the table of contents? its default value is about
> 5 cm from the top of the page, but I want to put it higher, say at
> 2cm. I want to do similar things with the word "chapter" in the
> corresponding chapters (the opening page of a chapter;
> I use \documentclass[12 pt]{report} ).
>
> I have looked at the manual
>
> http://tug.ctan.org/tex-archive/macros/latex/contrib/titlesec/titlese...

>
> and I must admit that I haven't found a way [or simply haven't
> understood how? sorry for that :-)  ] to do it.
>
> Thank you very much for your patience and kind attention,
>
> USER

Try:
\usepackage{titlesec}
\titlespacing{\chapter}{0em}{-3cm}{0em}


0 new messages