; set the margins to nothing, best for ascii
; at the moment only with lout

(define (ascii-no-margins)
  (set! lout-both-margin "0c")
  (set! lout-inner-margin "0c")
  (set! lout-outer-margin "0c")
  (set! lout-pagetype "Executive")
  #t
  )

(doc-preprocess-hook 'add ascii-no-margins)
