summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/circuit-macros/examples/clock.m4
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/circuit-macros/examples/clock.m4')
-rw-r--r--Master/texmf-dist/doc/latex/circuit-macros/examples/clock.m420
1 files changed, 0 insertions, 20 deletions
diff --git a/Master/texmf-dist/doc/latex/circuit-macros/examples/clock.m4 b/Master/texmf-dist/doc/latex/circuit-macros/examples/clock.m4
deleted file mode 100644
index 3431068d9bf..00000000000
--- a/Master/texmf-dist/doc/latex/circuit-macros/examples/clock.m4
+++ /dev/null
@@ -1,20 +0,0 @@
-.PS
-# clock.m4
-gen_init
-
- linethick = 1.5
- arrowwid = 5 pt__
-
- rgbfill(255/255,250/255,205/255,
- Clock: circle rad 0.75 at (0,0) )
-
- command "\newcounter{hour}"
- for time=1 to 12 do {
- sprintf("\setcounter{hour}{%g}\Roman{hour}",time) \
- at Rect_(Clock.rad*0.85,90-time*30)
- }
- line <-> from Rect_(Clock.rad*0.95,90-8.5*30) to Clock \
- then to Rect_(Clock.rad*0.7,90-3.5*30)
- line thick 1 outline "red" from Clock to Rect_(Clock.rad*0.95,90-0.75*30)
-
-.PE