Renamed: beamerthemetuos.sty -> beamerthemetuos-presentation.sty.

This commit is contained in:
Achim D. Brucker 2016-08-17 11:06:48 +01:00
parent 5ce094619b
commit 5df48f2415
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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<presentation>

View File

@ -14,5 +14,5 @@
\RequirePackage{ifthen}
\LoadClassWithOptions{beamer}[]
\ProcessOptions\relax
\usetheme{tuos}
\usetheme{tuos-presentation}
\endinput