On Wed, Jul 8, 2009 at 4:49 AM, Rudolf Sykora<rudolf.syk...@gmail.com> wrote: > can anybody tell me why whatever .ps about troff/eqn I print has > misplaced lines? > E.g. quite generally, lines that make up tables either don't touch, or > stick out somewhere...
this is because tbl is using characters to draw lines. it's not a great strategy. > Also, should > .BX something > make a nice box around 'something' or not? Anywhere I look I see the > top line be slightly above the side lines, it doesn't touch them. maybe should be doesn't. there's a reason no one uses it. even if it worked, boxes around words are pretty heavy weight. > Further, is there a way to view .ps files in a graceful way? Neither > proof nor page quite work for me. There is no comparison to gv in > linux at all, imho. It can't zoom well, if I manage to zoom in page > (often it takes infinitely long ---again compared to gv---, often it > ends with not enough memory; I also quite don't understand how the > zoom should work) it is not very nice, very unclear. you can start page with a ppi parameter: page -p 150 file.ps i have never managed to get gs to let me change that parameter on the fly during the gs conversation. if you can, please do, and then make zoom on postscript files use that mechanism. russ