Introduced common version for all tuos-styles.

This commit is contained in:
Achim D. Brucker 2016-08-15 07:28:33 +01:00
parent b98602532d
commit 096582adaa
3 changed files with 7 additions and 7 deletions

View File

@ -9,7 +9,7 @@
%% The 2-clause BSD-style license.
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{tuos-fonts}
[2016/07/27 The University of Sheffield cooperate fonts (Stephenson and Blake).]
[2016/08/15 v1.0 The University of Sheffield cooperate fonts (Stephenson and Blake).]
\usepackage[lining]{TUOSStephenson}
\usepackage[lining]{TUOSBlake}

View File

@ -10,8 +10,8 @@
%%
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
\ProvidesClass{tuos-letter}%
[2016/07/28 LaTeX letter class following the cooperate design of The University of Sheffield]
\RequirePackage{ifthen}
[2016/08/15 v1.0 LaTeX letter class following the cooperate design of The University of Sheffield]
\RequirePackage{ifthen}
\newboolean{tuos@plainfonts}
\setboolean{tuos@plainfonts}{false}
@ -23,9 +23,9 @@
\ifthenelse{\boolean{tuos@plainfonts}}
{\typeout{Using LaTeX fonts instead of cooperate fonts.}}
{\RequirePackage{tuos-fonts}}
{\RequirePackage{tuos-fonts}[2016/08/15]}
\RequirePackage[T1]{fontenc}
\RequirePackage{tuos-logo}
\RequirePackage{tuos-logo}[2016/08/15]
\RequirePackage{xcolor}
\RequirePackage{hyperref}
\KOMAoptions{

View File

@ -8,8 +8,8 @@
%% OR
%% The 2-clause BSD-style license.
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{tuos-logo}
[2016/07/27 The University of Sheffield Logo.]
\ProvidesPackage{tuos-fonts}
[2016/08/15 v1.0 The University of Sheffield Logo.]
\RequirePackage{graphicx}
\RequirePackage{ifthen}