From a373b0199bcb59583187fd0f936ca56cb41d7df2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 12 Jan 2006 23:53:08 +0000 Subject: clock git-svn-id: svn://tug.org/texlive/trunk@763 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/clock/clock.sty | 45 +++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/clock/clock.sty (limited to 'Master/texmf-dist/tex/latex/clock') 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'. -- cgit v1.2.3