General ⇒ Dvi file
-
- Posts: 30
- Joined: Fri Nov 23, 2007 12:56 am
Dvi file
I compiled the latex file from tex to DVI, I saw the the DVI file (it contains eps pictures) through the Yap and everything is OK. However I have two things:
- Why the save as is disabled?
- When I try to open it in another machine (linux machine) using the document viewer, it shows me the document with empty pictures? I just want to know if this is not a problem, since I will need to submit this file to a conference.
Thanks
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Dvi file
YAP is able to display embedded eps pictures, but not every dvi viewer provides this feature. On your Linux system you could convert it to postscript using dvips and view the ps file in order to verify it.
Perhaps you could submit the file also in postscript and pdf format to be on the safe side. but I assume if they can process dvi files your file should be ok, because many dvi viewers just cannot display embedded postscript files even if it's compiled correctly.
Stefan
-
- Posts: 30
- Joined: Fri Nov 23, 2007 12:56 am
Re: Dvi file
Thanks,
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Dvi file
Code: Select all
dvips filename.dvi
Perhaps have a look at the dvips documentation.
Stefan
-
- Posts: 30
- Joined: Fri Nov 23, 2007 12:56 am