Text Formatting ⇒ ToC not as a chapter
-
- Posts: 21
- Joined: Thu Nov 19, 2009 6:00 am
ToC not as a chapter
Normally, when we put \tableofcontents in our tex file, then a TOC will be generated as a chapter. How can we make TOC is not a chapter?
I would like to present the following in the same page, for example:
TITLE
Author - Date
Table of Contents
Thank you for your advices.
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
ToC not as a chapter
[1] View topic: Avoidable mistakes
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 21
- Joined: Thu Nov 19, 2009 6:00 am
ToC not as a chapter
I did:
Code: Select all
\begin{titlepage}\begin{center}{\Large Volume 01, Issue 01}\\[0.5cm]\end{center}\begin{flushright}============================================\\[0.4cm]{\fontfamily{ounc}\selectfont{ \huge \bfseries TITLE}\\[0.4cm]}============================================ \\[0.4cm]\end{flushright}{\footnotesize\tableofcontents}\vfill\begin{center}% Bottom of the page%{\large \today}\copyright{} {\LargeInstitution}\\[0.4cm]{\small \today}\end{center}\end{titlepage}
How to solve this?
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
ToC not as a chapter
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10