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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10361
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