comparison lisp/calendar/cal-tex.el @ 14169:83f275dcd93a

Update FSF's address.
author Erik Naggum <erik@naggum.no>
date Sun, 14 Jan 1996 07:34:30 +0000
parents fb670bed6222
children 28face32932e
comparison
equal deleted inserted replaced
14168:3b925cc52931 14169:83f275dcd93a
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 ;; GNU General Public License for more details. 20 ;; GNU General Public License for more details.
21 21
22 ;; You should have received a copy of the GNU General Public License 22 ;; You should have received a copy of the GNU General Public License
23 ;; along with GNU Emacs; see the file COPYING. If not, write to 23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
24 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 24 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
25 ;; Boston, MA 02111-1307, USA.
25 26
26 ;;; Commentary: 27 ;;; Commentary:
27 28
28 ;; This collection of functions implements the creation of LaTeX calendars 29 ;; This collection of functions implements the creation of LaTeX calendars
29 ;; based on the user's holiday choices and diary file. 30 ;; based on the user's holiday choices and diary file.
30 31
31 ;;; TO DO 32 ;; TO DO
32 ;;; 33 ;;
33 ;;; (*) Add holidays and diary entries to daily calendar. 34 ;; (*) Add holidays and diary entries to daily calendar.
34 ;;; 35 ;;
35 ;;; (*) Add diary entries to weekly calendar functions. 36 ;; (*) Add diary entries to weekly calendar functions.
36 ;;; 37 ;;
37 ;;; (*) Make calendar styles for A4 paper. 38 ;; (*) Make calendar styles for A4 paper.
38 ;;; 39 ;;
39 ;;; (*) Make daily and monthly styles Filofax paper. 40 ;; (*) Make daily and monthly styles Filofax paper.
40 ;;; 41 ;;
41 ;;; (*) Improve the LaTeX command that produces the boxes in the monthly 42 ;; (*) Improve the LaTeX command that produces the boxes in the monthly
42 ;;; calendar to eliminate slight gap--what causes it?! 43 ;; calendar to eliminate slight gap--what causes it?!
43 44
44 ;;; Code: 45 ;;; Code:
45 46
46 (require 'calendar) 47 (require 'calendar)
47 48