summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/clock
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/clock')
-rw-r--r--Master/texmf-dist/tex/latex/clock/clock.sty45
1 files changed, 45 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/clock/clock.sty b/Master/texmf-dist/tex/latex/clock/clock.sty
new file mode 100644
index 00000000000..a83cd7f1bfd
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/clock/clock.sty
@@ -0,0 +1,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'.