summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap11/exer11-3.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap11/exer11-3.tex')
-rw-r--r--Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap11/exer11-3.tex23
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap11/exer11-3.tex b/Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap11/exer11-3.tex
new file mode 100644
index 00000000000..3721ec2d3d0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap11/exer11-3.tex
@@ -0,0 +1,23 @@
+\documentclass{article}
+\begin{document}
+\begin{center}
+\bfseries\large Certificate\\
+\Large Olympic Spring Games\\
+Walterville 1992\\[1ex]
+
+\normalsize
+\typein{Sport} \\[1ex]
+\mdseries
+\typein[\unit]{Unit}
+
+\begin{tabular}{lllrl}
+\bfseries Gold & \typein{Gold - Name:} & \typein{Gold - Country:}
+ & \typein{Gold - Value`:} & \unit \\
+\bfseries Silver & \typein{Silver - Name:} & \typein{Silver - Country:}
+ & \typein{Silber - Value:} & \unit \\
+\bfseries Bronze & \typein{Bronze - Name:} & \typein{Bronze - Country:}
+ & \typein{Bronze - Value:} & \unit
+\end{tabular}
+\end{center}
+\end{document}
+