> On Saturday 03 April 2004 23:04, Pablo Rodríguez González wrote:
(snip)
> > I want to create a template document, with my logo's company -and
> > another text- in header.
(snip)

Sorry I missed the original to this. I do something in the preamble like,

\usepackage{graphics}
\lhead{\resizebox{0.12in}{!}{\includegraphics{logo.eps}} Company Name}
\chead{}
\rhead{Document Title}
\lfoot{}
\cfoot{\thepage}
\rfoot{}
\let\oldmaketitle=\maketitle
\def\maketitle{\oldmaketitle\thispagestyle{fancy}}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}

...with the fancy document style. The last two lines just make a
horizontal rule between the header or footer and the page body. The two
before it make the header and footer appear on the first page. All four
could be omitted.

-- Mark

Reply via email to