Code: Select all
\documentclass[]{letter}
\usepackage{fancyhdr}
\usepackage[paper=letterpaper,
includefoot,
top=1.1in, bottom = 1in,left=0.8in,right=0.8in,
]{geometry}
\begin{document}
\pagestyle{fancyplain} \fancyhf{}
\lhead{\fancyplain{}{author}} \rhead{\fancyplain{}{\today}}
\rfoot{\fancyplain{}{\thepage}}
\begin{letter}{}
\opening{Letter } text text text
\closing{Yours sincerely,}
\end{letter}
\end{document}
- it does not work to use for the first page a different pagestyle (for example \pagestyle{plain})
- setting a counter does not work (something like this
\pagestyle{headings}
\setcounter{page}{1}
\pagenumbering{arabic} )
- moving the \thepage command around does not work
- I have also (already a bit desperately

I know that the working example I have put up seems as if I would not even need the letter class, but the real letter does require it - or at least I think it requires it (it very much looks like a letter, with adress to the left, right etc.)
If anybody could help me, that would be great
