Search found 2 matches

by jmp
Mon May 23, 2011 2:39 pm
Forum: Document Classes
Topic: Customizing memoir chapter style
Replies: 1
Views: 7556

Customizing memoir chapter style

Yay! Browsing the list of Memoir chapter styles i found the following solution which seems to solve the issue :)


\newcommand{\thickrulefill}{\leavevmode \leaders \hrule height \redbarheight \hfill \kern \z@}

\renewcommand*{\printchapternum}{%
\color{myred}\rule{\leftbarlength}{\redbarheight ...
by jmp
Mon May 23, 2011 1:08 pm
Forum: Document Classes
Topic: Customizing memoir chapter style
Replies: 1
Views: 7556

Customizing memoir chapter style

Hi there,

I am currently trying to customize a chapter style using the memoir package (i originally started with the veelo source code). The style is working but is not really scalable which i would like to change. The style code is shown below.

I see mainly two issues:

1. The box containing the ...