Compilation of latex file

Posted by Tim on Stack Overflow See other posts from Stack Overflow or by Tim
Published on 2010-03-20T13:22:19Z Indexed on 2010/03/20 14:01 UTC
Read the original article Hit count: 419

Filed under:
|
|
|
|

Hi,

I am compiling a latex file on a server and download from there the generated dvi, ps and pdf files to view them.

The latex file by \includegraphics includes some figure files which are not on my local machine. I found that dvi file generated by latex command does not show the figures after dowloaded to my local, but ps file generated by dvips -Ppdf have the figures, and pdf file generated by either ps2pdf or pdflatex seem not have the figures again. Is it because the figures are not actually embeded as part of the dvi and pdf files by those compilation commands? How to actually embed figures so we can only export the document files to other machines?

are the case for tables in separated tex files included into main tex file by /input and the case for style files included by \usepackage similar to the above case for figure files included by \includegraphics ?

Thanks and regards!

© Stack Overflow or respective owner

Related posts about latex

Related posts about compilation