Saturday, July 26, 2008

USC thesis template

Ask me for the passwd:

Download Link

mcb

Tuesday, July 8, 2008

Insert Figures

%latex
\begin{figure}
\centering
{\epsfig{figure=pics/TIF/tmp.ps, height=18cm, angle=270}}
\caption{test}\label{Figure5-refBoxplot}
\end{figure}

%pdfLatex
\begin{figure}
{\centering
\includegraphics[width=8cm]{pic/tmp.png}
\caption{test.}\label{fig:LAD2}}
\end{figure}