I am still trying to tweak my table of contents in my memoir class formatted thesis and am running into a peculiar problem. I have added
\renewcommand{\cftchaptername}{\hspace{1.5em}}
to shift the chapters over and center the chapter number under the heading Contents as in the "Centered ...
Search found 6 matches
- Wed May 25, 2011 5:40 am
- Forum: Page Layout
- Topic: Memoir Class, toc formatting part II
- Replies: 1
- Views: 4769
- Fri May 20, 2011 6:09 am
- Forum: Page Layout
- Topic: Memoir class, contents formatting
- Replies: 1
- Views: 2511
Memoir class, contents formatting
I am using the memoir class to format my thesis, with a format similar to the memoir documentation sample thesis. The requirement for my university requires that the table of contents be spaced as in the attachment "Required Format." Also attached as "Current Format" is what my contents look like ...
- Fri Feb 04, 2011 8:06 am
- Forum: Page Layout
- Topic: Memoir Table of Contents Formatting
- Replies: 4
- Views: 5716
Memoir Table of Contents Formatting
Thank you for your help. This works well. Additionally, I might add that to center the chapter numbers under the pseudo "Chapter" entry I used
which put the
1. Introduction
over to the right a bit.
Code: Select all
\renewcommand{\cftchaptername}{\hspace{1.5em}}
1. Introduction
over to the right a bit.
- Thu Feb 03, 2011 10:38 pm
- Forum: Page Layout
- Topic: Memoir Table of Contents Formatting
- Replies: 4
- Views: 5716
Memoir Table of Contents Formatting
Ok, I fixed one of the problems by placing
in the style file. Now I just need to figure out how to add a dummy line (header) in the toc. Anyone have any advice?
Code: Select all
\renewcommand{\cftchapteraftersnum}{.}
- Thu Feb 03, 2011 10:10 pm
- Forum: Page Layout
- Topic: Memoir Table of Contents Formatting
- Replies: 4
- Views: 5716
Memoir Table of Contents Formatting
The attached files contain a MWE of the current state of my project. See the previous post for an example of what I want to do.
Main tex file: Style file:
Main tex file: Style file:
- Thu Feb 03, 2011 9:23 pm
- Forum: Page Layout
- Topic: Memoir Table of Contents Formatting
- Replies: 4
- Views: 5716
Memoir Table of Contents Formatting
Hello there. I am trying to format a table of contents as per my university formatting guidelines and am almost there. I need to add a blank entry (not referencing anything, as a contents header if you will) and additionally, add a period after the chapter number in the table of contents only, not ...