I'm using scrlttr2 class, to create my letterhead.
I've done 90% of work (header with my logo, footer with information), but I find the letter too wide.
I think I can tighten the margin (to obtain a 66 character per line, as latex racomandation sudgest) setting somethings on the documentclass parameter, but I don't know wich one.
Or, maybe, I had to do somethings else.
I include my list. So everyone can see what I mean
Code: Select all
Code, edit and compile here:
\documentclass[paper=a4, backaddress=false, headlines=0, headinclude=true]{scrlttr2}\usepackage[italian]{babel}\usepackage{tabularx}\usepackage{graphicx}\usepackage{lipsum}%-------------setting koma variable\setkomavar{fromname}{Renato}\setkomavar{fromaddress}{ Via delle Redini\\Ort}\setkomavar{fromphone}{90}\newkomavar[Mobil: ]{frommobil}\setkomavar{frommobil}{97}\setkomavar{fromemail}{ma}\setkomavar{signature}{Musterschüler}\setkomavar*{fromphone}{Tel. }%\@setplength{fromrulethickness}{1pt}% change the thickness, default is 0.4pt%\renewcommand{\headrulewidth}{0pt}%\renewcommand{\footrulewidth}{0.4pt}%---------------intestazione--------------\setkomavar{firsthead}{\includegraphics[]{logo2.eps}% \usekomavar{fromname} \textbullet\ \usekomavar{fromaddress} \\ \usekomavar{fromphone}}%----------------intestazione seconda pagina----------------% \setkomavar{nexthead}{\usekomavar{fromname} \textbullet\ \usekomavar{fromaddress} \\ \usekomavar{fromphone} }%-------------------piè di pagina ------------------\setkomavar {firstfoot}{\tiny\begin{tabularx}{\textwidth}{|X|X|X|}\textbf{sede Legale}&\textbf{sede Amministrativa}&\textbf {tel.} 0xx5 38 28 34 - \textbf{fax } 0xx5 98 38 78\\Via xxbriele &Via xxasimeno xxes&\\xxx27 xxx&xxx xxo xxgia&xxx@gmail.com\\\end{tabularx}}%} % closing bracket\LoadLetterOption{SN} %---------posiziona indirizzo a sinistra----------\begin{document}\pagestyle{headings}\begin{letter}{Name \\ adress \\ Zip, Town}\opening{Hi...,}
TIA
Renato