[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Latex & letter's headers...



"Jeremy T. Bouse" <Jeremy.Bouse@undergrid.net> wrote:

> Tried your example [of a personal LaTeX Class to produce letters]
> here but kept running into problems trying
> to find the hitpos.sty file... 

> 	Jeremy

Thank you for trying. And sorry that it didn't work out. I was toot quick
and sent an unfinished example. The following example has actually been tried and
works.

Paul Huygen.



The class:
-------------------------------------------------------
%
% myletter.cls
%
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{hitlnl}[1999/10/31 Fist, beta, version]
%\RequirePackage{hitpos}
\RequirePackage[absolute]{textpos}
\LoadClass[adresrechts]{brief}
\voetitem{Telephone:}{0123-456789}
\voetitem{Fax:}{0123-456789}
\voetitem{E-mail:}{\texttt{paul.huygen@huygen.nl}}
\setlength\footsep{30mm}
\signature{Dr.~P.E.M.~Huygen}
\renewcommand{\briefhoofd}{%
\setlength{\TPHorizModule}{1mm}
\setlength{\TPVertModule}{1mm}
 \begin{textblock}{60}(9,36)
    \parbox{60mm}{ %\mbox{\includegraphics{mylogo.eps}}
                     {\Large The Logo}
                 \\  mycompanynaam 
                 \\  myaddress
                 }
 \end{textblock}
}
\newcommand{\vg}{Met vriendelijke groet,}
--------------------------------------------------------
Here the letter

---------------------------------------------------
\documentclass{myletter}
\begin{document}
\begin{brief}{  Jeremy T. Bouse
             \\ Streetname 123
             \\ City
             \\ Italy
             }

\opening{Dear Jeremy,}

this is a small, but complete, letter.

\closing{\vg}
\end{brief}
\end{document}




Reply to: