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

83 lines
2.6 KiB
Markdown
Raw Normal View History

2016-07-27 16:43:13 +00:00
# tuos-fonts
2016-07-27 21:45:28 +00:00
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](https://www.ctan.org/tex-archive/fonts/utilities/fontools/).
2016-07-27 16:40:44 +00:00
## Disclaimer
2016-07-27 16:40:44 +00:00
Please not that this LaTeX setup is neither endorsed nor officially
supported by the University of Sheffield.
2016-07-27 16:41:13 +00:00
## Prerequisites
* The
2017-02-10 20:14:37 +00:00
[Stephenson and Blake fonts](https://www.sheffield.ac.uk/marketing/visual-identity/downloads/fonts)
used by The University for Sheffield. Note that you need to be a
member of the University do
2017-02-10 20:14:37 +00:00
[download](https://www.sheffield.ac.uk/polopoly_fs/1.15319!/file/Fonts.zip)
them.
2016-07-27 16:25:53 +00:00
* The `autoinst' too from the
[Fontool](https://www.ctan.org/tex-archive/fonts/utilities/fontools/)
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.
2017-02-18 23:12:37 +00:00
* Unzip the archive with the fonts:
2017-02-18 23:06:12 +00:00
```
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):
2017-02-18 23:12:37 +00:00
* Stephenson (the serif font)
2017-02-18 23:06:12 +00:00
```
autoinst Steph.ttf StephBd.ttf StephIt.ttf
```
2017-02-18 23:12:37 +00:00
* Blake (the sans serif font)
2017-02-18 23:06:12 +00:00
```
autoinst -sanserif Blake.ttf BlakeBd.ttf BlakeIt.ttf
```
2017-02-18 23:12:37 +00:00
* 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):
2017-02-18 23:06:12 +00:00
```
MixedMap TUOSBlake/TUOSBlake.map
MixedMap TUOSStephenson/TUOSStephenson.map
2017-02-18 23:12:37 +00:00
```
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
2016-07-27 21:46:28 +00:00
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):
2018-05-01 23:18:57 +00:00
<https://git.logicalhacking.com/adbrucker/tuos-latex>.