diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/delimtxt/test3.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/delimtxt/test3.tex | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/delimtxt/test3.tex b/Master/texmf-dist/doc/latex/delimtxt/test3.tex new file mode 100644 index 00000000000..6a97c946e45 --- /dev/null +++ b/Master/texmf-dist/doc/latex/delimtxt/test3.tex @@ -0,0 +1,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'. |