summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/clock
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:53:08 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:53:08 +0000
commita373b0199bcb59583187fd0f936ca56cb41d7df2 (patch)
treead4caebfcbb706e4f818dab6d543ae854659f352 /Master/texmf-dist/tex/latex/clock
parentebd5a2a14b82b327a95dfbae9e0544289faa5662 (diff)
clock
git-svn-id: svn://tug.org/texlive/trunk@763 c570f23f-e606-0410-a88d-b1316a301751
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'.