1\begin{figure}
2\includegraphics{fig_test}
3\caption{Figure test using includegraphics.}
4\label{figure1}
5\end{figure}
6\efloatseparator
7
8\begin{figure*}
9\includegraphics[width=4in]{fig_testa}
10\caption{Figure* test (width=4in) using includegraphics.}
11\label{figure1a}
12\end{figure*}
13\efloatseparator
14
15\begin{figure}
16\includegraphics[height=4in]{fig_testb}
17\caption{Another Figure (height 4in) test using includegraphics.}
18\label{figure2}
19\end{figure}
20\efloatseparator
21
22\begin{figure}
23\includegraphics[width=5in]{fig_testc}
24\caption{Another Figure test (width 5in) using includegraphics.}
25\label{figure3}
26\end{figure}
27\efloatseparator
28
29\begin{figure}
30\includegraphics{fig_testd}
31\caption{Yet another Figure test using includegraphics.}
32\label{figure4}
33\end{figure}
34\efloatseparator
35
36