|
From: John G. <jge...@ny...> - 2001-04-14 18:41:37
|
> begin mike dillon quotation: > > i have a couple print suggestions. > > > > how would people feel about full quadding (aka full > justification)? my eyes > > tire reading ragged-right texts. > > > > (define %default-quadding% 'justify) > > here's what i did to make it work for my aesthetic*. YMMV. > > ;(define %two-side% #t) > (define %section-autolabel% #t) > ;(define %paper-type% "A4") > (define %body-start-indent% 2pi) > (define %default-quadding% 'justify) > (define %hyphenation% #t) > ;(define %visual-acuity% "presbyopic") > > -md > > * with the exception of the non-ISO paper thing... that's because > it's a pain > in the ass to get decent, recycled paper in ISO sizes in the > U.S. if i print > it, i'll have to print it in "letter" size. > Would it be a big deal to post A4 and US-letter size versions? I think full quadding would look better, too. While we're talking tinkering, I haven't run your changes but I assume the body-start-indent variable brings the text closer to the left margin. That would be an improvement; I thought the current margins wasted a lot of screen space or paper. Widening the margin would also be good for code examples because one could display lines in a format more likely to be seen in a buffer. John |