summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap15/exer15-1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap15/exer15-1.tex')
-rw-r--r--Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap15/exer15-1.tex12
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap15/exer15-1.tex b/Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap15/exer15-1.tex
new file mode 100644
index 00000000000..1ae7e6f63b5
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap15/exer15-1.tex
@@ -0,0 +1,12 @@
+\documentclass{article}
+\begin{document}
+\setlength{\unitlength}{1mm}
+\begin{picture}(100,50)
+ \put(0,0){The First Picture}
+ \put(0,47){upper left}
+ \put(70,40){somewhere upper right}
+ \put(25,25){\parbox{60mm}{A seperate exercise file with the name
+ \texttt{picture.tex} should be created for the exercises in
+ this Chapter}}
+\end{picture}
+\end{document}