%page-width%

Name

%page-width% -- Specifies the page width

Synopsis

%page-width%

Description

Identifies the width of the page (length in the writing direction). It is usually controlled by the %paper-type% parameter.

Author

Norman Walsh, <ndw@nwalsh.com>

Source Code

(define %page-width%
  ;; Specifies the page width
  (case %paper-type%
    (("A4") 210mm)
    (("USletter") 8.5in)
    (("USlandscape") 11in)))