| .. | ||
| example.pdf | ||
| example.tex | ||
| LICENSE | ||
| personal.lco | ||
| README.md | ||
| tuos-letter.cls | ||
| tuos.lco | ||
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-logostyle. - The
tuos-fontsstyle (optional).
Installation
- Copy the
tuos-letter.clsandtuos.lcointo yourtexmftree. - Edit your personal contact and departmental information in the
personal.lcofile. - Run LaTeX on the
example.texto 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.