From 5df48f2415394126dbc2c5592d1dce22181f7891 Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Wed, 17 Aug 2016 11:06:48 +0100 Subject: [PATCH] Renamed: beamerthemetuos.sty -> beamerthemetuos-presentation.sty. --- tuos-presentation/README.md | 2 +- .../{beamerthemetuos.sty => beamerthemetuos-presentation.sty} | 2 +- tuos-presentation/tuos-presentation.cls | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename tuos-presentation/{beamerthemetuos.sty => beamerthemetuos-presentation.sty} (98%) diff --git a/tuos-presentation/README.md b/tuos-presentation/README.md index 445e680..3c33971 100644 --- a/tuos-presentation/README.md +++ b/tuos-presentation/README.md @@ -21,7 +21,7 @@ customised setup of the [beamer class](https://www.ctan.org/pkg/beamer). Thus, please see the beamer documentation for its detailed use. In general, you can either use the class file (i.e., `\documentclass{tuos-presentation}` or use -`\usetheme{tuos}` in a regular beamer setup. +`\usetheme{tuos-presentation}` in a regular beamer setup. The class/theme provides the following options: * `compress`: using a layout that offers more space than the default diff --git a/tuos-presentation/beamerthemetuos.sty b/tuos-presentation/beamerthemetuos-presentation.sty similarity index 98% rename from tuos-presentation/beamerthemetuos.sty rename to tuos-presentation/beamerthemetuos-presentation.sty index 5936965..d4973ad 100644 --- a/tuos-presentation/beamerthemetuos.sty +++ b/tuos-presentation/beamerthemetuos-presentation.sty @@ -8,7 +8,7 @@ %% OR %% The 2-clause BSD-style license. \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{beamerthemetuos} +\ProvidesPackage{beamerthemetuos-presentation} [2016/08/20 v1.1 LaTeX presentation style following the cooperate design of The University of Sheffield] \mode diff --git a/tuos-presentation/tuos-presentation.cls b/tuos-presentation/tuos-presentation.cls index 1b93371..6c796dd 100644 --- a/tuos-presentation/tuos-presentation.cls +++ b/tuos-presentation/tuos-presentation.cls @@ -14,5 +14,5 @@ \RequirePackage{ifthen} \LoadClassWithOptions{beamer}[] \ProcessOptions\relax -\usetheme{tuos} +\usetheme{tuos-presentation} \endinput