On 6/23/2014 11:37 PM, Charlie wrote:
In:
Debian Jessie
using:
Lyx Version 2.0.6

I wanted to put a horizontal line and beneath it a custom footer, that
has the three elements:

\lfoot - \cfoot - \rfoot

This is what I use for my header/footer construction in the preamble

 \usepackage{graphics}
\usepackage{fancyhdr}
\lhead{\resizebox{0.44in}{!}{\includegraphics{A_Logo.jpg}}}
\chead{Your Name, town, USA, 484-xxx-xxxx}
\rhead{\resizebox{0.44in}{!}{\includegraphics{B_Logo.jpg}}}
\lfoot{Company, Inc. - Proprietary and Confidential}
\cfoot{}
\rfoot{\thepage}
\let\oldmaketitle=\maketitle
\def\maketitle{\oldmaketitle\thispagestyle{fancy}}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}



Reply via email to