Dear all:
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.
Text Formatting ⇒ ToC not as a chapter
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
ToC not as a chapter
Since I think that this question is hard to answer with only this poor information, I want to draw your attention to a special thread [1]. With some more details it certainly will be easier to find a solution.
[1] View topic: Avoidable mistakes
Best regards
Thorsten
[1] View topic: Avoidable mistakes
Best regards
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
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
Thank you. I would like to explore whether we can put the TOC in the title page.
I did:
then TeX produces TOC in a new page.
How to solve this?
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
Have you ever heard of a minimal working example (MWE)? If not, follow the link. If yes, take action.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10