Bc. Petr Pecha
8 years ago
11 changed files with 102 additions and 19 deletions
@ -0,0 +1,24 @@ |
|||||
|
\newcommand{\stvrzenka}[6]{ |
||||
|
\removelastskip\bigskip |
||||
|
\newpage |
||||
|
|
||||
|
\noindent\textbf{Dodavatel:}\hfill\textbf{Stvrzenka č. {\Large #1}} |
||||
|
|
||||
|
{Univerzita Karlova \\ |
||||
|
\indent Matematicko-fyzikální fakulta \\ |
||||
|
\indent OVVP, 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} |
||||
|
} |
@ -0,0 +1,13 @@ |
|||||
|
\documentclass[12pt,a4paper]{article} |
||||
|
\usepackage[czech]{babel} |
||||
|
\usepackage[utf8]{inputenc} |
||||
|
\usepackage[margin=1in]{geometry} |
||||
|
|
||||
|
\usepackage{stvrzenka} |
||||
|
|
||||
|
\pagestyle{empty} |
||||
|
\begin{document} |
||||
|
|
||||
|
\input{ucastnici} |
||||
|
|
||||
|
\end{document} |
@ -0,0 +1,5 @@ |
|||||
|
{% load tex %} |
||||
|
\newcommand{\datum}{{datum|date:"j. n. Y"|sloz}} |
||||
|
{% for u in ucastnici %} |
||||
|
\stvrzenka{{u.cislo_stvrzenky|sloz}}{{u.jmeno|sloz}}{{u.prijmeni|sloz}}{{u.ulice|sloz}}{{u.psc|sloz}}{{u.mesto|sloz}} |
||||
|
{% endfor %} |
Loading…
Reference in new issue