Search found 16 matches

by veerle
Sun May 17, 2009 2:42 pm
Forum: General
Topic: table of contents
Replies: 2
Views: 1823

Re: table of contents

Thank you :)
by veerle
Sun May 17, 2009 1:59 pm
Forum: General
Topic: table of contents
Replies: 2
Views: 1823

table of contents

Hi everyone,

I have an urgent question about my table of contents:
How can I decrease the space above my title : 'table of contents' ?
I'm using \usepackage[subfigure]{tocloft}

bye en thank you in advance!
Veerle
by veerle
Sat May 09, 2009 7:21 pm
Forum: Graphics, Figures & Tables
Topic: Caption of figures/tables
Replies: 1
Views: 2533

Caption of figures/tables

Hi.
I would like to place my “caption” of my tables and figures at the left side of my paper over the whole length of my paper and not just over the length of my figure. I’m using \usepackage{caption}, not \usepackage{caption2}, so “noonline” doesn’t work now.
I also want to know how to adapt the ...
by veerle
Mon May 04, 2009 4:34 pm
Forum: General
Topic: How do you make the bibliography a chapter?
Replies: 2
Views: 1813

Re: How do you make the bibliography a chapter?

Thank you very much!
by veerle
Mon May 04, 2009 3:42 pm
Forum: General
Topic: How do you make the bibliography a chapter?
Replies: 2
Views: 1813

How do you make the bibliography a chapter?

Hi everyone,

Does somebody know how you make from the Bibliography a chapter? So that you will see in your table of contents and in the title of the bibliography for example
VI. Bibliography ?

Thank you in advance!
Veerle
by veerle
Sat May 02, 2009 8:44 pm
Forum: General
Topic: Modify Table of Contents: Reduce Spacing Between Lines?
Replies: 22
Views: 43798

Re: Modify Table of Contents: Reduce Spacing Between Lines?

Thank you!!! You're great! Now I can go out tonight without worries ;)
Have a nice weekend too!
bye bye!!!
by veerle
Sat May 02, 2009 6:28 pm
Forum: General
Topic: Modify Table of Contents: Reduce Spacing Between Lines?
Replies: 22
Views: 43798

Re: Modify Table of Contents: Reduce Spacing Between Lines?

Oh thank you, that's stupid of me!
Now i have put:
\renewcommand{\cfttoctitlefont}{
\hrule
\vspace{5pt}
\Huge \bfseries {Inhoudsopgave}
\vspace{5pt}%
\hrule }

But now I get the right title, but after that I get the word 'inhoudsopgave' again in the style of the original table of contents title ...
by veerle
Sat May 02, 2009 5:50 pm
Forum: General
Topic: Modify Table of Contents: Reduce Spacing Between Lines?
Replies: 22
Views: 43798

Re: Modify Table of Contents: Reduce Spacing Between Lines?

I have already tried it
when I put \usepackage[subfigure][titles]{tocloft} I get an error: missing begin document
When I put \usepackage[subfigure,titles]{tocloft} then I get no errors but nothing is changing, everything is back like it was before (no space in between the lines)
When I put ...
by veerle
Sat May 02, 2009 5:30 pm
Forum: General
Topic: Modify Table of Contents: Reduce Spacing Between Lines?
Replies: 22
Views: 43798

Re: Modify Table of Contents: Reduce Spacing Between Lines?

If I don't use the package tocloft than is my table of contents too big, there is too much space between the rules, and
\begin{spacing}{0.1}
\tableofcontents
\end{spacing}
doesn't work :? I would really like to change the style of the title 'table of contents'....
by veerle
Sat May 02, 2009 5:11 pm
Forum: General
Topic: Modify Table of Contents: Reduce Spacing Between Lines?
Replies: 22
Views: 43798

Re: Modify Table of Contents: Reduce Spacing Between Lines?

Thank you!! It's working excellent!!!
Now I want the name 'table of contents' in the same lay-out like my other chapters , I've tried this:

\renewcommand{\cftZtitlefont}{
\hrule
\vspace{5pt}
\Huge \bfseries {Inhoudsopgave}
\vspace{5pt}%
\hrule }

but again an error... 'cftZtitlefont' is undefined ...