summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ryersonsgsthesis/rsgs-glossary.tex
blob: 0bfe331a9f274a64a678e2e317126a80095bebf6 (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
\makeglossaries

%acronym AP
\newglossaryentry{apg}{
	name={AP},
	description={Application provider description here}
}

\newglossaryentry{ap}{
	type=\acronymtype, 
	name={AP}, 
	description={Application Provider}, 
	first={Application Provider (AP)\glsadd{apg}},
	plural={APs},
	firstplural={Application Providers (APs)\glsadd{apg}},
	see=[Glossary:]{apg}
}


%glossary item: Cloud provider
\newglossaryentry{cloud provider}{
	name={cloud provider},
	description={cloud provider description here}
}