From 85e49ad6789943f6d6ffe1bc47ab948101d15ed8 Mon Sep 17 00:00:00 2001 From: Tobias Hamann <tobias.hamann@rwth-aachen.de> Date: Thu, 27 Feb 2025 17:04:01 +0100 Subject: [PATCH] mv all Usercustomised_Content to Usercustomised_Content --- .../custom_packages.tex | 0 {format => Usercustomised_Content}/glossary.tex | 0 {format => Usercustomised_Content}/keyphrases.tex | 0 {format => Usercustomised_Content}/symbols.tex | 0 format/WZLTemplate_files/SET_Glossaries.tex | 4 ++-- format/literature.tex | 2 -- main.tex | 14 ++------------ 7 files changed, 4 insertions(+), 16 deletions(-) rename {format => Usercustomised_Content}/custom_packages.tex (100%) rename {format => Usercustomised_Content}/glossary.tex (100%) rename {format => Usercustomised_Content}/keyphrases.tex (100%) rename {format => Usercustomised_Content}/symbols.tex (100%) delete mode 100644 format/literature.tex 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 edddeda..29debc4 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 994b9fc..0000000 --- a/format/literature.tex +++ /dev/null @@ -1,2 +0,0 @@ -% !TeX root = main.tex -\references diff --git a/main.tex b/main.tex index 7324bc9..711756a 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} -- GitLab