blob: 1ae7e6f63b585a42fe9246e0072c785d2bdcb1be (
plain)
1
2
3
4
5
6
7
8
9
10
11
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}
|