uoe-latex/uoe-logo
Achim D. Brucker 93dc025fca Initial commit. 2020-07-16 08:40:52 +01:00
..
logo Initial commit. 2020-07-15 18:09:32 +01:00
LICENSE Initial commit. 2020-07-15 18:09:32 +01:00
README.md Initial commit. 2020-07-16 08:40:52 +01:00
example.pdf Initial commit. 2020-07-16 08:34:32 +01:00
example.tex Initial commit. 2020-07-16 08:34:32 +01:00
uoe-logo.sty Initial commit. 2020-07-15 18:09:32 +01:00

README.md

uoe-logo

Trivial LaTeX style for using logo of the University of Exeter.

Disclaimer

Please not that this LaTeX setup is neither endorsed nor officially supported by the University of Exeter.

Prerequisites

Download the colour and mono version of the logo of the University of Exeter:

It is recommended to use the eps-versions of the logos and convert them to PDF.

Please note that the use of the logo is governed by the terms and conditions set out by the University of Exeter.

Installation

Usage

Including the style in your latex document, i.e.,

\usepackage{uoe-logo}

defines two commands:

\uoeLogoLight
\uoeLogoDark

where the first variant prints the logo designed for white (light) backgrounds and the latter print the logo designed for coloured (dark) backgrounds. Both commands take the same optional arguments as the \includegraphics[]{} command of the graphicx package.

The package itself has two options:

  • high for using the high resolution logo and
  • bw for using the black-and-white logo instead of the colour logo.

License

This project is dual-licensed under a 2-clause BSD-style license and/or the LPPL version 1.3c or (at your opinion) any later version.

SPDX-License-Identifier: LPPL-1.3c+ OR BSD-2-Clause

Master Repository

The master git repository for this project is hosted by the Software Assurance & Security Research Team: https://git.logicalhacking.com/adbrucker/uoe-latex.