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 \\ }}
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?