Search found 4 matches

by twsouthwick
Thu Apr 07, 2011 12:32 am
Forum: Page Layout
Topic: TOC on right hand side of double sided
Replies: 3
Views: 3903

Re: TOC on right hand side of double sided

Awesome! Thanks. That does it - kind of weird that it wouldn't insert a new page with the \newpage command ... anyone know why?
by twsouthwick
Tue Apr 05, 2011 4:38 pm
Forum: Page Layout
Topic: TOC on right hand side of double sided
Replies: 3
Views: 3903

TOC on right hand side of double sided

I am having issues renewing the TOC command so that it will be on the right hand side of a book. Here's the code I'm using:
\documentclass[12pt,letterpaper,twoside,openright]{book}

\usepackage{testtoc}

\begin{document}

\title{Test Title}
\author{Nobody}
\maketitle

\tableofcontents

\section ...
by twsouthwick
Mon Jun 21, 2010 5:35 pm
Forum: Page Layout
Topic: ToC for Chapters
Replies: 5
Views: 3071

Re: ToC for Chapters

Thanks - that's what I was looking for.
by twsouthwick
Sun Jun 20, 2010 10:45 pm
Forum: Page Layout
Topic: ToC for Chapters
Replies: 5
Views: 3071

ToC for Chapters

I was wondering whether there was a good package to show a list of sections within a chapter. This would ideally be something like a table of contents for the chapter. I saw a package of some sorts that would do this, but I cannot remember what it was called. Thanks