Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ULiege-Latex
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Aerospace and Mechanical Engineering
tlambert
ULiege-Latex
Commits
6731e43c
Verified
Commit
6731e43c
authored
2 years ago
by
Thomas Lambert
Browse files
Options
Downloads
Patches
Plain Diff
doc: more detail on logo selection
parent
8f651c30
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+22
-12
22 additions, 12 deletions
README.md
with
22 additions
and
12 deletions
README.md
+
22
−
12
View file @
6731e43c
...
...
@@ -12,10 +12,10 @@ 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).
## Package list
### 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.
...
...
@@ -23,8 +23,8 @@ The full palette is available in RGB, HTML or CYMK conventions.
must always be present in your system/project directory before trying to using
the other packages.
### 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
...
...
@@ -39,8 +39,8 @@ software license CC-BY-SA 4.0. Trigon has been integrated in TexLive in April
Latex (if not, just update your system and install the package through your
package manager).
### ULiege-KOMAthesis
This package customizes the
`scrbook`
document class (provided by the
[
KOMA-script
](
https://www.ctan.org/tex-archive/macros/latex/contrib/koma-script
)
package) in order to make nice looking, modern thesis. This package is largly
...
...
@@ -55,34 +55,39 @@ have some spare time at some point, I may check with the communication
department how to improve the style to match closely the official guidelines.
But this is not a priority as of today._
### To be determined
I also plan to create the following packages if I find some free time (or when I
will need them):
-
Short reports (based on scrreprt)
-
Long reports (based on scrreprt, very similar to ULiege-KOMAthesis)
-
Posters (no idea yet)
-
Letters (based on scrlttr2)
## 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}
...
...
@@ -95,14 +100,16 @@ of the applied sciences faculty.
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
}
```
Where
-
`XXX`
is used to customize the color theme and can
be one of the following:
-
uliege: ULiege style (default)
...
...
@@ -119,21 +126,24 @@ Where
-
hec: HEC (Management School)
-
arch: Architecture
-
`YYY`
is the logo to use on the titleslide
-
`YYY`
is the logo to use on the titleslide
. Three values are possible:
-
none: no logo on titleslide
-
uliege: ULiege logo
-
fac: (default) Faculty logo (as defined with faculty=XXX)
-
`ZZZ`
is the logo to use for the regular slides
-
none: no logo on normal slides
-
`ZZZ`
is the logo to use for the regular slides. The three same options are
possible for the
`slidelogo`
:
-
none: no logo on content slides
-
uliege: ULiege logo
-
fac: (default) Faculty logo (as defined with faculty=XXX)
If nothing is mentioned, the default values are applied.
If nothing is mentioned, the default values are applied. Note that some
faculties do not have a custom
`slidelogo`
(the "U" with the triangles colored
following the faculty theme). In that case, the
`uliege`
logo will be used
by default, even though you specified
`slidelogo=fac`
.
## License
Copyright 2021 by Thomas Lambert
<t.lambert@uliege.be>
.
**Author and maintainer**
: Thomas Lambert.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment