From fcd13f0f0101ee43dddbdcf73f6112216c94284c Mon Sep 17 00:00:00 2001
From: Malte Arps <malte.arps@stud-mail.uni-wuerzburg.de>
Date: Thu, 9 Jan 2025 11:36:39 +0100
Subject: [PATCH] No hyphenation in title on titlepage (use \raggedright)

---
 scrsthesis.cls | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scrsthesis.cls b/scrsthesis.cls
index 2d858c4..2869d28 100644
--- a/scrsthesis.cls
+++ b/scrsthesis.cls
@@ -135,7 +135,7 @@
 \end{textblock*}
 
 \begin{textblock*}{115mm}(70mm,105mm)
-    \noindent\LARGE\textsf{\textbf{\textcolor{titlewhite}{%
+    \noindent\raggedright\LARGE\textsf{\textbf{\textcolor{titlewhite}{%
         \@title%
     }}}%
 \end{textblock*}
-- 
GitLab