This repository has been archived on 2024-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
tuos-latex/tuos-logo/README.md

2.3 KiB

tuos-logo

Trivial LaTeX style for using logo of The University of Sheffield.

Disclaimer

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

Prerequisites

Download the following archives, unzip the them and store the extracted jpg-images in the logo folder.

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

Installation

Usage

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

\usepackage{tuos-logo}

defines two commands:

\tuosLogoLight
\tuosLogoDark

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