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-letter/README.md

1.8 KiB

tuos-letter

A LaTeX class (based on the letter class of the KOMA-Script bundle that approximates the letter layout of The University of Sheffield.

Disclaimer

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

Prerequisites

  • The tuos-logo style.
  • The tuos-fonts style (optional).

Installation

  • Copy the tuos-letter.cls and tuos.lco into your texmf tree.
  • Edit your personal contact and departmental information in the personal.lco file.
  • Run LaTeX on the example.tex to create a personalised example letter.

Usage

The tuos-letter class is a customised setup of the letter class of the KOMA-Script bundle. Thus, please see the KOMA-Script bundle documentation for its detailed use. In addition, the class provides an option plainfonts that used the standard LaTeX fonts instead of the cooperate fonts of The University of Sheffield. There are mainly two reasons why you want to use this option:

  • The cooperate fonts do not provide mathematical symbols. Thus, if you want to write mathematical content in your letter, the LaTeX fonts might be the better choice (or add a suitable LaTeX package providing mathematical symbols.
  • You do not want to fiddle with your font installation.

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/tuos-latex.