LyX ⇒ Fancy page headers
Fancy page headers
I'm running Lyx 1.5.5 on Debian Lenny.
Using book(memoir) I'd like to show author's name centered on even pages, book name centered on odd pages.
As soon as I enter \usepackage{fancyhdr} in the document preamble, however, I get the following error when I try to view as *.pdf:
Latex Error: Command \footruleskip already defined
I'm following the instructions in fancyhdr.pdf. Any suggestions on how to fix or otherwise implement the page header design proposed above?
Many thanks,
LRP
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: Fancy page headers
Did you set the footruleskip??? Otherwise, you might want to set it. See what happens if you change the value of this rule.
By the way, I am a bit surprised that the footruleskip gives an error message and not a warning message. Did you install the fancyhdr package manually???
Cheers
Re: Fancy page headers
No, didn't set footruleskip. But will give it a try.
fancyhdr was included with my distribution:
/usr/share/texmf-texlive/tex/latex/fancyhdr
/usr/share/doc/texlive-latex-base-doc/latex/fancyhdr
/usr/share/doc/texlive-doc/latex/fancyhdr
Thanks again,
LRP
Re: Fancy page headers
http://newsgroups.derkeiler.com/Archive ... 00175.html
"memoir has its internal implementation both of fancyhdr and setspace.
So it is incompatible with them, but their functionality is already
present; look at the documentation."
When I switch document class to book (Koma Script) it words. Now I'll check out Memoir docs to see what's going on there.
Many thanks,
LRP