Re: Suppressing chapter numbers in sections, in book documentclass

Harish Kumar Holla <[email protected]>
Newsgroups gmane.comp.tex.tugindia
Message-ID <CAF2OwfFMx+yCAGADH3g8OROece-53sTogRN7V7ae8-DRTmK=tQ@mail.gmail.com>
Put

\makeatletter
\renewcommand \thesection {\@arabic\c@section}
\makeatother

in your preamble.


A complete minimum working example:

\documentclass{book}
\usepackage{lipsum}
\makeatletter
\renewcommand \thesection {\@arabic\c@section}
\makeatother
\begin{document}
\tableofcontents
\chapter*{}  %% Puts the table of contents in a separate page
\section{One}
\lipsum[1]
\section{Two}
\lipsum[2]
\end{document}

On Sun, Jun 10, 2012 at 1:08 AM, P. P. Narayanaswami <[email protected]> wrote:

> I am processing a book that has 100 sections, and no chapter or part.
> I am using "book" documentclass (for various reasons).
> When processed in LaTeX, the section numbers (and in TOC also) are printed
> as
> 0.1, 0.2, ..., 0.100, using "0" as default chapter number. Is there any
> way to
> suppress this default chapter number "0", and get only the section numbers
> as
> 1, 2, ... , 100, in both the section titles and the TOC?
> Thanks in advance for any help.
> Narayanaswami
>
> This electronic communication is governed by the terms and conditions at
> http://www.mun.ca/cc/policies/electronic_communications_disclaimer_2012.php
> _______________________________________________
> Home:        http://www.tug.org.in/
> TeX FAQ:     http://www.tex.ac.uk/faq
> unsubscribe: http://tug.org/mailman/listinfo/tugindia
>



-- 



--with regards

Dr. Harish Kumar
Dept. of Physics
Pondicherry Engineering College
Puducherry 605 014
Ph: 0413 2655281-286 (Extn: 646)

Residence:
Dr. Harish Kumar
# 29 (New No.) I Main Cluny Road
Avvai Nagar, Lawspet
Puducherry 605 008
Ph: 0413 2253652, 9443052957
_______________________________________________
Home:        http://www.tug.org.in/
TeX FAQ:     http://www.tex.ac.uk/faq
unsubscribe: http://tug.org/mailman/listinfo/tugindia
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.