diff --git a/tuos-poster/beamerthemetuos-poster.sty b/tuos-poster/beamerthemetuos-poster.sty new file mode 100644 index 0000000..e3cec1f --- /dev/null +++ b/tuos-poster/beamerthemetuos-poster.sty @@ -0,0 +1,18 @@ +%% Copyright (C) 2016 Achim D. Brucker, https://www.brucker.ch +%% +%% License: +%% This program can be redistributed and/or modified under the terms +%% of the LaTeX Project Public License Distributed from CTAN +%% archives in directory macros/latex/base/lppl.txt; either +%% version 1 of the License, or any later version. +%% OR +%% The 2-clause BSD-style license. +%% + +\ProvidesPackage{beamerthemeuos-poster} + [2016/08/20 v1.1 LaTeX theme following the cooperate design of The University of Sheffield] + +\mode + +\mode +\endinput diff --git a/tuos-poster/tuos-poster.cls b/tuos-poster/tuos-poster.cls new file mode 100644 index 0000000..fd92eb9 --- /dev/null +++ b/tuos-poster/tuos-poster.cls @@ -0,0 +1,18 @@ +%% Copyright (C) 2016 Achim D. Brucker, https://www.brucker.ch +%% +%% License: +%% This program can be redistributed and/or modified under the terms +%% of the LaTeX Project Public License Distributed from CTAN +%% archives in directory macros/latex/base/lppl.txt; either +%% version 1 of the License, or any later version. +%% OR +%% The 2-clause BSD-style license. +%% +\NeedsTeXFormat{LaTeX2e}[1994/06/01] +\ProvidesClass{tuos-poster}% + [2016/08/20 v1.1 LaTeX poster class following the cooperate design of The University of Sheffield] +\RequirePackage{ifthen} +\LoadClassWithOptions{beamer}[] +\ProcessOptions\relax +\usetheme{tuos-poster} +\endinput