Showing posts with label latex. Show all posts
Showing posts with label latex. Show all posts

Monday, November 26, 2012

EPS in latex

In linux add this to preamble

\usepackage{epstopdf}

Then
\begin{document}
\includegraphics{figure.eps}
\end{document}

and run

$pdflatex -shell-escape yourfile.tex

This will convert the eps file to a pdf that latex can digest!

Enjoy

Wednesday, October 1, 2008

Latex Figure and \label

Always put the label after the caption, otherwise floats wont be referenced in text !!!!

just ridiculous :s