latex book class example

Upload: eli

Post on 06-Jan-2016

9 views

Category:

Documents


0 download

DESCRIPTION

An example of the book class in the Latex typesetting language.

TRANSCRIPT

  • An Example of Book Class

    for LATEX Class

    August 27, 2015

  • ii

  • Contents

    I A Part Heading 1

    1 A Main Heading 3

    1.1 A Subheading . . . . . . . . . . . . . . . . . . . . . . . . . . . 3

    iii

  • iv CONTENTS

  • Part I

    A Part Heading

    1

  • Chapter 1

    A Main Heading

    Most of this example applies to article and book classes as well as toreport class. In article class, however, the default position for the titleinformation is at the top of the first text page rather than on a separatepage. Also, it is not usual to request a table of contents with article class.

    1.1 A Subheading

    The following sectioning commands are available:

    partchaptersectionsubsectionsubsubsectionparagraphsubparagraph

    But note thatunlike the book and report classesthe article classdoes not have a chapter command.

    3