-
Notifications
You must be signed in to change notification settings - Fork 0
/
ba-milan-gruner.glsdefs
90 lines (90 loc) · 1.71 KB
/
ba-milan-gruner.glsdefs
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
90
\ifglsentryexists{business}{}%
{%
\gls@defglossaryentry{business}%
{%
name={business},%
sort={business},%
type={main},%
first={business},%
firstplural={businesss},%
text={business},%
plural={businesss},%
description={An economic entity that is to be represented as a node in the business graph},%
descriptionplural={An economic entity that is to be represented as a node in the business graph},%
symbol={\relax },%
symbolplural={\relax },%
user1={},%
user2={},%
user3={},%
user4={},%
user5={},%
user6={},%
long={},%
longplural={},%
short={},%
shortplural={},%
counter={page},%
parent={},%
%
}%
}%
\ifglsentryexists{lambda}{}%
{%
\gls@defglossaryentry{lambda}%
{%
name={\ensuremath {\lambda }},%
sort={lambda},%
type={main},%
first={\protect \ensuremath {\lambda }},%
firstplural={\protect \ensuremath {\lambda }s},%
text={\protect \ensuremath {\lambda }},%
plural={\protect \ensuremath {\lambda }s},%
description={Lambda!},%
descriptionplural={Lambda!},%
symbol={\relax },%
symbolplural={\relax },%
user1={},%
user2={},%
user3={},%
user4={},%
user5={},%
user6={},%
long={},%
longplural={},%
short={},%
shortplural={},%
counter={page},%
parent={},%
%
}%
}%
\ifglsentryexists{bgn}{}%
{%
\gls@defglossaryentry{bgn}%
{%
name={BGN},%
sort={BGN},%
type={acronym},%
first={business graph networks\glsspace (BGN)},%
firstplural={business graph networkss\glsspace (BGNs)},%
text={BGN},%
plural={BGNs},%
description={business graph networks},%
descriptionplural={business graph networks\acrpluralsuffix },%
symbol={\relax },%
symbolplural={\relax },%
user1={},%
user2={},%
user3={},%
user4={},%
user5={},%
user6={},%
long={business graph networks},%
longplural={business graph networkss},%
short={BGN},%
shortplural={BGNs},%
counter={page},%
parent={},%
%
}%
}%