Text FormattingToC not as a chapter

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
vietnamica
Posts: 21
Joined: Thu Nov 19, 2009 6:00 am

ToC not as a chapter

Post by vietnamica »

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

ToC not as a chapter

Post by localghost »

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
vietnamica
Posts: 21
Joined: Thu Nov 19, 2009 6:00 am

ToC not as a chapter

Post by vietnamica »

Thank you. I would like to explore whether we can put the TOC in the title page.

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}
then TeX produces TOC in a new page.

How to solve this?
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

ToC not as a chapter

Post by localghost »

Have you ever heard of a minimal working example (MWE)? If not, follow the link. If yes, take action.
Post Reply