summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/topletter/ExampleLetter.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/topletter/ExampleLetter.tex')
-rw-r--r--Master/texmf-dist/doc/latex/topletter/ExampleLetter.tex49
1 files changed, 49 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/topletter/ExampleLetter.tex b/Master/texmf-dist/doc/latex/topletter/ExampleLetter.tex
new file mode 100644
index 00000000000..e5f538d882e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/topletter/ExampleLetter.tex
@@ -0,0 +1,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'.