LyXfooter on each page of a letter

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
vv01f
Posts: 3
Joined: Wed Oct 10, 2012 3:13 pm

footer on each page of a letter

Post by vv01f »

I use dinbrief (version 0.2 from the lyx wiki pages) for German business conversation and thought of just using the praeamble to set the footer like this:

Code: Select all

\usepackage{fancyhdr}
\pagestyle{fancy}

\fancyhf{}

\renewcommand\headrule{}
\renewcommand{\footrulewidth}{0pt}% Remove footer rule


\lfoot{{\scriptsize Name\\ Address \\ }}

\cfoot{{\scriptsize Bank Account Information \\ }} 

\rfoot{{\scriptsize Contact Information \\ }}
But if I use this footers appear on 2nd page only, never on first.
If I use \bottomtext it only appears on first page. The combination doesnt work either, \bottomtext is ignored when footers are used.
How to fix that?

Also another one: how can I rewrite the rule \rfoot{{\scriptsize Contact Information \\ }} to be used like \rfoot{ Contact Information \\ } and still have the smaller fontsize?
Last edited by cgnieder on Wed Oct 10, 2012 9:57 pm, edited 2 times in total.
-.-' just cleaning here

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply