Search found 6 matches

by twesslen
Wed May 25, 2011 5:40 am
Forum: Page Layout
Topic: Memoir Class, toc formatting part II
Replies: 1
Views: 4769

Memoir Class, toc formatting part II

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 ...
by twesslen
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 ...
by twesslen
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

Code: Select all

\renewcommand{\cftchaptername}{\hspace{1.5em}}
which put the

1. Introduction

over to the right a bit.
by twesslen
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

Code: Select all

\renewcommand{\cftchapteraftersnum}{.}
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?
by twesslen
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:
toc.tex
Main tex file
(2.79 KiB) Downloaded 437 times
Style file:
twllu.sty
Style File
(14.6 KiB) Downloaded 381 times
by twesslen
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 ...