Search found 5 matches

by percep
Tue Apr 27, 2010 5:34 pm
Forum: Document Classes
Topic: [memoir] Eliminate aftersecskip
Replies: 2
Views: 2317

[memoir] Eliminate aftersecskip

How about using \setsecheadstyle as follows:


\documentclass{memoir}
\nonzeroparskip
\setlength{\parindent}{0pt}
\setbeforesecskip{0pt}
\setaftersecskip{0.1pt} % curiously enough I can't use 0pt here
\newcommand{\headhook}[1]{#1\vspace{-\parskip}}
\setsecheadstyle{\bfseries\headhook}
\begin ...
by percep
Tue Apr 20, 2010 2:31 pm
Forum: Page Layout
Topic: Footnotes fixed at the bottom of the page?
Replies: 5
Views: 6739

Footnotes fixed at the bottom of the page?

Actually that suggestion of mine isn't perfect because I haven't managed to work out how to remove flexible spacing above and below list environments, etc. (Any ideas?)

I think a better solution is simply to insert \vfill at the start of the \footnoterule redefinition.

Example:
\documentclass ...
by percep
Wed Apr 14, 2010 4:30 pm
Forum: Page Layout
Topic: Footnotes fixed at the bottom of the page?
Replies: 5
Views: 6739

Re: Footnotes fixed at the bottom of the page?

Try \flushbottom and preventing any vertical justification by removing any flexible spacing with \setlength{\parskip}{0cm}, etc.
by percep
Tue Sep 29, 2009 6:18 pm
Forum: Page Layout
Topic: Changing leading causes header to shift right (in memoir)
Replies: 1
Views: 1713

Changing leading causes header to shift right (in memoir)

OK - solved..... I missed a % sign at the end of the line:
\@setfontsize\normalsize{10pt}{12pt}%
by percep
Fri Sep 25, 2009 6:25 pm
Forum: Page Layout
Topic: Changing leading causes header to shift right (in memoir)
Replies: 1
Views: 1713

Changing leading causes header to shift right (in memoir)

Hello

I've encountered a problem, which I think only occurs in the memoir class. If I define my own text size and leading as:
\renewcommand{\normalsize}{%
\@setfontsize\normalsize{10pt}{12pt}....}
instead of
\renewcommand{\normalsize\@xpt\@xiipt}{%
\@setfontsize\normalsize....}
(I want to use ...