summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/topletter/ExampleLetter.tex
blob: e5f538d882e2d05cc5c4e5b2fb1c3c732a7f6b8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
%%
%% 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'.