File: common.texi

package info (click to toggle)
gcal 4.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,952 kB
  • sloc: ansic: 98,660; sh: 8,454; perl: 2,088; awk: 1,531; makefile: 614; sed: 166
file content (47 lines) | stat: -rw-r--r-- 1,757 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
@c Automatically generated by mksamp-2.sed from common.in.
@c
@c This file is included in gcal.texi.
@c
@example
@group
@cartouche
$ cat common.rc
@print{} ; common.rc, a common example of a resource file.
@print{} ;
@print{} 19940715 Local time: %t  --> Dentist at 10:00
@print{} 00000921 My %B1962  birthday%i1952#2062
@print{} 0000093 Gregorian~Reformation\~is %y1752  years ago
@print{} 0000Sep03 Gregorian~Reformation\~is %y1752 years ago
@print{} 0 Every day in every month in every year
@print{} 0000 Every day in every month in every year
@print{} 00000000 Every day in every month in every year
@print{} 199400fri        Every Friday in 1994
@print{} 000007mo3 Every third Monday~in July every year less 1980%i#1979
@print{} 0000@@e-10 Easter Sunday-10 days every year
@print{} 0@@e-10 Easter Sunday-10 days every year
@print{} 0000@@e+10 Easter Sunday+10 days every year
@print{} a=1127
@print{} 0@@a+20 20 days after date of date variable `a'
@print{} a=*W10FR
@print{} 0@@a-1 The Thursday of the 10th week every year
@print{} 0@@a   The Friday of the 10th week every year
@print{} 0@@a1  The Saturday of the 10th week every year
@print{} 1995*d10    The 10th absolute day in 1995
@print{} 1995*d99tue The last Tuesday in 1995
@print{} 0*w99su The Sunday of the last week every year
@print{} ;
@print{} ; Next entry is respected by ALL fixed date period modifiers.
@print{} ;
@print{} 1994*d1sun#99SUN.7 Each Sunday in 1994
@print{} ;
@print{} ; Day of Prayer & Repentance is Wednesday before the Sunday,
@print{} ;   which is before the 1st Advent's Sunday.
@print{} ;
@print{} a=1225
@print{} a=a-5sun
@print{} 0@@a-4 Day of Prayer & Repentance
@print{} ; or
@print{} 0@@a-1wed Day of Prayer & Repentance
@end cartouche
@end group
@end example