From a2210d0c5f38f4e150010ac41bc81b99297248ba Mon Sep 17 00:00:00 2001 From: "Edward M. Reingold" Date: Fri, 14 Jun 1996 19:04:46 +0000 Subject: A bit more fiddling with layout of Filofax year page. --- lisp/calendar/cal-tex.el | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/lisp/calendar/cal-tex.el b/lisp/calendar/cal-tex.el index 7f4600a91cd..315d2b45b4e 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))) -- cgit v1.2.1