%page-height%

Name

%page-height% -- Specifies the page height

Synopsis

%page-height%

Description

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

Author

Norman Walsh, <ndw@nwalsh.com>

Source Code

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