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

docs: fix typos and improve details

parent 5e0d8928
No related branches found
No related tags found
No related merge requests found
# ULiege-Latex - Customization packages for Latex classes # ULiege-Latex - Customization packages for Latex classes
This repository contains various packages that can be used alongside well-known This repository contains various packages that can be used alongside any latex
latex classes. These packages implement specific customizations for the layout, class or package. These packages implement specific customizations for the
colors, etc that fit (or approach) the official ULiege graphical guidelines. layout, colors, etc that fit (or approach) the official ULiege graphical
guidelines.
**None of these packages are officially endorsed by the University**. They were **None of these packages are officially endorsed by the University**. They were
just implemented in order to support my own material (presentation, thesis, just implemented in order to support my own material (presentation, thesis,
...@@ -10,14 +11,14 @@ reports, etc), produced during my Ph.D. Thesis and Teaching Assistant mandate. ...@@ -10,14 +11,14 @@ reports, etc), produced during my Ph.D. Thesis and Teaching Assistant mandate.
As these packages are meant to be used within the institution only, there is no 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 need to publish them officially on CTAN. The only way to get them is through
this repository (see Installation). this repository (see [Installation][#Installation]).
## Package list ## Package list
### ULiege-colors ### ULiege-colors
This package implements the official color palette of the University of Liège. This package implements the official color palette of the University of Liège.
The full palette is available in RGB, HTML or CYMK conventions. The full palette is available following RGB, HTML or CYMK conventions.
**Important**: This package is a dependency for all other packages, therefore it **Important**: This package is a dependency for all other packages, therefore it
must always be present in your system (or at least in the project directory) must always be present in your system (or at least in the project directory)
...@@ -76,25 +77,26 @@ trigonthesis and ULiege-Trigonthesis._ ...@@ -76,25 +77,26 @@ trigonthesis and ULiege-Trigonthesis._
I also plan to create the following packages if I find some free time (or when I I also plan to create the following packages if I find some free time (or when I
will need them): will need them):
- Short reports (based on scrreprt) - Short reports (based on `scrreprt`)
- Long reports (based on scrreprt, result would probably be similar to - Long reports (based on `scrreprt`, result would probably be similar to
ULiege-trigonthesis) ULiege-trigonthesis)
- Posters (no idea yet) - Posters (no idea yet)
- Letters (based on scrlttr2) - Letters (based on scrlttr2)
## Installation ## Installation
The proper installation procedure is still to do. There is no formal install script for this. Simply copy the content of this
repository (the `*.sty`files and the `images/` folder) in the root of your
For now, just copy the content of this repository (the `*.sty`files and than latex project and just use the package as any other one:
`images/` folder) in the root of your latex project and just use the package as
any other one
```latex ```latex
\usepackage{ULiege-colors} \usepackage{ULiege-colors}
\usepackage{ULiege-trigon} \usepackage{ULiege-trigon}
``` ```
An other possibility would be to place these directly somewhere where latex will
always find them (see the path documentation for Latex for more details).
## Documentation ## Documentation
The complete documentation for these packages is not written yet. This section The complete documentation for these packages is not written yet. This section
......
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