<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>Hi, <br><br>For some reason Latex is automatically putting some of my figures in
landscape orientation, i.e. the page that the specific figure is on is
in landscape orientation instead of portrait. I don't want latex to
automatically put some pages in landscape orientation. I have tried many
things to no avail. <br>
<br>
For example, the way i insert the two .eps files in latex are identical:<br>
\begin{figure}[h]<br>
\includegraphics*[width=1\textwidth]{fig1}<br>
\end{figure}<br>
<br>
\begin{figure}[h]<br>
\includegraphics{fig2}<br>
\end{figure}<br>
<br>
Also, i'm creating these figures using matlab and i've made sure that
the sizes of these figures are the same as well as the paper
orientations when I "export" them from matlab (i.e. using the "print"
command in matlab).<br>
<br>
If anyone has any suggestions, it would be greatly appreciated.<br></div>
</div><br>
</body></html>