Figures
- Open powerpoint and create a figure.
- Select the figure and copy it to the windows clipboard.
- Open wmf2eps and paste from the clipboard.
- Set the output directory to the appropriate figures folder and convert to eps using the appropriate button.
- Include the following text in template.tex:
\begin{figure}[hhhhtb] \centering \includegraphics[width=.6\textwidth]{figures/figurename.eps}\\ \caption{This is the caption to the figure} \label{fig:figurename} \end{figure}
- In template.tex, you can refer to the figure with text like the following:
Figure~\ref{fig:figurename} shows some cool results.
- Compile using WinEdt.
Adding a jpg Photograph
1. Assuming that the photograph is located in the jpg file coolphoto.jpg, convert to eps format by using the following command (entered at a DOS prompt):
jpeg2eps coolphoto
2. Include eps figure using the instructions given above.