From 370ab3d8c8a47c0dd05a925addda3e53520cdd6d Mon Sep 17 00:00:00 2001
From: Thomas Lambert <t.lambert@uliege.be>
Date: Wed, 11 May 2022 09:40:58 +0200
Subject: [PATCH] fix!: change defaults

The options are not processed in the order I would like them to.
This means that it is not possible to have the default `titlelogo` and
`slidelogo` in the faculty theme (as they might be set before faculity
logo is defined). Users who would like the faculty `titlelogo` or
`slidelogo` should therefore explicitely require it.

I also made the `slidelogo=none` by default as I consider good practice
to de-clutter the content slides as much as possible.

BREAKING CHANGE: Changed defaults.
---
 ULiege-trigon.sty | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ULiege-trigon.sty b/ULiege-trigon.sty
index 07aa01a..176e61b 100644
--- a/ULiege-trigon.sty
+++ b/ULiege-trigon.sty
@@ -80,8 +80,8 @@
 \newcommand{\ULiegetrigon@setdefaults}{
   \pgfkeys{/ULiegetrigon/.cd,
    faculty=uliege,
-   slidelogo=fac,
-   titlelogo=fac
+   slidelogo=none,
+   titlelogo=uliege
   }
 }
 
-- 
GitLab