Sometimes we are required to use eps figures instead of pdf ones in the latex file. Here we show a method to compile your latex file by command line. Before this, please make sure you have installed latex editor.
1) Go to the directory which includes XXX.tex
2) type "latex XXX.tex" and we will see a XXX.dvi file is generated
3) then, type "dvips XXX.dvi" and a XXX.ps file is created
4) type "ps2pdf XXX.ps" and the PDF file is created
This pdf file will display the eps figures properly.
No comments:
Post a Comment