GeneralDifferences in Output with MiKTeX and TeX Live

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
mmutoo
Posts: 8
Joined: Mon Jan 23, 2012 1:21 am

Differences in Output with MiKTeX and TeX Live

Post by mmutoo »

Hi everybody.

I am a new member and happy to join the community. I am rather new to latex world too. I have used MiKTeX for a while, and I am considering to give TeX Live a try. I tried compiling a source file I had before to a DVI file. However, one of the figures files is not present any more in the directory. With MiKTeX, I receive an error which is normal of course, but I still get an output DVI file which I can view, although the figure is not there. However, when I compile the file with TeX Live, I get the same errors but the output DVI file is less in volume, and corrupted (since I cannot view it).

So, my question is, does anybody know if there is differences between the binary files of MiKTeX and TeX Live? And if there is a trick to make TeX Live generate the DVI without the figures?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10321
Joined: Mon Mar 10, 2008 9:44 pm

Differences in Output with MiKTeX and TeX Live

Post by Stefan Kottwitz »

Hi,

welcome to the board!
mmutoo wrote:And if there is a trick to make texlive generate the dvi without the figures?
you could use the demo option to graphicx, or to the class, which would be inherited by graphicx. Then it would be compiled without images.

Stefan
LaTeX.org admin
mmutoo
Posts: 8
Joined: Mon Jan 23, 2012 1:21 am

Re: Differences in Output with MiKTeX and TeX Live

Post by mmutoo »

Thanks a lot Stefan. I will try it definitely :)
Post Reply