tambu
unread,Jun 29, 2009, 3:54:31 AM6/29/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to LaTeX Users Group
Hi all,
I'm trying to use LaTeX to compose a corporate report and use it as a
template for other documents. I'm using package 'fancyhdr' to
personalize my headers and footers, but I've a couple of problems:
* I'm using \usepackage{fullpage} but text width is less than footer
and footnote width.
* I'm trying to set hieght of headers, because the space beetwen page
margin and header is too large, but corporate logo is to close to
text. This is an extract of my preambole:
\usepackage{fullpage}
%\setlength\topmargin{0.2in}
\setlength\headsep{0.2in}
\renewcommand{\rmdefault}{phv} % Arial
\renewcommand{\sfdefault}{phv} % Arial
\usepackage{fancyhdr}
\renewcommand{\headheight}{0.6in}
\setlength{\headwidth}{\textwidth}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\setlength{\headwidth}{\textwidth}
\fancyhead[C]{\includegraphics[height=0.53in]{logo}}
\fancyhead[LR]{}
\pagestyle{fancy}
\lfoot{Startup di Commessa}
\cfoot{}
\rfoot{Pagina \thepage\ di \pageref{LastPage}}
An other problem I have is: I work usually with LEd, viewing my work
in DVI format with internal viewer. When I transofmr DVI in PDF or
compile with pdflatex, margins are not the same....