I have a few graphs for a lab report I am writing and was wondering how you would go about import these files into LaTeX. They are PostScript files so LaTeX accepts them.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
This is very simple use a document like this
Of course you may want to have a caption so you should put it in a floating environment
Simple things like this are usually covered in every basic latex introduction such as e.g. l2short.pdf |
|||
|
|
dvips). However, if you want PDF output it might be necessary to convert them to PDF first usingepstopdf. Newer versions of the LaTeX compiler try to do this automatically. – Martin Scharrer♦ Mar 15 '11 at 8:50