Search found 16 matches
- Tue Apr 24, 2012 5:27 pm
- Forum: Page Layout
- Topic: Pagebreak after TOC title and before TOC listing
- Replies: 3
- Views: 3524
Re: Pagebreak after TOC title and before TOC listing
I've used the code as you have suggested and this is what I get
- Tue Apr 10, 2012 4:20 pm
- Forum: Page Layout
- Topic: Pagebreak after TOC title and before TOC listing
- Replies: 3
- Views: 3524
Pagebreak after TOC title and before TOC listing
Perhaps this has been solved and I just don't know how query it. This is the code I'm using:
\newpage{}
\renewcommand\contentsname{\large{Table of Contents}}
\pagestyle{plain}
\pagenumbering{arabic}
\tableofcontents
What I get is one page showing "Table of Contents" and white space. The TOC ...
\newpage{}
\renewcommand\contentsname{\large{Table of Contents}}
\pagestyle{plain}
\pagenumbering{arabic}
\tableofcontents
What I get is one page showing "Table of Contents" and white space. The TOC ...
- Mon Mar 16, 2009 5:50 pm
- Forum: Text Formatting
- Topic: Why are hanging indents appearing?
- Replies: 3
- Views: 3047
Re: Why are hanging indents appearing?
Found the source of the trouble. Sorry. A missing \end{verse} many pages and sections earlier created the problem.
- Mon Mar 16, 2009 5:41 pm
- Forum: Text Formatting
- Topic: Why are hanging indents appearing?
- Replies: 3
- Views: 3047
Re: Why are hanging indents appearing?
My document class is book. The \noindent solves one problem and creates another. With \noindent the paragraphs are properly blocked (ie left and right justified), but the entire paragraphs are indented as though my margins have been reset leaving my text looking like a narrow column. I should note ...
- Sun Mar 15, 2009 7:22 pm
- Forum: Text Formatting
- Topic: Why are hanging indents appearing?
- Replies: 3
- Views: 3047
Why are hanging indents appearing?
I'm formatting a book of poetry. Most pages use /begin{verse} text /end{verse}. I have a section of the book which is prose for which the verse package is not called. Each of the paragraphs in that section appear with hanging indents. What's causing this and what can I do about it?
- Fri Jan 16, 2009 4:14 pm
- Forum: General
- Topic: Orphans and widows
- Replies: 7
- Views: 4501
Re: Orphans and widows
I'm glad I found this posting. It solved my problems. Here's another "thank-you".
- Tue Jan 06, 2009 1:42 pm
- Forum: General
- Topic: Table of contents alignment problem
- Replies: 11
- Views: 13876
Re: Table of contents alignment problem
I like your teaching style -- no easy answers. Even by reading the documentation, I still had to experiment and fiddle until I got it. It's like learning to read a new language. Bottom line: Thank you.
- Sat Jan 03, 2009 1:34 am
- Forum: General
- Topic: Table of contents alignment problem
- Replies: 11
- Views: 13876
Re: Table of contents alignment problem
The thing is I want my sections to appear in the toc with no dots and no page numbers. However I do want my subsections to appear with dots and page numbers. So I don't want nodots for the entire toc.
- Fri Jan 02, 2009 7:43 pm
- Forum: General
- Topic: Table of contents alignment problem
- Replies: 11
- Views: 13876
Re: Table of contents alignment problem
I've checked the documentation and I've coded:
\usepackage{tocloft]
...
\section*{sectiontext}
\renewcommand{\@dotsep}{10000}
\addcontentsline{toc}{section}{sectiontext}
and I've tried:
\section*{sectiontext}
\renewcommand{cftXdotsep}{\cftnodots}
\addcontentsline{toc}{section}{sectiontext}
and I ...
\usepackage{tocloft]
...
\section*{sectiontext}
\renewcommand{\@dotsep}{10000}
\addcontentsline{toc}{section}{sectiontext}
and I've tried:
\section*{sectiontext}
\renewcommand{cftXdotsep}{\cftnodots}
\addcontentsline{toc}{section}{sectiontext}
and I ...
- Sun Dec 28, 2008 3:50 pm
- Forum: General
- Topic: Table of contents alignment problem
- Replies: 11
- Views: 13876
Re: Table of contents alignment problem
What do I do when I want no dots and numbers using \addcontentsline ?
I can do this with other entries using \section*{textofsection}
I can do this with other entries using \section*{textofsection}