Search found 32 matches

by Tissie
Wed May 09, 2012 7:54 pm
Forum: General
Topic: Unnumbered Section listed before unnumbered Chapter in ToC
Replies: 2
Views: 2675

Re: Unnumbered Section listed before unnumbered Chapter in T

Baah, silly mistake I was staring myself completely blind on the problem.. I need to get out in the fresh air :D

Thanks for the help
by Tissie
Wed May 09, 2012 3:42 pm
Forum: General
Topic: Unnumbered Section listed before unnumbered Chapter in ToC
Replies: 2
Views: 2675

Unnumbered Section listed before unnumbered Chapter in ToC

Hi All,

In the preface for my thesis, which is an unlabeled chapter (\chapter*)
I have a section like this:

\chapter*{Preface} \label{chap:Preface}
\markboth{Chapter {\protect\ref{chap:Preface}}. Preface}{ }

\section*{Goals and Objectives}\label{Preface:Objectives}
\addtocontents{toc}{\protect ...
by Tissie
Mon May 07, 2012 4:34 pm
Forum: Graphics, Figures & Tables
Topic: Add Figures to Part Page
Replies: 1
Views: 1710

Re: Add Figures to Part Page

Never mind, I found a similar topic here:
http://latex-community.org/forum/viewto ... 47&t=15059

Thx
by Tissie
Mon May 07, 2012 4:21 pm
Forum: Graphics, Figures & Tables
Topic: Add Figures to Part Page
Replies: 1
Views: 1710

Add Figures to Part Page

Hi All,

I have a main .tex file containing preamble and \input commands to call different chapters in my thesis.

Before some of these \input commands, I place \part{Part Title} to divide my thesis into parts. This works without problems and results in a Part page with the "Part Title" located ...
by Tissie
Wed Apr 11, 2012 4:41 pm
Forum: General
Topic: Table of contents cannot compile with hypperref
Replies: 16
Views: 10981

Re: Table of contents cannot compile with hypperref

Super, it works now.

Thank you very much for your help, Stefan - I really appreciate it :)
Now with this solved I can focus on the actual writing.. hehe

Kind regards,
Tissie
by Tissie
Wed Apr 11, 2012 4:24 pm
Forum: General
Topic: Table of contents cannot compile with hypperref
Replies: 16
Views: 10981

Table of contents cannot compile with hypperref

Awesome, we are getting close, now I can compile. But my bibliography entrance in the ToC displays the page on which the bibliography ends.

My code for this is:
\bibliographystyle{bibgen}
\footnotesize{\bibliography{library}}
\addcontentsline{toc}{chapter}{Bibliography}

In the ToC it says that ...
by Tissie
Wed Apr 11, 2012 3:33 pm
Forum: General
Topic: Table of contents cannot compile with hypperref
Replies: 16
Views: 10981

Re: Table of contents cannot compile with hypperref

Okay, it does not work with deleting the ToC file in my real document. I reproduced this error in the minimal example by including a chapter where I call \addtocontents (see line 150 in the new Thesis_main_error)
by Tissie
Wed Apr 11, 2012 2:50 pm
Forum: General
Topic: Table of contents cannot compile with hypperref
Replies: 16
Views: 10981

Re: Table of contents cannot compile with hypperref

Alright, I prepared a minimal example, please see attached .rar file

If you pdftexify it should work now. But if you remove the % in front of \tableofcontents on line 128 in Thesis_Main_Error.tex I get the error again.

I appreciate the help.
by Tissie
Wed Apr 11, 2012 1:37 pm
Forum: General
Topic: Table of contents cannot compile with hypperref
Replies: 16
Views: 10981

Re: Table of contents cannot compile with hypperref

Thanks Stefan, see attachment