summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward M. Reingold <reingold@emr.cs.iit.edu>1996-06-14 19:04:46 +0000
committerEdward M. Reingold <reingold@emr.cs.iit.edu>1996-06-14 19:04:46 +0000
commita2210d0c5f38f4e150010ac41bc81b99297248ba (patch)
treee365400bdeef917e61529fa725acc99ab3987ff6
parentf06d78c7c4360d78199df5eea8c7dfcd75a91881 (diff)
downloademacs-a2210d0c5f38f4e150010ac41bc81b99297248ba.tar.gz
A bit more fiddling with layout of Filofax year page.
-rw-r--r--lisp/calendar/cal-tex.el11
1 files 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)))