Skip to content
Snippets Groups Projects
Forked from Yvan Peter / m4102_tp3
Source project has a limited visibility.
Style files to make documents with LaTeX that respect the visual identity
of the University of Lille as described on https://identite.univ-lille.fr/.

For the moment, three kinds of documents are proposed: letters, reports and
presentations; more will come.

These styles expect a recent install of LaTeX and have been tested with the
texlive 2017 and 2021 distribution. The files are to be compiled with lualatex.
These styles need the Marianne, Spectral and Droid Sans Mono fonts. These fonts
are freely available for all operating systems. Marianne has been created for
the French state (https://www.gouvernement.fr/charte/charte-graphique-les-
fondamentaux/la-typographie) and can be downloaded at https:/gouvfr.atlassian.
net/wiki/spaces/DB/pages/223019527/Typographie+-+Typography. Droid Sans Mono has
been created for Android (http://en.wikipedia.org/wiki/Droid_fonts) and is
available for free on http://www.fontsquirrel.com/fonts/droid-sans-mono for
example or from the fonts-droid package on the Ubuntu or Debian Linux
distributions. Spectral has been commissionned by Google and is available for
free on https://www.fontsquirrel.com/fonts/spectral for example. For your
convenience, these fonts are available in the fonts directory.

Contents of the directory:
  - tex/*.sty                Style files
  - doc/ex*                  Examples
  - img/*                    Graphical elements (logos, backgrounds)
  - fonts/*                  Fonts
  - README                   This file
  - LISEZMOI                 README in French
  - LICENSE                  GPL v3 copyleft license
  - install.sh               Bash script for the installation in the current
                             user's home directory

Initial author: Pierre Boulet <Pierre.Boulet@univ-lille.fr>