On Sat, Feb 24, 2001 at 07:17:59PM -0500, Frederic Leymarie wrote:
> Thanks Herbert
>
> I still cannot use the \cfoot{} command (empty or not)
> in the preamble.
To be able to use the \cfoot command, you need to select fancy page-style
in the document dialog.
Thanks Herbert
I still cannot use the \cfoot{} command (empty or not)
in the preamble.
Instead I had to use the "old" way to have it work:
\usepackage{lastpage}
\renewcommand{\@evenfoot}%
{\normalsize\hfil {\thepage} of \pageref{LastPage}\hfil}
\renewcommand{\@oddfoot}{\@evenfoot}
--
F
Her
Frederic Leymarie wrote:
>
> Hi
>
> I wanted to have a centered footer with page number
> followed by "of n", where "n" is the max number of page (or last page)
> of the document.
>
> How can I do this?
have a look at package lastpage
Herbert
--
[EMAIL PROTECTED]
http://perce.de/lyx/
Hi
I wanted to have a centered footer with page number
followed by "of n", where "n" is the max number of page (or last page)
of the document.
How can I do this?
I am running LyX version 1.1.5fix1 of Jul.18 2000.
Also, I looked at the Help pages,
and tried the recommended
\cfoot{\thepage of 2}