Mercurial > emacs
changeset 15433:172725d0d2d5
A bit more fiddling with layout of Filofax year page.
author | Edward M. Reingold <reingold@emr.cs.iit.edu> |
---|---|
date | Fri, 14 Jun 1996 19:04:46 +0000 |
parents | c76e8e8fdb0a |
children | 38d485973e00 |
files | lisp/calendar/cal-tex.el |
diffstat | 1 files changed, 6 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/cal-tex.el Fri Jun 14 18:39:08 1996 +0000 +++ b/lisp/calendar/cal-tex.el Fri Jun 14 19:04:46 1996 +0000 @@ -300,8 +300,8 @@ (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 @@ (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)))