Search found 3 matches

by herqlix
Thu Mar 03, 2011 11:32 pm
Forum: Document Classes
Topic: Chapter break in LoT using Memoir
Replies: 4
Views: 3608

Re: Chapter break in LoT using Memoir

Thanks gmedina, that solves it. Even found the command in the manual.
by herqlix
Thu Mar 03, 2011 1:26 pm
Forum: Document Classes
Topic: Chapter break in LoT using Memoir
Replies: 4
Views: 3608

Chapter break in LoT using Memoir

Hi,

...(or do you need a working example to get me)?


We get you; however, a minimal working example will save all of us precious time.

Here's a simple example:

\documentclass[
12pt,
DIV10,
a4paper,
oneside,
OnehalfSpacing
]{memoir}

\renewcommand*{\cfttablename}{Table \space ...
by herqlix
Wed Mar 02, 2011 10:17 am
Forum: Document Classes
Topic: Chapter break in LoT using Memoir
Replies: 4
Views: 3608

Chapter break in LoT using Memoir

Hi all,

Using the memoir-class I experience the following:
I want the LoT/LoF to show only the actual index number,
\renewcommand{\thetable}{\arabic{table}} works for this.
Now I need to reset the standard break before chapters by
\setlength{\cftbeforechapterskip}{0pt}

BUT: This only affects ...