diff options
Diffstat (limited to 'appendix')
| -rw-r--r-- | appendix/appendix.tex | 16 | ||||
| -rw-r--r-- | appendix/glossary.tex | 6 |
2 files changed, 22 insertions, 0 deletions
diff --git a/appendix/appendix.tex b/appendix/appendix.tex new file mode 100644 index 0000000..cc471e5 --- /dev/null +++ b/appendix/appendix.tex @@ -0,0 +1,16 @@ +% this file is called up by thesis.tex +% content in this file will be fed into the main document + +%: ----------------------- name of chapter ------------------------- +\chapter*{Appendix} % top level followed by section, subsection + + + + + + + +% --------------------------------------------------------------------------- +%: ----------------------- end of thesis sub-document ------------------------ +% --------------------------------------------------------------------------- + diff --git a/appendix/glossary.tex b/appendix/glossary.tex new file mode 100644 index 0000000..c16c2a8 --- /dev/null +++ b/appendix/glossary.tex @@ -0,0 +1,6 @@ +\makeglossaries +\newacronym{oda}{ODA}{Operational Data Analysis} +\newacronym{dt}{DT}{Digital Twin} +\newacronym{nersc}{NERSC}{National Energy Research Scientific Computing Center} +\newacronym{lrz}{LRZ}{Leibniz Supercomputing Centre} +\newacronym{sla}{SLA}{Service Level Agreements} |
