summaryrefslogtreecommitdiff
path: root/macros/latex/exptl/delimtxt/test3.tex
blob: 6a97c946e45abad6e448df5dae4e4bedc19e9ec5 (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
%%
%% This is file `tmexamp1.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% textmerg.dtx  (with options: `examp')
%% 
\documentclass[12pt]{letter}
\usepackage[latin1]{inputenc}

\usepackage{delimtxt}
\begin{document}
\Fields{\Title\Forenames\Surname
   \Address-\Grade}
%{\catcode`\^^I=12
%\SetDel^^I}
\tracingmacros=2
\tracingcommands=2
\DelimRead{resultc.dat}{%
\begin{letter}{\Title\ \Forenames\
   \Surname\\\Address}
   \opening{Dear \Title\ \Surname,}
   This letter is to inform you
   that you obtained grade \Grade\ in
   your recent examinations.
   \closing{Yours faithfully,}
\end{letter}
}
\end{document}
\endinput
%%
%% End of file `tmexamp1.tex'.