You are on page 1of 1

The overpic environment with absolute positioning

1
Insert before:
\usepackage[abs]{overpic}
...
\setlength\unitlength{1mm}
and/or local option unit=...
The original graphic from GhostScript:
\includegraphics[scale=.25]{golfer.ps}
0 5 10 15 20 25 30 35 40 45 50
0 5 10 15 20 25 30 35 40 45 50
0
5
10
15
20
25
30
35
40
45
50
55
60
0
5
10
15
20
25
30
35
40
45
50
55
60
A grid for orientation:
\begin{overpic}[scale=.25,grid,tics=5]%
{golfer.ps}
\end{overpic}
(default for tics is 10)
L
A
T
E
X
Positioning the L
A
T
E
X output with \put commands:
\begin{overpic}[scale=.25,unit=1mm]%
{golfer.ps}
\put(3,28){\huge \LaTeX}
\put(34,5){\includegraphics[scale=.07]%
{golfer.ps}}
\end{overpic}
(default for unit is \unitlength)
1
Version 0.5, Rolf Niepraschk, 11/97, le: overpic.sty

You might also like