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?
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,
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
How to make TOC -AFTER- Abstract and Dedication?
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
-
- Posts: 14
- Joined: Sat Mar 19, 2011 11:17 pm
How to make TOC -AFTER- Abstract and Dedication?
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: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Re: How to make TOC -AFTER- Abstract and Dedication?
- 1st page abstract
- 2nd page empty
- 3rd page table of contents.
So, regarding LaTeX it's alright.
Stefan
-
- Posts: 14
- Joined: Sat Mar 19, 2011 11:17 pm
Re: How to make TOC -AFTER- Abstract and Dedication?
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?
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.