From ca57718c8e4bbea2e7b5a2c09df26818e05fa026 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 19 Mar 1997 19:00:22 +0000 Subject: [PATCH] (cal-tex-preamble): Set \lineskip to 0pt. --- lisp/calendar/cal-tex.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lisp/calendar/cal-tex.el b/lisp/calendar/cal-tex.el index 315d2b45b4e..d0298bfe7f5 100644 --- a/lisp/calendar/cal-tex.el +++ b/lisp/calendar/cal-tex.el @@ -38,9 +38,6 @@ ;; (*) Make calendar styles for A4 paper. ;; ;; (*) Make daily and monthly styles Filofax paper. -;; -;; (*) Improve the LaTeX command that produces the boxes in the monthly -;; calendar to eliminate slight gap--what causes it?! ;;; Code: @@ -217,6 +214,7 @@ Optional ARGS are included." "\\hbadness 20000 \\hfuzz=1000pt \\vbadness 20000 +\\lineskip 0pt \\marginparwidth 0pt \\oddsidemargin -2cm \\evensidemargin -2cm -- 2.39.2