3
votes
1answer
120 views

Why do LaTeX and pdflatex produce different margins?

I am working with TeXStudio on Windows. When I use latex + dvips + ps2pdf and pdflatex the margins in the resulting PDF file are different. Has anyone else encountered this? Is there a way to avoid ...
1
vote
0answers
85 views

Using tree-dvips with pdflatex? [closed]

It seems like using tree-dvips with pdflatex is not very easy. It has been documented in various places in the web. I wouldn't mind using latex and then convert to PDF, but I am actually interested ...
2
votes
1answer
140 views

Trouble with latex and dvips with an FSTTCS documentclass

Following from my other question Which DVI viewer on linux?, now that I can easily view DVI files I came to the conclusion that the unusual document class I used for my document defines some ...
2
votes
2answers
1k views

Which one produces a pdf with the smaller file size? pdflatex or latex-dvips-ps2pdf?

Assume I have a screenshot in png format and make a copy of it in eps format by using ImageMagick. I create two input file, namely ForPNG.tex and ForEPS.tex. ForPNG.tex imports the png image and is ...