home *** CD-ROM | disk | FTP | other *** search
- # Sample calendar file for pcal
- #
- # This should be ~/calendar on Unix, SYS$LOGIN:CALENDAR.DAT on VMS
- #
- # Valid entries are of the following forms:
- #
- # opt <options>
- # year <year>
- # <month_name> <day>{*} {<text>}
- # <month><sep><day>{<sep><year>}{*} {<text>}
- #
- # where:
- # <options> := one or more valid command-line options (except -e and -f)
- # <month_name> := first 3+ characters of name of month (in English)
- # <sep> := one or more non-numeric, non-space, non-'*' characters
- # <text> is the text to be printed in the calendar box
- # <day>, <month>, and <year> are appropriate integers
- #
- # whitespace is to be used/avoided as implied by the above productions
- # '*' flags the date as a holiday (to be printed in gray)
- # comments run from '#' through end-of-line
-
- # A sample "opt" line to change the fonts and output file names and to print
- # only Sundays in gray:
- #
- #opt -d Helvetica-Bold -t Helvetica-Bold -o myfile.ps -b all -g sun
-
- year 1990 # set year explicitly
-
- 5/28* Memorial Day (observed) # '*' prints holiday in gray
- 5/31 Memorial Day
-
- 7/4/90* Independence Day # full date format
-
- Sep 3* Labor Day # month written out
-
- 10/8* Columbus Day (observed)
- 10/12 Columbus Day
-
- 11/22* Thanksgiving
- 11/23* # holiday without text
-
- 12/24* # Christmas Eve
- 12/25* Christmas
-
- 1/1/91* New Year's Day # set new year implicitly
-