%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % File: clock.sty % Date: April 10, 2001 % Author: Oliver Corff % (c) 2001 Ulaanbaatar, Macau, Berlin % % A package for providing graphical % clocks to TeX- and LaTeX-users. % % Usage: \usepackage{clock} % % No options. % % NB: This package requires LaTeX2e! % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Identification % \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{clock}[2001/04/10 v0.1 TeXclock] % % % Preliminary declarations % \DeclareFontFamily{U}{clock}{} \DeclareFontShape{U}{clock}{m}{n}{% <-> clock}{} \DeclareFontSubstitution{U}{clock}{m}{n} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Loading the clock command structure % \def\LaTeXclock{} \input clock.tex \newcommand{\clockfont}{\usefont{U}{clock}{m}{n}\selectfont} \newcommand{\bigclockfont}{\Huge\usefont{U}{clock}{m}{n}\selectfont} % % % No options with this package. % % No More declarations % % End of file `clock.sty'.