summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/guide-to-latex/exercises/chap15/exer15-1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-doc/doc/english/guide-to-latex/exercises/chap15/exer15-1.tex')
-rw-r--r--Master/texmf-doc/doc/english/guide-to-latex/exercises/chap15/exer15-1.tex12
1 files changed, 0 insertions, 12 deletions
diff --git a/Master/texmf-doc/doc/english/guide-to-latex/exercises/chap15/exer15-1.tex b/Master/texmf-doc/doc/english/guide-to-latex/exercises/chap15/exer15-1.tex
deleted file mode 100644
index 1ae7e6f63b5..00000000000
--- a/Master/texmf-doc/doc/english/guide-to-latex/exercises/chap15/exer15-1.tex
+++ /dev/null
@@ -1,12 +0,0 @@
-\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}