Re: book class questions

2006-06-04 Thread Sara Stymne


Eric Zollars skrev:
I am using the Book class and using roman numbering until the first 
page of chapter 1.  I have two unnumbered chapters* before the Table 
of Contents.
1. How do I include these unnumbered chapters and the table of 
contents itself in the table of contents? 



Hi!

One solution is to use the komascript bookclass, and use addchap instead 
of chapter*


/Sara




Re: book class questions

2006-06-04 Thread Sara Stymne


Eric Zollars skrev:
I am using the Book class and using roman numbering until the first 
page of chapter 1.  I have two unnumbered chapters* before the Table 
of Contents.
1. How do I include these unnumbered chapters and the table of 
contents itself in the table of contents? 



Hi!

One solution is to use the komascript bookclass, and use addchap instead 
of chapter*


/Sara




Re: book class questions

2006-06-04 Thread Sara Stymne


Eric Zollars skrev:
I am using the Book class and using roman numbering until the first 
page of chapter 1.  I have two unnumbered chapters* before the Table 
of Contents.
1. How do I include these unnumbered chapters and the table of 
contents itself in the table of contents? 



Hi!

One solution is to use the komascript bookclass, and use addchap instead 
of chapter*


/Sara




book class questions

2006-06-02 Thread Eric Zollars
I am using the Book class and using roman numbering until the first page 
of chapter 1.  I have two unnumbered chapters* before the Table of Contents.
1. How do I include these unnumbered chapters and the table of contents 
itself in the table of contents?
2. How do I get the roman page numbers at the top of the page instead of 
the bottom?


My preamble:

\usepackage{lscape}
\usepackage{rotating}
\usepackage{float}
\usepackage{rotfloat}
\usepackage{pdfpages}
\title{}
\date{}
\pagenumbering{roman}
\let\myTOC\tableofcontents
\renewcommand\tableofcontents{%
\myTOC
\clearpage
\pagenumbering{arabic}
}

Thanks.

Eric Zollars


book class questions

2006-06-02 Thread Eric Zollars
I am using the Book class and using roman numbering until the first page 
of chapter 1.  I have two unnumbered chapters* before the Table of Contents.
1. How do I include these unnumbered chapters and the table of contents 
itself in the table of contents?
2. How do I get the roman page numbers at the top of the page instead of 
the bottom?


My preamble:

\usepackage{lscape}
\usepackage{rotating}
\usepackage{float}
\usepackage{rotfloat}
\usepackage{pdfpages}
\title{}
\date{}
\pagenumbering{roman}
\let\myTOC\tableofcontents
\renewcommand\tableofcontents{%
\myTOC
\clearpage
\pagenumbering{arabic}
}

Thanks.

Eric Zollars


book class questions

2006-06-02 Thread Eric Zollars
I am using the Book class and using roman numbering until the first page 
of chapter 1.  I have two unnumbered chapters* before the Table of Contents.
1. How do I include these unnumbered chapters and the table of contents 
itself in the table of contents?
2. How do I get the roman page numbers at the top of the page instead of 
the bottom?


My preamble:

\usepackage{lscape}
\usepackage{rotating}
\usepackage{float}
\usepackage{rotfloat}
\usepackage{pdfpages}
\title{}
\date{}
\pagenumbering{roman}
\let\myTOC\tableofcontents
\renewcommand\tableofcontents{%
\myTOC
\clearpage
\pagenumbering{arabic}
}

Thanks.

Eric Zollars