%%
%% This is file `ExampleLetter.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% TOPletter.dtx  (with options: `sampleEn')
%% 
%% This is a generated file.
%% 
%% Copyright (C) 2015 by Marco Torchiano <marco.torchiano@polito.it>
%% 
%% This file may be distributed and/or modified under the conditions of
%% the Apache License, either version 2.0 of this license
%% or (at your option) any later version.  The latest version of this
%% license is in:
%% 
%%     http://choosealicense.com/licenses/apache-2.0/
%% 
\documentclass[english]{TOPletter}
%% Load any additional package
\usepackage{lipsum}

\IfLanguageName{italian}{ %% italian names
  \dipartimentoDi{Disegno e Animazione}
  \ruolo{Produttore}
}{%% english names
  \dipartimentoDi{Comics and Cartoons}
  \ruolo{Producer}
}

%% personal details
\nome{Walt DISNEY}
\telefono{+1 555 123 4567}
\email{walt.disney@polito.it}
\homepage{http://www.polito.it/wdisney/}

%% Subject
\soggetto{Sample letter}

\begin{document}
%% Letter content
This is the typical appearance of a PoliTo letter.

\lipsum
\end{document}
\endinput
%%
%% End of file `ExampleLetter.tex'.
