Документ взят из кэша поисковой машины. Адрес оригинального документа : http://hea.iki.rssi.ru/integral06/perl-bin/receip.pl~
Дата изменения: Wed Mar 21 23:31:55 2007
Дата индексирования: Mon Oct 1 23:05:40 2012
Кодировка:

Поисковые слова: sun
#!/usr/bin/perl

$file="beckmann.dat";



print "\\documentclass[11pt]{letter}

\\def\\today{\\mbox{July 3, 2006}}

\\begin{document}
";

foreach $n (sort `cat $file`){
chomp $n;
print "

\\signature{Mikhail N. Pavlinsky\\\\[\\medskipamount]
Depute Chairman of the Local Organizing Committee
}

\\begin{letter}{}

\\opening{Dear Dr. $n,}

This is to confirm that you participated in the 6th INTEGRAL Workshop ``The Obscured Universe'' which was held at the Space Research Institute
(Moscow, Russia) and paid the registration fee of 8500 Russian roubles.

\\closing{Yours sincerely,}
\\end{letter}
";

}

print "\\end{document}\n";