From: Edward M. Reingold Date: Fri, 14 Jun 1996 19:04:46 +0000 (+0000) Subject: A bit more fiddling with layout of Filofax year page. X-Git-Tag: emacs-19.34~429 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/2d1214b890d349d8ccc974fa836fae97a00e3f50 A bit more fiddling with layout of Filofax year page. --- diff --git a/lisp/calendar/cal-tex.el b/lisp/calendar/cal-tex.el index 7f4600a91c..315d2b45b4 100644 --- a/lisp/calendar/cal-tex.el +++ b/lisp/calendar/cal-tex.el @@ -300,8 +300,8 @@ Optional parameter specifies number of years." (cal-tex-preamble "twoside") (cal-tex-cmd "\\textwidth 3.25in") (cal-tex-cmd "\\textheight 6.5in") - (cal-tex-cmd "\\oddsidemargin 1.6in") - (cal-tex-cmd "\\evensidemargin 1.55in") + (cal-tex-cmd "\\oddsidemargin 1.675in") + (cal-tex-cmd "\\evensidemargin 1.675in") (cal-tex-cmd "\\topmargin 0pt") (cal-tex-cmd "\\headheight -0.875in") (cal-tex-cmd "\\fboxsep 0.5mm") @@ -328,9 +328,10 @@ Optional parameter specifies number of years." (cal-tex-e-parbox) (cal-tex-e-center) (setq year (1+ year)) - (if (/= j n) - (cal-tex-newpage) - (cal-tex-end-document)) + (if (= j n) + (cal-tex-end-document) + (cal-tex-newpage) + (cal-tex-cmd "\\vspace*{0.25in}")) (run-hooks 'cal-tex-year-hook)) (run-hooks 'cal-tex-hook)))