Hi! Mohamed Bana wrote:
1. What must I do to the 3rd paragraph on the first page to get it to space properly? It's far too close to the previous one.
1st page, 3rd paragraph; http://filebin.ca/dnoqva/test.pdf or http://filebin.ca/dnoqva. Here's a screenshot; http://imagebin.ca/view/5Es-dHG.html
Source; http://pastebin.com/f15e49b5e
Works nicely here with luaTeX-0.28.0 ConTeXt 2008.09.10 14:01 \setuplayout[grid=yes] might help also.
2. On the 1st page the d in "praised" protrudes to the margin, how do I stop this. I should point out that this happens often, and I don't mind if TeX creates a page with 1-2 lines as long as nothing protudes into the margin.
Regular Overfull hbox. TeX doesn't know how to break the world (line). Whatch log file or set \overfullrule=10pt. Usually you could tell TeX where to break the world with "\-" but in this example it seems compound words (||) aren't supposed to be broken at all. Jano