From aa28a12b7320cf2e7d4ae44017dd854eb6375fa5 Mon Sep 17 00:00:00 2001 From: kaoru Date: Tue, 23 Jan 2001 07:48:33 +0000 Subject: [PATCH] * utils/ptexinfmt.el: Support @letterpaper and @afivepaper. --- utils/ptexinfmt.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/ptexinfmt.el b/utils/ptexinfmt.el index 036c97b..a577d38 100644 --- a/utils/ptexinfmt.el +++ b/utils/ptexinfmt.el @@ -133,9 +133,11 @@ This is NO-NOTICE argument in `broken-facility'.") ;; size (put 'smallbook 'texinfo-format 'texinfo-discard-line) +(put 'letterpaper 'texinfo-format 'texinfo-discard-line) (put 'afourpaper 'texinfo-format 'texinfo-discard-line) (put 'afourlatex 'texinfo-format 'texinfo-discard-line) (put 'afourwide 'texinfo-format 'texinfo-discard-line) +(put 'afivepaper 'texinfo-format 'texinfo-discard-line) (put 'pagesizes 'texinfo-format 'texinfo-discard-line-with-args) ;; style -- 1.7.10.4