Search found 4 matches

by Pete82
Sun Mar 20, 2011 2:35 am
Forum: Document Classes
Topic: Memoir Short List of Figures
Replies: 5
Views: 3897

Memoir Short List of Figures

Solution:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Short LoF
\makeatletter
\newcommand*{\setupshortlof}{%
\renewcommand*{\listfigurename}{ShortLoF}
%\let\oldchangelofdepth\changelofdepth
%\let\oldcftfigurefillnum\cftfigurefillnum
\renewcommand*{\cftfigurefont}{\hfill ...
by Pete82
Thu Mar 17, 2011 1:48 am
Forum: Document Classes
Topic: Memoir Short List of Figures
Replies: 5
Views: 3897

Memoir Short List of Figures

No ideas at all? I tried a few things by myself, but so far every approach turned out to be rubbish.

e.g.

\documentclass [a4paper,11pt,oneside]{memoir}
%%% short LOF
\makeatletter
\newcommand*{\setupshortlof}{%

\renewcommand*{\contentsname}{ShortLof}
\let\oldchangelofdepth\changelofdepth ...
by Pete82
Fri Mar 04, 2011 12:29 am
Forum: Document Classes
Topic: Memoir Short List of Figures
Replies: 5
Views: 3897

Memoir Short List of Figures

Sorry. Here is the code I'm trying to adobt.

\documentclass [a4paper,11pt,oneside]{memoir}
\setsecnumdepth{section}
\setcounter{tocdepth}{3}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% Short and long ToC
\makeatletter
\newcommand*{\setupshorttoc}{%
\renewcommand ...
by Pete82
Fri Mar 04, 2011 12:06 am
Forum: Document Classes
Topic: Memoir Short List of Figures
Replies: 5
Views: 3897

Memoir Short List of Figures

Hello

I realy like the appearance of the short list of contents, introduced in the memoir manual. What I want is a short list of figures command changing the LoF style similarly. Centered captions followed by page numbers, without these dots.
I was trying to adopt the code of the short toc command ...