blob: 8eb17491886e628d812f85dbd17ba001825c8e1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
%%%%%%%%%%%%%%%%%% ifclkb10.mf %%%%%%%%%%%%%%%%%%%%%%%
% (c) Ingo Kloeckl
% This program can be redistributed and/or modified under the terms
% of the LaTeX Project Public License Distributed from CTAN
% archives in directory macros/latex/base/lppl.txt; either
% version 1 of the License, or any later version.
% History
% 20.12.1999 v1.0 IK
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% clocks showing time in 5 min increment
% by I.Kloeckl, ingo.kloeckl@2k-software.de
font_size=10pt#;
mode_setup;
design_size=10pt#;
linewidth=1.0pt;
input ifclk.gen;
%%%%%%%%%%%%%%%%%% end of ifclkb10.mf %%%%%%%%%%%%%%%%%%%%%%%
|