GeneralChapter 0....chapter 'zero'

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
c.mafla
Posts: 19
Joined: Sat Aug 02, 2008 1:20 am

Chapter 0....chapter 'zero'

Post by c.mafla »

Hi everybody...i'm new at LaTeX, and i'm writing my undergraduate thesis using it; my question is, how can i set the number of the first chapter 'introduction' as 'chapter 0'?, please, someone help me

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Chapter 0....chapter 'zero'

Post by Stefan Kottwitz »

Hi,

just write

Code: Select all

\setcounter{chapter}{-1}
before the introduction.

Stefan
LaTeX.org admin
sinith
Posts: 1
Joined: Mon Jan 18, 2016 6:59 am

Re: Chapter 0....chapter 'zero'

Post by sinith »

Thanks for the information. It is really helpful
Post Reply