comparison lisp/calendar/calendar.el @ 20462:d179de7ad92e

Add reference to new Calendrical Calculations book.
author Paul Eggert <eggert@twinsun.com>
date Tue, 16 Dec 1997 19:12:36 +0000
parents ad8d3c6d3d94
children c3360a392ae4
comparison
equal deleted inserted replaced
20461:3965832648d3 20462:d179de7ad92e
67 ;; diary-lib.el Diary functions 67 ;; diary-lib.el Diary functions
68 ;; holidays.el Holiday functions 68 ;; holidays.el Holiday functions
69 ;; lunar.el Phases of the moon 69 ;; lunar.el Phases of the moon
70 ;; solar.el Sunrise/sunset, equinoxes/solstices 70 ;; solar.el Sunrise/sunset, equinoxes/solstices
71 71
72 ;; Comments, corrections, and improvements should be sent to
73 ;; Edward M. Reingold Department of Computer Science
74 ;; (217) 333-6733 University of Illinois at Urbana-Champaign
75 ;; reingold@cs.uiuc.edu 1304 West Springfield Avenue
76 ;; Urbana, Illinois 61801
77
78 ;; Technical details of all the calendrical calculations can be found in 72 ;; Technical details of all the calendrical calculations can be found in
79 73 ;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold,
74 ;; Cambridge University Press (1997).
75
76 ;; An earlier version of the technical details appeared in
80 ;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, 77 ;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold,
81 ;; Software--Practice and Experience, Volume 20, Number 9 (September, 1990), 78 ;; Software--Practice and Experience, Volume 20, Number 9 (September, 1990),
82 ;; pages 899-928. ``Calendrical Calculations, Part II: Three Historical 79 ;; pages 899-928. ``Calendrical Calculations, Part II: Three Historical
83 ;; Calendars'' by E. M. Reingold, N. Dershowitz, and S. M. Clamen, 80 ;; Calendars'' by E. M. Reingold, N. Dershowitz, and S. M. Clamen,
84 ;; Software--Practice and Experience, Volume 23, Number 4 (April, 1993), 81 ;; Software--Practice and Experience, Volume 23, Number 4 (April, 1993),
85 ;; pages 383-404. 82 ;; pages 383-404.
86 83
87 ;; Hard copies of these two papers can be obtained by sending email to 84 ;; Hard copies of these two papers can be obtained by sending email to
88 ;; reingold@cs.uiuc.edu with the SUBJECT "send-paper-cal" (no quotes) and 85 ;; reingold@cs.uiuc.edu with the SUBJECT "send-paper-cal" (no quotes) and
89 ;; the message BODY containing your mailing address (snail). 86 ;; the message BODY containing your mailing address (snail).
87
88 ;; Comments, corrections, and improvements should be sent to
89 ;; Edward M. Reingold Department of Computer Science
90 ;; (217) 333-6733 University of Illinois at Urbana-Champaign
91 ;; reingold@cs.uiuc.edu 1304 West Springfield Avenue
92 ;; Urbana, Illinois 61801
90 93
91 ;;; Code: 94 ;;; Code:
92 95
93 (defun calendar-version () 96 (defun calendar-version ()
94 (interactive) 97 (interactive)