Skip to content
Snippets Groups Projects
Verified Commit 370ab3d8 authored by Thomas Lambert's avatar Thomas Lambert :helicopter:
Browse files

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.
parent 0378d7e3
No related branches found
No related tags found
No related merge requests found
......@@ -80,8 +80,8 @@
\newcommand{\ULiegetrigon@setdefaults}{
\pgfkeys{/ULiegetrigon/.cd,
faculty=uliege,
slidelogo=fac,
titlelogo=fac
slidelogo=none,
titlelogo=uliege
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment