Initial commit.

这个提交包含在:
Achim D. Brucker 2020-07-16 08:40:52 +01:00
父节点 e4ab26e02f
当前提交 93dc025fca
共有 1 个文件被更改,包括 56 次插入0 次删除

56
uoe-logo/README.md 普通文件
查看文件

@ -0,0 +1,56 @@
# 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:
* [colour version (eps)](http://www.exeter.ac.uk/departments/communication/communications/design/downloads/logos/colour_logo_vector.eps)
* [mono version (eps)](http://www.exeter.ac.uk/departments/communication/communications/design/downloads/logos/mono_logo_vector.eps)
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](http://www.exeter.ac.uk/departments/communication/communications/design/visualidentity/)
set out by the University of Exeter.
## Installation
## Usage
Including the style in your latex document, i.e.,
```tex
\usepackage{uoe-logo}
```
defines two commands:
```tex
\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://logicalhacking.com):
<https://git.logicalhacking.com/adbrucker/uoe-latex>.