I'm trying to learn LaTeX, however, I'm not able to make the TOC right after the Abstract and Dedication. Wherever i put the command \tableofcontents (even just before \end{document}), still the TOC appears BEFORE Abstract and Dedication.
What do i have to do?
P.S: i Want to use that command so i do not have to enter the TOC manualy item by item.
Thanks in advance,
Text Formatting ⇒ How to make TOC -AFTER- Abstract and Dedication?
-
- Posts: 14
- Joined: Sat Mar 19, 2011 11:17 pm
How to make TOC -AFTER- Abstract and Dedication?
Last edited by ahmedsalahais on Sun Mar 20, 2011 4:03 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
How to make TOC -AFTER- Abstract and Dedication?
Hi ahmedsalahais,
welcome to the board!
The TOC should appear where you put the \tableofcontents command. Perhaps you did not remove it at a place before the abstract?
You could create and post a minimal working example to show us the situation.
Stefan
welcome to the board!
The TOC should appear where you put the \tableofcontents command. Perhaps you did not remove it at a place before the abstract?
You could create and post a minimal working example to show us the situation.
Stefan
LaTeX.org admin
-
- Posts: 14
- Joined: Sat Mar 19, 2011 11:17 pm
How to make TOC -AFTER- Abstract and Dedication?
First of all, thanks Stefan.
Now i tried to make the minimal working example ... here's my code:
This resulted in 3 pages. The first is TOC, the second is empty due to the lack of option 'openany', and the third is Chapter 1 Abstract.
Now I'm puzzled ... by the way i'm using Scientific Workplace 5.5 if it may make difference.
Thank you ...
Now i tried to make the minimal working example ... here's my code:
Code: Select all
\documentclass{book}
\begin{document}
\chapter{Abstract}
Any thing
\tableofcontents
\end{document}
Now I'm puzzled ... by the way i'm using Scientific Workplace 5.5 if it may make difference.
Thank you ...
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Re: How to make TOC -AFTER- Abstract and Dedication?
Perhaps Scientific Workplace makes a difference, but when I run LaTeX, I get
- 1st page abstract
- 2nd page empty
- 3rd page table of contents.
So, regarding LaTeX it's alright.
Stefan
- 1st page abstract
- 2nd page empty
- 3rd page table of contents.
So, regarding LaTeX it's alright.
Stefan
LaTeX.org admin
-
- Posts: 14
- Joined: Sat Mar 19, 2011 11:17 pm
Re: How to make TOC -AFTER- Abstract and Dedication?
That's good news ...
So please can you tell me what is your LaTeX dustribution and editor of choice? i know these things are personal choices mostly, but as you can see ... SW5.5 made a difference
So please can you tell me what is your LaTeX dustribution and editor of choice? i know these things are personal choices mostly, but as you can see ... SW5.5 made a difference
-
- Posts: 14
- Joined: Sat Mar 19, 2011 11:17 pm
Re: How to make TOC -AFTER- Abstract and Dedication?
Hmm ...
I tried MikTex 2.9 and it is working fine now. It seems to be TrueTex problem
Anyway, i appreciate your great help.
Thank you.
I tried MikTex 2.9 and it is working fine now. It seems to be TrueTex problem
Anyway, i appreciate your great help.
Thank you.