summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/clock/texinput/clock.sty
blob: a83cd7f1bfd8d00433ebf4157b52760c347ce177 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 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'.