From dca86085d6385e82db7f2a59483153bffce95eae Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Wed, 11 Apr 2018 07:34:26 +0100 Subject: [PATCH] Improved Markdown layout and added SPIDX identifier. --- README.md | 5 +++++ tuos-fonts/README.md | 6 ++++++ tuos-letter/README.md | 9 +++++++++ tuos-logo/README.md | 7 +++++++ tuos-poster/README.md | 8 ++++++++ tuos-presentation/README.md | 8 ++++++++ 6 files changed, 43 insertions(+) diff --git a/README.md b/README.md index 4efa4ec..b17a509 100644 --- a/README.md +++ b/README.md @@ -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 + diff --git a/tuos-fonts/README.md b/tuos-fonts/README.md index fe7409e..3584df4 100644 --- a/tuos-fonts/README.md +++ b/tuos-fonts/README.md @@ -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 + diff --git a/tuos-letter/README.md b/tuos-letter/README.md index 01ed055..538e17f 100644 --- a/tuos-letter/README.md +++ b/tuos-letter/README.md @@ -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 + diff --git a/tuos-logo/README.md b/tuos-logo/README.md index 551f475..1d44989 100644 --- a/tuos-logo/README.md +++ b/tuos-logo/README.md @@ -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 + diff --git a/tuos-poster/README.md b/tuos-poster/README.md index 3e0cf1b..b2ebf9e 100644 --- a/tuos-poster/README.md +++ b/tuos-poster/README.md @@ -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 + diff --git a/tuos-presentation/README.md b/tuos-presentation/README.md index 940d747..b7a3921 100644 --- a/tuos-presentation/README.md +++ b/tuos-presentation/README.md @@ -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 +