blob: 945e052dbeb251d22cca21a1beae5347b442e51c (
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
|
%%
%% This is file `chhaya.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% chhaya.dtx (with options: `package')
%% --------------------------------------------------------------------
%% आज्ञासंच: chhaya
%% लेखक: निरंजन
%% आवृत्ती: ०.४ (०८ डिसेंबर, २०२१)
%% माहिती: भाषावैज्ञानिक छायांगांचे संक्षेप पुरवणारा आज्ञासंच
%% संग्राहिका: https://git.gnu.org.ua/chhaya.git
%% अडचणी: https://puszcza.gnu.org.ua/bugs/?group=chhaya
%% परवाना: आज्ञालेखांकरिता आलोक नित्यमुक्त परवाना (आवृत्ती १.०+) आणि ग्नू पब्लिक परवाना
%% (आवृत्ती ३.०+) व केवळ हस्तपुस्तिकेकरिता ग्नू फ्री डॉक्युमेन्टेशन परवाना (१.३+)
%% दुवे:
%% https://varnamudra.com/aalok/parwana
%% https://www.gnu.org/licenses/gpl-3.0.txt
%% https://www.gnu.org/licenses/fdl-1.3.html
%% --------------------------------------------------------------------
%% The LaTeX package `chhaya'
%% Copyright © 2021 निरंजन
%% This program is free software: you can redistribute it and/or modify
%% it under the terms of the GNU General Public License as published by
%% the Free Software Foundation, either version 3 of the License, or
%% (at your option) any later version.
%%
%% This program is distributed in the hope that it will be useful,
%% but WITHOUT ANY WARRANTY; without even the implied warranty of
%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
%% GNU General Public License for more details.
%%
%% You should have received a copy of the GNU General Public License
%% along with this program. If not, see <https://www.gnu.org/licenses/>.
%%
%% हे काम आलोक नित्यमुक्त परवान्याच्या (आ. १.०+) अटींचे पालन करून वितरित केले जाऊ शकते
%% तसेच सुधारले जाऊ शकते. ह्या परवान्याची नवीनतम प्रत खालील दुव्यावर उपलब्ध आहे.
%%
%% https://varnamudra.com/aalok/parwana
%% --------------------------------------------------------------------
%% Package: chhaya
%% Author: Niranjan
%% Version: 0.4 (08 June, 2021)
%% Description: For linguistic glossing in Marathi language.
%% Repository: https://git.gnu.org.ua/chhaya.git
%% Bug tracker: https://puszcza.gnu.org.ua/bugs/?group=chhaya
%% License: `आलोक' copyleft license v1.0+ and GPL v3.0+ for the code.
%% GFDL v1.3+ only for the documentation
%% Links:
%% https://varnamudra.com/aalok/parwana
%% https://www.gnu.org/licenses/gpl-3.0.txt
%% https://www.gnu.org/licenses/fdl-1.3.html
%% --------------------------------------------------------------------
\ProvidesPackage{chhaya}[2021-12-08 v0.4 भाषावैज्ञानिक छायांगे पुरवणारा आज्ञासंच]
\RequirePackage{marathi}
\RequirePackage[acronym]{glossaries}
\RequirePackage{xkeyval}
\RequirePackage{iftex}
\दुसराटंक{\छायांगांचाटंक}{Mukta}
\DeclareOptionX{समरेखा}[Shobhika]{%
\renewfontfamily{\छायांगांचाटंक}[%
Script=Devanagari,%
\ifluatex
Renderer=Harfbuzz,%
\else
Mapping=devanagarinumerals%
\fi
]%
{#1}%
}
\ProcessOptionsX
\DeclareTextFontCommand{\छायांगांच्याटंकाचीआज्ञा}{\छायांगांचाटंक}
\newcommand{\छायांग}[2]%
{%
\newacronym{#1}{\छायांगांच्याटंकाचीआज्ञा{#1}}{#2}%
\expandafter\newcommand\csname#1\endcsname{\acrshort{#1}}%
}
\makeglossaries
\input{sankshep.tex}
\providecommand{\छायांगसूची}[1][छायांगसूची]{%
\printglossary[type=\acronymtype,title={#1}]%
}
\endinput
%%
%% End of file `chhaya.sty'.
|