Search found 5 matches

by isix
Sat Dec 12, 2009 12:19 pm
Forum: Text Formatting
Topic: Table of Content: add "Chapter" in ToC
Replies: 12
Views: 12725

Table of Content: add "Chapter" in ToC

By the way, using memoir seems that I have to sacrifice my abstract environment --- is there a way doing this in report, and article document classes.

Isix6
by isix
Sat Dec 12, 2009 11:38 am
Forum: Text Formatting
Topic: Table of Content: add "Chapter" in ToC
Replies: 12
Views: 12725

Table of Content: add "Chapter" in ToC

Yes indeed I would like to confirm that my memoir (that I have on my Slackware 12.2) class must have been an older version, because I boot into my Kubuntu 8.10 install and run the same file without any flaws. In fact, the following is the \filelisting from the version which worked:
*File List ...
by isix
Sat Dec 12, 2009 11:16 am
Forum: Text Formatting
Topic: Table of Content: add "Chapter" in ToC
Replies: 12
Views: 12725

Table of Content: add "Chapter" in ToC

I get:

Code: Select all

 *File List*
  memoir.cls    2004/04/05 v1.61 configurable document class
   mem10.clo    2002/07/27 v0.2 memoir class 10pt size option
mempatch.sty    2005/02/01 v3.5 Patches for memoir class v1.61
 ***********
Could my memoir be old?
by isix
Sat Dec 12, 2009 10:45 am
Forum: Text Formatting
Topic: Table of Content: add "Chapter" in ToC
Replies: 12
Views: 12725

Table of Content: add "Chapter" in ToC

daleif, according to your first reply I did:

\documentclass[a4paper]{memoir}

\renewcommand\cftchaptername{\chaptername~}

\begin{document}
\tableofcontents*
\chapter{Intro}
\section{History}
\chapter{Theory}
\section{The Equation}
\chapter{Hypothesis}
\section{Our Claim}
\chapter{Analysis ...
by isix
Thu Dec 10, 2009 2:43 pm
Forum: Text Formatting
Topic: Table of Content: add "Chapter" in ToC
Replies: 12
Views: 12725

Table of Content: add "Chapter" in ToC

Good day!

I have the following issue regarding the way Table of Content looks:

This is what the table of contents pages currently looks like:

Table of Contents
1 Introduction ....... Page #
1.1 Really Introducing ....... Page #
2 The Data ....... Page #
2.1 About the Data ....... Page ...