emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calendar/cal-tex.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/cal-tex.el [lexbind]
Date: Tue, 14 Oct 2003 19:42:19 -0400

Index: emacs/lisp/calendar/cal-tex.el
diff -c emacs/lisp/calendar/cal-tex.el:1.22.2.1 
emacs/lisp/calendar/cal-tex.el:1.22.2.2
*** emacs/lisp/calendar/cal-tex.el:1.22.2.1     Fri Apr  4 01:20:15 2003
--- emacs/lisp/calendar/cal-tex.el      Tue Oct 14 19:42:13 2003
***************
*** 158,164 ****
  
  (defvar cal-tex-day-name-format "\\myday{%s}%%"
    "The format for LaTeX code for a day name.  The names are taken from
! calendar-day-name-array.")
  
  (defvar cal-tex-cal-one-month
  "\\def\\calmonth#1#2%
--- 158,164 ----
  
  (defvar cal-tex-day-name-format "\\myday{%s}%%"
    "The format for LaTeX code for a day name.  The names are taken from
! `calendar-day-name-array'.")
  
  (defvar cal-tex-cal-one-month
  "\\def\\calmonth#1#2%
***************
*** 649,654 ****
--- 649,659 ----
  ;;; Weekly calendars
  ;;;
  
+ (defvar cal-tex-LaTeX-hourbox
+   "\\newcommand{\\hourbox}[2]%
+ {\\makebox[2em]{\\rule{0cm}{#2ex}#1}\\rule{3in}{.15mm}}\n"
+   "One hour and a line on the right.")
+ 
  (defun cal-tex-cursor-week (&optional arg)
    "Make a buffer with LaTeX commands for a two-page one-week calendar.
  It applies to the week that point is in.
***************
*** 870,880 ****
      (cal-tex-end-document)
      (run-hooks 'cal-tex-hook)))
  
- (defvar cal-tex-LaTeX-hourbox
-   "\\newcommand{\\hourbox}[2]%
- {\\makebox[2em]{\\rule{0cm}{#2ex}#1}\\rule{3in}{.15mm}}\n"
-   "One hour and a line on the right.")
- 
  (defun cal-tex-week-hours (date holidays height)
    "Insert hourly entries for DATE with HOLIDAYS, with line height HEIGHT."
    (let ((month (extract-calendar-month date))
--- 875,880 ----
***************
*** 1781,1784 ****
--- 1781,1785 ----
  
  (provide 'cal-tex)
  
+ ;;; arch-tag: ca8168a4-5a00-4508-a565-17e3bccce6d0
  ;;; cal-tex.el ends here




reply via email to

[Prev in Thread] Current Thread [Next in Thread]