summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ryersonsgsthesis/rsgs-glossary.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/ryersonsgsthesis/rsgs-glossary.tex')
-rw-r--r--macros/latex/contrib/ryersonsgsthesis/rsgs-glossary.tex24
1 files changed, 24 insertions, 0 deletions
diff --git a/macros/latex/contrib/ryersonsgsthesis/rsgs-glossary.tex b/macros/latex/contrib/ryersonsgsthesis/rsgs-glossary.tex
new file mode 100644
index 0000000000..0bfe331a9f
--- /dev/null
+++ b/macros/latex/contrib/ryersonsgsthesis/rsgs-glossary.tex
@@ -0,0 +1,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}
+}