From 48c31f7ea356776d6c4e62bb74c1cc3bcbff1bdd Mon Sep 17 00:00:00 2001
From: jee7 <raimondtunnel@hotmail.com>
Date: Mon, 20 Jan 2025 02:58:14 +0200
Subject: [PATCH] Small-caps fix.

---
 unitartucs/thesis.cls | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/unitartucs/thesis.cls b/unitartucs/thesis.cls
index 710b35f..9372876 100644
--- a/unitartucs/thesis.cls
+++ b/unitartucs/thesis.cls
@@ -38,7 +38,10 @@
     \renewcommand{\keywordsname}{Vأµtmesأµnad}
     \renewcommand{\refname}{Viited}
     \renewcommand{\appendixname}{Lisad}
-    \renewcommand{\infoUT}{Tartu أœlikool}
+    \renewcommand{\infoUT}{
+        {\fontsize{15}{15}\selectfont T\fontsize{12}{12}\selectfont ARTU}
+        {\fontsize{15}{15}\selectfont أœ\fontsize{12}{12}\selectfont LIKOOL}
+    }
     \renewcommand{\infoICS}{Arvutiteaduse instituut}
 }
 
@@ -46,7 +49,11 @@
     \renewcommand{\supervisorname}{Supervisor}
     \renewcommand{\supervisorsname}{Supervisors}
     \renewcommand{\keywordsname}{Keywords}
-    \renewcommand{\infoUT}{University of Tartu}
+    \renewcommand{\infoUT}{
+        {\fontsize{15}{15}\selectfont U\fontsize{12}{12}\selectfont NIVERSITY}
+        {\fontsize{12}{12}\selectfont OF}
+        {\fontsize{15}{15}\selectfont T\fontsize{12}{12}\selectfont ARTU}    
+    }
     \renewcommand{\infoICS}{Institute of Computer Science}
 }
 
@@ -165,7 +172,7 @@
 
         % Pأ¤is
         {
-            \fontsize{15}{15}\selectfont \textsc{\infoUT} \\
+            \Large{\infoUT} \\ % Some environments do not support small-caps for Times New Roman
             \fontsize{14}{16}\selectfont
             \infoICS\\
             \@curriculum\\
-- 
GitLab