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

Expend repo scope & rename packages


Signed-off-by: Thomas Lambert's avatarThomas Lambert <t.lambert@uliege.be>
parent b94fd8a6
No related branches found
No related tags found
No related merge requests found
# ULiegeTrigon - Customization package for Trigon theme
# ULiege-Latex - Customization packages for Latex classes
This package customizes the [Trigon theme for Beamer](https://www.gitlab.com/thlamb/beamertheme-trigon) in order to follow the ULiège style recommendations. Its main purpose is to pick the right color palette and logos for the different faculties of the University.
This repository contains various packages that can be used alongside well-known
latex classes. These packages implement specific customizations for the layout,
colors, etc that fit (or approach) the official ULiege graphical guidelines.
A second package, ULiegeColors, is also provided in order to define the official color palette of the University of Liège. These packages are provided separately, so the colors can be loaded independently for other types of documents.
**None of these packages are officially endorsed by the University**. They were
just implemented in order to support my own material (presentation, thesis,
reports, etc), produced during my Ph.D. Thesis and Teaching Assistant mandate.
Neither this package, nor the Trigon theme, are officially endorsed by the University. The Trigon theme and this additional package were simply made at first for my personal use (courses, presentations, etc.).
As these packages are meant to be used within the institution only, there is no
need to publish them officially on CTAN. The only way to get them is through
this repository (see Installation).
The Trigon theme is available directly on [CTAN](https://ctan.org/pkg/beamertheme-trigon). The source code of this theme is on my [personal gitlab repository](https://www.gitlab.com/thlamb/beamertheme-trigon), under the free software license CC-BY-SA 4.0.
It will hopefully get integrated in TexLive and Miktex soon so it will become available by default for everyone. This ULiegetrigon package is not meant to be published on these platforms, as its use is limited to the Institution.
## Package list
## Features
- Adapt theme colors and faculty logo to the official faculty style
### ULiege-colors
This package implements the official color palette of the University of Liège.
The full palette is available in RGB, HTML or CYMK conventions.
**Important**: This package is a dependency for all other packages, therefore it
must always be present in your system/project directory before trying to using
the other packages.
## Usage
### Package options
The package options can be adjusted as follows: `\usepackage[<options>]{ULiegetrigon}`
- `faculty=X`, where X is the abbreviation of the faculty
- uliege: ULiege style (default)
- ssoc: Social sciences
- apps: Applied sciences
- med: Medicine
- agro: Agro-Bio Tech
- gemb: Gembloux agro-bio tech
- psy: Psychology
- phi: Philosophy
- sci: Sciences
- vet: Veterinary medicine
- law: Law
- hec: HEC (Management School)
- arch: Architecture
- `titlelogo=X`, where X is the logo style name for the titleslide
- none: no logo on titleslide
- uliege: ULiege logo
- fac: (default) Faculty logo (as defined with faculty=X)
- `slidelogo=X`, where X is the logo style name for the normal slides
- none: no logo on normal slides
- uliege: ULiege logo
- fac: (default) Faculty logo (as defined with faculty=X)
### ULiege-trigon
This package customizes the [Trigon theme for
Beamer](https://www.gitlab.com/thlamb/beamertheme-trigon) in order to follow the
ULiège style recommendations. Its main purpose is to pick the right color
palette and logos for the different faculties of the University.
Example:
The Trigon theme is available directly on
[CTAN](https://ctan.org/pkg/beamertheme-trigon). The source code of this theme
is on my [personal gitlab
repository](https://www.gitlab.com/thlamb/beamertheme-trigon), under the free
software license CC-BY-SA 4.0. Trigon has been integrated in TexLive in April
2021, therefore it should be readily available on all new installations of
Latex (if not, just update your system and install the package through your
package manager).
To get a presentation with the colors of the applied sciences faculty (orange theme) and using the institution logo on the title page and no logo on the regular slides, use the following line in your preamble.
### ULiege-komathesis
This package customizes the Scrbook class (from the
[KOMA-script](https://www.ctan.org/tex-archive/macros/latex/contrib/koma-script))
package in order to make nice looking, modern thesis.
_As the graphical guidelines of the University do not explicitly mention theses,
some deviations of the true guidelines were made (fonts, headers, margins,...) .
I may add a `strict` option in the future in order to implement more closely the
guidelines if I have some time._
### To be determined
I also plan to create the following packages whenever I find some time (or when
I will need them):
- Short reports
- Long reports (likely inspired from the ULiege-komathesis)
- Posters
- Letters
## Installation
The proper installation procedure is still to do.
For now, just copy the content of this repository (the `*.sty`files and than
`images/` folder) in the root of your latex project and just use the package as
any other one
```latex
\usepackage{uliege-colors}
\usepackage{uliege-trigon}
...
```
## Documentation
The complete documentation for these packages is not written yet. This section
is a very short summary.
### ULiege-colors
Simply load the package. You can then use the custom colors as you would for any
regular color
```latex
\usepackage{uliege-colors}
\begin{document}
\color{ulgBlueGreen}{This text is in Blue-Green}, the official color of the
Univeristy; while \color{ulgOrange}{This text is in Orange}, the official color
of the applied sciences faculty.
\end{document}
```
\usepackage[faculty=apps, titlelogo=uliege, slidelogo=none]{ULiegetrigon}
For all the color names (and their attribution), refer to the content of
`Uliege-colors.sty`.
### ULiege-trigon
In a beamer document using the Trigon class, load the package as follows
```latex
\usepackage[faculty=XXX,titlelogo=YYY,slidelogo=ZZZ]{uliege-trigon}
```
### Trigon theme options
The various trigon theme options remain totally usable (slide styles, frame numbering, etc.). See the [Trigon documentation](https://gitlab.com/thlamb/beamertheme-trigon/-/jobs/artifacts/master/raw/docs/trigontheme.pdf?job=tex-compile) for more details and examples.
Where
- `XXX` is used to customize the color theme and can
be one of the following:
- uliege: ULiege style (default)
- ssoc: Social sciences
- apps: Applied sciences
- med: Medicine
- agro: Agro-Bio Tech
- gemb: Gembloux agro-bio tech
- psy: Psychology
- phi: Philosophy
- sci: Sciences
- vet: Veterinary medicine
- law: Law
- hec: HEC (Management School)
- arch: Architecture
- `YYY` is the logo to use on the titleslide
- none: no logo on titleslide
- uliege: ULiege logo
- fac: (default) Faculty logo (as defined with faculty=XXX)
### License
- `ZZZ` is the logo to use for the regular slides
- none: no logo on normal slides
- uliege: ULiege logo
- fac: (default) Faculty logo (as defined with faculty=XXX)
If nothing is mentioned, the default values are applied.
## License
Copyright 2021 by Thomas Lambert <t.lambert@uliege.be>.
**Author and maintainer**: Thomas Lambert.
This theme is licensed under the [Creative Commons Attribution-ShareAlike 4.0
International License](https://creativecommons.org/licenses/by-sa/4.0/), which
is essentially a _free software_ license. Do not hesitate to copy and modify
the code to fit your needs.
All these packages are licensed under the [Creative Commons
Attribution-ShareAlike 4.0 International
License](https://creativecommons.org/licenses/by-sa/4.0/), which is essentially
a _free software_ license. Do not hesitate to copy and modify the code to fit
your needs.
If you encounter some issues or have ideas/feature requests, do not hesitate to
contact me or use the issue tracker.
......@@ -3,9 +3,9 @@
%% Package providing the official colors of the University of Liège
%%
%% Authors : T. LAMBERT <t.lambert@uliege.be>
%% Filename : ULiegeColors
%% Filename : ULiege-colors
%% Description : Color Palette of ULiège
%% Version : 1.0 (3/12/2020)
%% Version : 1.0.0 (13/07/2021)
%%
%% ----------------------------------------------------------------------------
%%
......@@ -30,7 +30,7 @@
%% PACKAGE DEFINITION AND PARAMETERS
%% -----------------------------------------------------------------------------
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{ULiegeColors}[2020/04/02 v0.1.0 University of Liège Colors]
\ProvidesPackage{ULiege-colors}[2021/07/13 v1.0.0 University of Liège Colors]
%% -----------------------------------------------------------------------------
......
%% ---------------------------------------------------------------------------
%% Copyright (C) 2021 Thomas Lambert <t.lambert@uliege.be>
%% =============================================================================
%%
%% Package providing ULiège customizations to the Trigon theme for beamer
%%
%% Authors : T. LAMBERT <t.lambert@uliege.be>
%% Filename : ULiege-trigon
%% Description : Color Palette of ULiège
%% Version : 1.0.0 (13/07/2021)
%%
%% ----------------------------------------------------------------------------
%%
%% Notes:
%% - This package requires ULiege-colors to be present in the latex path.
%% - This package does not conflict with any of the various trigon options.
%%
%% License CC-BY-SA 4.0
%% This work is licensed under a Creative Commons Attribution-ShareAlike 4.0
%% International License (https://creativecommons.org/licenses/by-sa/4.0/)
%% ---------------------------------------------------------------------------
%% =============================================================================
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{ULiegetrigon}
[2021/04/02 v0.1.1 ULiege customization for Trigon theme]
\ProvidesPackage{ULiege-trigon}
[2021/07/13 v1.0.0 ULiege customization for Trigon theme]
%% -----------------------------------------------------------------------------
......@@ -16,7 +29,7 @@
\RequirePackage{pgfopts}
% Load ULiege color palette
\RequirePackage{ULiegeColors}
\RequirePackage{ULiege-colors}
%% -----------------------------------------------------------------------------
......
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