mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
(cal-tex-preamble): Set \lineskip to 0pt.
This commit is contained in:
parent
6b1e91e3c1
commit
ca57718c8e
@ -38,9 +38,6 @@
|
|||||||
;; (*) Make calendar styles for A4 paper.
|
;; (*) Make calendar styles for A4 paper.
|
||||||
;;
|
;;
|
||||||
;; (*) Make daily and monthly styles Filofax 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:
|
;;; Code:
|
||||||
|
|
||||||
@ -217,6 +214,7 @@ Optional ARGS are included."
|
|||||||
"\\hbadness 20000
|
"\\hbadness 20000
|
||||||
\\hfuzz=1000pt
|
\\hfuzz=1000pt
|
||||||
\\vbadness 20000
|
\\vbadness 20000
|
||||||
|
\\lineskip 0pt
|
||||||
\\marginparwidth 0pt
|
\\marginparwidth 0pt
|
||||||
\\oddsidemargin -2cm
|
\\oddsidemargin -2cm
|
||||||
\\evensidemargin -2cm
|
\\evensidemargin -2cm
|
||||||
|
Loading…
Reference in New Issue
Block a user