Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I'm trying to recompile the document available here: https://github.com/rfitzp/elements but the page count is increasing a lot from the reference version here: http://farside.ph.utexas.edu/euclid/Elements.pdf

I think I tracked the problem to the Greek font (it uses the psgreek package). It seems the font being used is a big larger than the original font (even though it is the same package), also I'm getting many overfull \hbox warnings even when I turn \sloppy on. Why is that? I also suspect that hyphenation of Greek is not working at its full potential.

Also, due to the text not breaking where it was supposed to, the images are getting out of alignment. What can I do to fix this source?

I have no previous experience with LaTeX and I'm using MikTeX (with the psgreek package) and I'm generating the final PDF using latex -> dvips -> ps2pdf. I have to use this path because the original source uses EPS files.

EDIT: The real question here is: "Should a recompile looks always the same?".

share|improve this question
3  
Welcome to TeX.sx! There are a few things you'll have to do before your question can be reasonably answered. Firstly, we like to have all information relevant for a question to be on this side, either as code or as embedded images. Please only ask one question per post, revolving around one problem (you've got three). Usually, a minimal working example (MWE) that illustrates your problem is essential. However, as you're saying you don't have any previous experience with LaTeX, I'd recommend ... [tbc] – doncherry Mar 19 '12 at 20:55
[continued] ... reading e.g. The Not So Short Introduction to LaTeX2e, which will get you all the knowledge you need for a good start. As it stands, your question is what we label "too localized" and it is unfortunately likely to be closed. – doncherry Mar 19 '12 at 20:56
@doncherry, I thought about making a MWE, but in this particular case I think it will lost all the meaning on the question. In reality, my question is simply "should a recompile look always the same way?". I think the psgreek package is the responsable, should a package update (I don't know if my version is diferent) introduce a breaking change? – Luiz Borges Mar 19 '12 at 21:49

closed as too localized by lockstep, Joseph Wright May 5 '12 at 21:48

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.