blob: 5e369c81d6e2615a6f019327ac83f2b1cfd9daec (
plain)
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
|
% Style fle for printing western dates in Bangla in LaTeX by
% using itrans.
% Written by Muhammad Masroor Ali (masroor@human.ai.kyushu-u.ac.jp)
% in February, 1996.
% Usage is #bengali\BanglaToday#endbengali.
% Itrans is an Indian language transliteration program
% written and copyrighted by Avinash Chopde (avinash@acm.org).
% LEGAL POINTS:
% This style file is being distributed free for public use with
% the express understanding that,
% 1. The developer of this style file in no way can
% be held responsible for any resulting mistakes,
% expenditure, or outcome of any form.
% 2. You may copy and re-distribute the style file so long
% as you do not charge any fee, and re-distribute the
% the file as a whole without any portion removed or
% added or modified. Redistribution for any commercial
% purpose is strictly prohibited.
% 3. You may bundle the style file with any other software
% you like, so long as the the conditions for re-distribution
% described in the previous paragraph are met, so long as
% the software is distributed free for public use, and so
% long as the name of the style file and its developer is
% clearly mentioned in an introductory article accompanying
% the aforementioned software.
% 4. No permission will be required for including the package
% to a software, but a mail informing the matter will be
% appreciated.
% 5. This style file can be adapted for other languages, so
% long as the original source of the adapted version is
% clearly mentioned.
% $Header: /home/users/masroor/TeX/sty/RCS/bngtoday.sty,v 1.3 1996/02/27 10:05:49 masroor Exp $
\def\BanglaToday{
\number\day\relax
\ifcase\day \relax
\or {lA}% 1
\or {rA}% 2
\or {rA}% 3
\or {TA}% 4
\or {e}% 5
\or {e}% 6
\or {e}% 7
\or {e}% 8
\or {e}% 9
\or {e}% 10
\or {e}% 11
\or {e}% 12
\or {e}% 13
\or {e}% 14
\or {e}% 15
\or {e}% 16
\or {e}% 17
\or {e}% 18
\or {{\char60}S}% 19
\or {{\char60}S}% 20
\or {{\char60}S}% 21
\or {{\char60}S}% 22
\or {{\char60}S}% 23
\or {{\char60}S}% 24
\or {{\char60}S}% 25
\or {{\char60}S}% 26
\or {{\char60}S}% 27
\or {{\char60}S}% 28
\or {{\char60}S}% 29
\or {{\char60}S}% 30
\or {{\char60}S}% 31
\fi\ %
\ifcase\month\relax%
\or{zAnuOArI}%
\or{{\char60}f{\char203}uOArI}%
\or{mAx{\char193}}%
\or{wi{\char208}l}%
\or{{\char60}}m%
\or{zun}%
\or{zulAe}%
\or{aAg{\char171}t}%
\or{{\char60}s{\char60}{\char175}tm{\char191}r}%
\or{a{\char60}{\char188}tAbr}%
\or{n{\char60}vm{\char191}r}%
\or{iD{\char60}sm{\char191}r}%
\fi
, \number\year
}
|