GeneralHow to create a section without and index number?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
BenTreeser
Posts: 1
Joined: Thu Jul 11, 2013 2:31 pm

How to create a section without and index number?

Post by BenTreeser »

Hi guys I'm new to this forum and hope you can help me in this issue.

I want to create a section without an index and without adding it to the table of contents. So I googled a little bit and found the solution using the *. So in my case using it like this should solve my problem:

Code: Select all

\subsubsection*{Behavio}
But, I get the following result:
http://i.imgur.com/GMMSasy.png
GMMSasy.png
GMMSasy.png (71.88 KiB) Viewed 2606 times
I'm using TexMaker
The CLS file I'm using is in the attachment.

What do I do wrong?
Attachments
thesisclass.cls
(7.25 KiB) Downloaded 160 times

Recommended reading 2024:

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

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

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

How to create a section without and index number?

Post by Johannes_B »

I am not able to reproduce your problem. Posting a minimal working example might help.
Edit: Did you run pdflatex (at least) twice?

Code: Select all

\documentclass{thesisclass}
\begin{document}
\tableofcontents
\subsubsection*{with star}
\subsubsection{normal/without star}
\end{document}
Nevertheless, please, do not use this class for future projects, lot's of things are absolete. There is a high chance, that you will run into some kind of trouble.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply