diff options
author | Karl Heuer <kwzh@gnu.org> | 1997-03-19 19:00:22 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1997-03-19 19:00:22 +0000 |
commit | ca57718c8e4bbea2e7b5a2c09df26818e05fa026 (patch) | |
tree | 0f67d36477be68dbc956814d7863de9b80ffd8f3 /lisp/calendar/cal-tex.el | |
parent | 6b1e91e3c1f1a5183568cc5b5b01a77d60ba6720 (diff) | |
download | emacs-ca57718c8e4bbea2e7b5a2c09df26818e05fa026.tar.gz |
(cal-tex-preamble): Set \lineskip to 0pt.
Diffstat (limited to 'lisp/calendar/cal-tex.el')
-rw-r--r-- | lisp/calendar/cal-tex.el | 4 |
1 files changed, 1 insertions, 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 |