Improved Markdown layout and added SPIDX identifier.

This commit is contained in:
Achim D. Brucker 2018-04-11 07:34:26 +01:00
parent d53a2baa31
commit dca86085d6
6 changed files with 43 additions and 0 deletions

View File

@ -1,4 +1,5 @@
# tuos-latex
Various LaTeX templates mimicking the cooperate guidelines of the
[The University of Sheffield.](https://www.sheffield.ac.uk)
@ -14,6 +15,10 @@ Various LaTeX templates mimicking the cooperate guidelines of the
of The University of Sheffield.
## License
If not otherwise stated, all sub-projects are 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

View File

@ -1,10 +1,12 @@
# 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](https://www.ctan.org/tex-archive/fonts/utilities/fontools/).
## Disclaimer
Please not that this LaTeX setup is neither endorsed nor officially
supported by the University of Sheffield.
@ -24,6 +26,7 @@ supported by the University of Sheffield.
## Installation
* First, we use `autoinst` to generate LaTeX styles
for both fonts.
* Unzip the archive with the fonts:
@ -66,6 +69,9 @@ 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

View File

@ -1,4 +1,5 @@
# tuos-letter
A LaTeX class (based on the letter class of the
[KOMA-Script bundle](https://www.ctan.org/pkg/koma-script) that
approximates the
@ -6,14 +7,17 @@ approximates the
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.
@ -21,6 +25,7 @@ supported by the University of Sheffield.
letter.
## Usage
The `tuos-letter` class is a customised setup of the letter class of the
[KOMA-Script bundle](https://www.ctan.org/pkg/koma-script). Thus,
please see the KOMA-Script bundle documentation for its detailed
@ -35,5 +40,9 @@ use this option:
* 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

View File

@ -1,11 +1,14 @@
# tuos-logo
Trivial LaTeX style for using logo of The University of Sheffield.
## Disclaimer
Please not that this LaTeX setup is neither endorsed nor officially
supported by the University of Sheffield.
## Prerequisites
Download the following archives, unzip the them and store the
extracted jpg-images in the `logo` folder.
* [Colour logo for printing on a white background (medium)](https://www.shef.ac.uk/polopoly_fs/1.15339!/file/tuoslogo_key_cmyk_med.zip)
@ -24,6 +27,7 @@ set out by The University of Sheffield.
## Installation
## Usage
Including the style in your latex document, i.e.,
```tex
\usepackage{tuos-logo}
@ -43,6 +47,9 @@ The package itself has two options:
* `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

View File

@ -1,20 +1,25 @@
# tuos-poster
A LaTeX class (based on the [beamerposter](https://www.ctan.org/tex-archive/macros/latex/contrib/beamerposter))
that roughly follows the
[PowerPoint Poster guidelines](http://www.sheffield.ac.uk/marketing/visual-identity/downloads/powerpoint-templates)
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-presentation` theme/class.
## Installation
* Copy the various `*.sty` and `*.cls` files into your `texmf` tree.
## Usage
The `tuos-poster` class (respectively, a beamerposter theme) is a
customised setup of the
[beamer class](https://www.ctan.org/pkg/beamer) and of the
@ -37,6 +42,9 @@ The class/theme provides the following options:
## 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

View File

@ -1,21 +1,26 @@
# tuos-presentation
A LaTeX class (based on the [beamer class](https://www.ctan.org/pkg/beamer))
that roughly follows the
[PowerPoint guidelines](http://www.sheffield.ac.uk/marketing/visual-identity/downloads/powerpoint-templates)
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 various `*.sty` and `*.cls` files into your `texmf` tree.
## Usage
The `tuos-presentation` class (respectively, a beamer theme) is a
customised setup of the
[beamer class](https://www.ctan.org/pkg/beamer). Thus, please see the
@ -41,6 +46,9 @@ Moreover, a few new commands are provided that generate standard
slides such as `\PartFrame{}`, `\ThanksFrame{}`, or `\CopyrightFrame`.
## 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