From 5f0e55c24c801528bbb9f88581fa5474f02e5fbc Mon Sep 17 00:00:00 2001
From: Simmo Saan <simmo.saan@gmail.com>
Date: Sat, 25 Jan 2025 13:16:09 +0200
Subject: [PATCH] Make \url clickable again

---
 unitartucs/thesis.cls | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/unitartucs/thesis.cls b/unitartucs/thesis.cls
index e350fd1..60b9d6a 100644
--- a/unitartucs/thesis.cls
+++ b/unitartucs/thesis.cls
@@ -262,8 +262,7 @@
         \leaders\vrule height -0.25ex depth \underLineDepth % Close underline like in Word
     }
     \NewDocumentCommand\underLine{+m}{{\@underLine#1}}
-    \DeclareUrlCommand{\url}{%
-        \def\UrlFont{\color{colorURL}\normalfont}% Color with our URL color
+    \DeclareUrlCommand{\Hurl}{% https://tex.stackexchange.com/a/169734
         \def\UrlLeft##1\UrlRight{\underLine{##1}}
     }
 
-- 
GitLab