summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap5/exer5-2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap5/exer5-2.tex')
-rw-r--r--Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap5/exer5-2.tex12
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap5/exer5-2.tex b/Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap5/exer5-2.tex
new file mode 100644
index 00000000000..bf1ac8442a2
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap5/exer5-2.tex
@@ -0,0 +1,12 @@
+\documentclass{article}
+\usepackage{german}
+\begin{document}
+
+\newsavebox{\warning}
+\sbox{\warning}{\setlength{\fboxrule}{0.25mm}\setlength{\fboxsep}{1.5mm}%
+\fbox{\parbox{10cm}{\large Vertical placement of minipages and parboxes can
+ lead to surprising results which may be corrected by the use of dummy
+ lines.}}}
+
+\begin{center} \usebox{\warning} \end{center}
+\end{document}