diff --git a/format/custom_packages.tex b/Usercustomised_Content/custom_packages.tex
similarity index 100%
rename from format/custom_packages.tex
rename to Usercustomised_Content/custom_packages.tex
diff --git a/format/glossary.tex b/Usercustomised_Content/glossary.tex
similarity index 100%
rename from format/glossary.tex
rename to Usercustomised_Content/glossary.tex
diff --git a/format/keyphrases.tex b/Usercustomised_Content/keyphrases.tex
similarity index 100%
rename from format/keyphrases.tex
rename to Usercustomised_Content/keyphrases.tex
diff --git a/format/symbols.tex b/Usercustomised_Content/symbols.tex
similarity index 100%
rename from format/symbols.tex
rename to Usercustomised_Content/symbols.tex
diff --git a/format/WZLTemplate_files/SET_Glossaries.tex b/format/WZLTemplate_files/SET_Glossaries.tex
index edddeda7369e545fdc428d1a387acbe18e615f65..29debc41d87a16f2e4465652b28a4a481e4eb953 100644
--- a/format/WZLTemplate_files/SET_Glossaries.tex
+++ b/format/WZLTemplate_files/SET_Glossaries.tex
@@ -31,7 +31,7 @@
         \\
     }% 
 }
-\input{format/symbols}
+\input{Usercustomised_Content/symbols}
 
 
 %% Glossary
@@ -56,4 +56,4 @@
         \\
     }% 
 }
-\input{format/glossary}
\ No newline at end of file
+\input{Usercustomised_Content/glossary}
\ No newline at end of file
diff --git a/format/literature.tex b/format/literature.tex
deleted file mode 100644
index 994b9fc690b9ca244b74d78295e996358ad326e4..0000000000000000000000000000000000000000
--- a/format/literature.tex
+++ /dev/null
@@ -1,2 +0,0 @@
-% !TeX root = main.tex
-\references
diff --git a/main.tex b/main.tex
index 7324bc9db9ee608834b865d2ed00ecf4daa7f101..711756a24e42690cb8030def7fab9ea608f06523 100644
--- a/main.tex
+++ b/main.tex
@@ -34,7 +34,7 @@
 \graphicspath{{./03_figures/}}
 
 %% Import Custom Packages
-\input{format/custom_packages}
+\input{Usercustomised_Content/custom_packages}
 
 % Begin of the document
 \begin{document}
@@ -42,14 +42,8 @@
 %% Define own commands
 \include{Usercustomised_Content/functions}
 
-%% Set up glossary
-% \input{glossary}
-
-%% Set up Acronyms
-% \input{format/acronyms}
-
 %% Set up keyphrases
-\input{format/keyphrases}
+\input{Usercustomised_Content/keyphrases}
 
 %% Set up definitions
 %\input{definitions}
@@ -89,10 +83,6 @@
 %\printbibliography
 \include{format/literature}
 
-% -- GLOSSARY --
-%\printglossary
-% \printglossaries
-
 % -- APPENDIX --
 %\include{appendix}