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-fonts
Achim D. Brucker f05eb56048 Fixed markdown. 2018-05-02 00:18:57 +01:00
..
LICENSE Added documentation on how to generate LaTeX styles for the fonts used by The University of Sheffield. 2016-07-27 17:24:47 +01:00
README.md Fixed markdown. 2018-05-02 00:18:57 +01:00
tuos-fonts.pdf Added documentation on how to generate LaTeX styles for the fonts used by The University of Sheffield. 2016-07-27 17:24:47 +01:00
tuos-fonts.sty Updated license to LPPL 1.3c and added SPDIX license identifier. 2017-12-21 18:31:32 +00:00
tuos-fonts.tex Added documentation on how to generate LaTeX styles for the fonts used by The University of Sheffield. 2016-07-27 17:24:47 +01:00

README.md

tuos-fonts

Trivial LaTeX style for using the cooperate fonts used by The University Sheffield. The actual magic is done by two style files that are auto-generated by autoinst, which is part of Fontool.

Disclaimer

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

Prerequisites

  • The Stephenson and Blake fonts used by The University for Sheffield. Note that you need to be a member of the University do download them.

  • The `autoinst' too from the Fontool package. If you have a modern LaTeX distribution, it is most likely already installed on your machine.

Installation

  • First, we use autoinst to generate LaTeX styles for both fonts.
  • Unzip the archive with the fonts:
mkdir fonts
cd fonts 
unzip ../Fonts.zip 
  • Now use autoinst for generating the font-specific LaTeX styles (using the default, autoinst will install the styles in your home directory):
  • Stephenson (the serif font)
autoinst Steph.ttf StephBd.ttf StephIt.ttf
  • Blake (the sans serif font)
autoinst -sanserif Blake.ttf BlakeBd.ttf BlakeIt.ttf 
  • Most likely, you need to update the font maps. Please consult your LaTeX distribution and operating system help for detailed instructions. For example, in case Debian, you might (for a system wide-installation) to edit /etc/texmf/web2c/updmap.cfg and add the two lines (adapt the path information):
MixedMap TUOSBlake/TUOSBlake.map
MixedMap TUOSStephenson/TUOSStephenson.map

and call update-updmap.

  • For your convince, you might want to install tuos-fonts.sty, which just includes the generated styles for Stephenson and Blake and configures them using lining figures (as this is the default used by The University of Sheffield.

Please not that the fonts provided by The University of Sheffield do not provide all the symbols requires for type-setting mathematical content.

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.