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
5961ca7a
Verified
Commit
5961ca7a
authored
2 years ago
by
Thomas Lambert
Browse files
Options
Downloads
Patches
Plain Diff
docs: fix typos and improve details
parent
5e0d8928
Branches
master
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+14
-12
14 additions, 12 deletions
README.md
with
14 additions
and
12 deletions
README.md
+
14
−
12
View file @
5961ca7a
# ULiege-Latex - Customization packages for Latex classes
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.
This repository contains various packages that can be used alongside any latex
class or package. These packages implement specific customizations for the
layout, colors, etc that fit (or approach) the official ULiege graphical
guidelines.
**None of these packages are officially endorsed by the University**
. They were
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.
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).
this repository (see
[
Installation
][
#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.
The full palette is available
follow
in
g
RGB, HTML or CYMK conventions.
**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)
...
...
@@ -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
will need them):
-
Short reports (based on scrreprt)
-
Long reports (based on scrreprt, result would probably be similar to
-
Short reports (based on
`
scrreprt
`
)
-
Long reports (based on
`
scrreprt
`
, result would probably be similar to
ULiege-trigonthesis)
-
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
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
latex project and just use the package as any other one:
```
latex
\usepackage
{
ULiege-colors
}
\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
The complete documentation for these packages is not written yet. This section
...
...
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