summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/isodoc/logoletter.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/isodoc/logoletter.tex')
-rw-r--r--Master/texmf-dist/doc/latex/isodoc/logoletter.tex10
1 files changed, 8 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/isodoc/logoletter.tex b/Master/texmf-dist/doc/latex/isodoc/logoletter.tex
index 4907d96c378..9d8bdb2deea 100644
--- a/Master/texmf-dist/doc/latex/isodoc/logoletter.tex
+++ b/Master/texmf-dist/doc/latex/isodoc/logoletter.tex
@@ -1,3 +1,4 @@
+%!xelatex
\documentclass[11pt,twoside]{isodoc}
\usepackage{logostyle}
\setupdocument{
@@ -13,13 +14,18 @@ enclosures = Isodoc documentatie,
}
\newcommand{\letterbody}{%
This is an example of a letter made with the isodoc class.
+ It has been compiled with XeLaTeX.
Note that the date was set to `today', so the date above the
letter depends upon the day of compilation.
The picture in the logo was designed by Pieter Weltevrede.
+ The text in the logo is Chopin Script, the body text is MinionPro Regular.
The text\footnote{gathered from the \TeX-distribution} has no meaning,
its only goal is to get a long letter.
- \par\input{typo}
+ % It's in dutch, so we select that language:
+ \begin{dutch}
+ \par\input{typo}
+ \end{dutch}
}
\begin{document}
@@ -34,4 +40,4 @@ enclosures = Isodoc documentatie,
opening = Beste Taco
]{\letterbody}
\end{document}
-$Id: logoletter.tex,v 1.4 2010-01-01 22:00:26 wybo Exp $
+$Id: logoletter.tex,v 1.5 2010-08-24 19:24:45 wybo Exp $