From cc08313d878393460de76771bb3ad94a428291c1 Mon Sep 17 00:00:00 2001 From: Edward Longman <eialongman@gmail.com> Date: Sat, 13 Mar 2021 17:40:12 +0000 Subject: [PATCH] Remove group name default --- source/latex/uosdocs/uosdocs.dtx | 2 +- tex/latex/uosdocs/uosarticle.cls | 2 +- tex/latex/uosdocs/uosgdp.cls | 2 +- tex/latex/uosdocs/uosgdpsummary.cls | 2 +- tex/latex/uosdocs/uosminithesis.cls | 2 +- tex/latex/uosdocs/uosprogress.cls | 2 +- tex/latex/uosdocs/uosproject.cls | 2 +- tex/latex/uosdocs/uosreport.cls | 2 +- tex/latex/uosdocs/uosthesis.cls | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/source/latex/uosdocs/uosdocs.dtx b/source/latex/uosdocs/uosdocs.dtx index 63e1fb4..8a9bd91 100644 --- a/source/latex/uosdocs/uosdocs.dtx +++ b/source/latex/uosdocs/uosdocs.dtx @@ -658,7 +658,7 @@ \UNIVERSITY {\MakeUppercase{\univname}} \department {School of Electronics and Computer Science} \DEPARTMENT {\MakeUppercase{\deptname}} -\group {Cyber Physical Systems Group} +\group {} \GROUP {\MakeUppercase{\groupname}} \faculty {Faculty of Engineering and Physical Science} \FACULTY {\MakeUppercase{\facname}} diff --git a/tex/latex/uosdocs/uosarticle.cls b/tex/latex/uosdocs/uosarticle.cls index 8a3e291..e9dbd96 100644 --- a/tex/latex/uosdocs/uosarticle.cls +++ b/tex/latex/uosdocs/uosarticle.cls @@ -188,7 +188,7 @@ \UNIVERSITY {\MakeUppercase{\univname}} \department {School of Electronics and Computer Science} \DEPARTMENT {\MakeUppercase{\deptname}} -\group {Cyber Physical Systems Group} +\group {} \GROUP {\MakeUppercase{\groupname}} \faculty {Faculty of Engineering and Physical Science} \FACULTY {\MakeUppercase{\facname}} diff --git a/tex/latex/uosdocs/uosgdp.cls b/tex/latex/uosdocs/uosgdp.cls index 91626b1..7614245 100644 --- a/tex/latex/uosdocs/uosgdp.cls +++ b/tex/latex/uosdocs/uosgdp.cls @@ -188,7 +188,7 @@ \UNIVERSITY {\MakeUppercase{\univname}} \department {School of Electronics and Computer Science} \DEPARTMENT {\MakeUppercase{\deptname}} -\group {Cyber Physical Systems Group} +\group {} \GROUP {\MakeUppercase{\groupname}} \faculty {Faculty of Engineering and Physical Science} \FACULTY {\MakeUppercase{\facname}} diff --git a/tex/latex/uosdocs/uosgdpsummary.cls b/tex/latex/uosdocs/uosgdpsummary.cls index d43c1c0..bf172ce 100644 --- a/tex/latex/uosdocs/uosgdpsummary.cls +++ b/tex/latex/uosdocs/uosgdpsummary.cls @@ -186,7 +186,7 @@ \UNIVERSITY {\MakeUppercase{\univname}} \department {School of Electronics and Computer Science} \DEPARTMENT {\MakeUppercase{\deptname}} -\group {Cyber Physical Systems Group} +\group {} \GROUP {\MakeUppercase{\groupname}} \faculty {Faculty of Engineering and Physical Science} \FACULTY {\MakeUppercase{\facname}} diff --git a/tex/latex/uosdocs/uosminithesis.cls b/tex/latex/uosdocs/uosminithesis.cls index 7dd50bf..e18faf2 100644 --- a/tex/latex/uosdocs/uosminithesis.cls +++ b/tex/latex/uosdocs/uosminithesis.cls @@ -188,7 +188,7 @@ \UNIVERSITY {\MakeUppercase{\univname}} \department {School of Electronics and Computer Science} \DEPARTMENT {\MakeUppercase{\deptname}} -\group {Cyber Physical Systems Group} +\group {} \GROUP {\MakeUppercase{\groupname}} \faculty {Faculty of Engineering and Physical Science} \FACULTY {\MakeUppercase{\facname}} diff --git a/tex/latex/uosdocs/uosprogress.cls b/tex/latex/uosdocs/uosprogress.cls index 223a208..0757feb 100644 --- a/tex/latex/uosdocs/uosprogress.cls +++ b/tex/latex/uosdocs/uosprogress.cls @@ -188,7 +188,7 @@ \UNIVERSITY {\MakeUppercase{\univname}} \department {School of Electronics and Computer Science} \DEPARTMENT {\MakeUppercase{\deptname}} -\group {Cyber Physical Systems Group} +\group {} \GROUP {\MakeUppercase{\groupname}} \faculty {Faculty of Engineering and Physical Science} \FACULTY {\MakeUppercase{\facname}} diff --git a/tex/latex/uosdocs/uosproject.cls b/tex/latex/uosdocs/uosproject.cls index ee5aee1..8eb0e34 100644 --- a/tex/latex/uosdocs/uosproject.cls +++ b/tex/latex/uosdocs/uosproject.cls @@ -188,7 +188,7 @@ \UNIVERSITY {\MakeUppercase{\univname}} \department {School of Electronics and Computer Science} \DEPARTMENT {\MakeUppercase{\deptname}} -\group {Cyber Physical Systems Group} +\group {} \GROUP {\MakeUppercase{\groupname}} \faculty {Faculty of Engineering and Physical Science} \FACULTY {\MakeUppercase{\facname}} diff --git a/tex/latex/uosdocs/uosreport.cls b/tex/latex/uosdocs/uosreport.cls index 911d1db..ca6a814 100644 --- a/tex/latex/uosdocs/uosreport.cls +++ b/tex/latex/uosdocs/uosreport.cls @@ -188,7 +188,7 @@ \UNIVERSITY {\MakeUppercase{\univname}} \department {School of Electronics and Computer Science} \DEPARTMENT {\MakeUppercase{\deptname}} -\group {Cyber Physical Systems Group} +\group {} \GROUP {\MakeUppercase{\groupname}} \faculty {Faculty of Engineering and Physical Science} \FACULTY {\MakeUppercase{\facname}} diff --git a/tex/latex/uosdocs/uosthesis.cls b/tex/latex/uosdocs/uosthesis.cls index be811d1..74311c1 100644 --- a/tex/latex/uosdocs/uosthesis.cls +++ b/tex/latex/uosdocs/uosthesis.cls @@ -192,7 +192,7 @@ \UNIVERSITY {\MakeUppercase{\univname}} \department {School of Electronics and Computer Science} \DEPARTMENT {\MakeUppercase{\deptname}} -\group {Cyber Physical Systems Group} +\group {} \GROUP {\MakeUppercase{\groupname}} \faculty {Faculty of Engineering and Physical Science} \FACULTY {\MakeUppercase{\facname}} -- GitLab