Karel Balej
3 years ago
6 changed files with 52 additions and 34 deletions
Binary file not shown.
@ -1,24 +0,0 @@ |
|||||
\newcommand{\stvrzenka}[6]{ |
|
||||
\removelastskip\bigskip |
|
||||
\newpage |
|
||||
|
|
||||
\noindent\textbf{Dodavatel:}\hfill\textbf{Stvrzenka č. {\Large #1}} |
|
||||
|
|
||||
{Univerzita Karlova \\ |
|
||||
\indent Matematicko-fyzikální fakulta \\ |
|
||||
\indent OPMK, M\&M \\ |
|
||||
\indent Ke Karlovu 3, 120 00 Praha 2 \\ |
|
||||
\indent IČ: 00216208 DIČ: CZ00216208} |
|
||||
|
|
||||
\parindent=0pt |
|
||||
\parskip=0.2in |
|
||||
|
|
||||
\textbf{Celkem Kč:} 700,- \\ |
|
||||
\textbf{Slovy:} sedmset korun českých |
|
||||
|
|
||||
\textbf{Přijato od (firma, jméno, adresa):} #2 #3, #4, #5 #6 |
|
||||
|
|
||||
\textbf{Účel platby:} příspěvek na stravování |
|
||||
|
|
||||
ze dne \datum \hfill Přijal:\hspace{3cm} |
|
||||
} |
|
@ -1,13 +1,25 @@ |
|||||
\documentclass[12pt,a4paper]{article} |
\input opmac |
||||
\usepackage[czech]{babel} |
\chyph |
||||
\usepackage[utf8]{inputenc} |
\nopagenumbers |
||||
\usepackage[margin=1in]{geometry} |
\parindent=0pt |
||||
|
|
||||
\usepackage{stvrzenka} |
\def\castka{700} |
||||
|
|
||||
\pagestyle{empty} |
\newread\data |
||||
\begin{document} |
\openin\data=/dev/stdin |
||||
|
\read\data to\termin |
||||
|
\read\data to\misto |
||||
|
|
||||
\input{ucastnici} |
\loop |
||||
|
\read\data to\ucastnik |
||||
|
\unless\ifeof\data |
||||
|
\vbox{\picw=2cm\inspic logomm.pdf \smallskip\hrule\medskip |
||||
|
Potvrzujeme, že \ucastnik se zúčastnil(a) soustředění korespondenčního semináře M\&M konaného % \ucastnik má na konci mezeru |
||||
|
v~termínu \termin a že zaplatil(a) účastnický poplatek ve výši $\sim$\castka Kč$\sim$. % \termin též |
||||
|
\bigskip |
||||
|
\the\day.~\the\month.~\the\year, \misto\hfill Přijal(a): \hbox to 4cm{\hrulefill} |
||||
|
\bigskip |
||||
|
} |
||||
|
\repeat |
||||
|
|
||||
\end{document} |
\bye |
||||
|
Loading…
Reference in new issue