summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/fonts/source/public/chess/chessfig10.mf
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-11-27 16:13:31 +0000
committerKarl Berry <karl@freefriends.org>2010-11-27 16:13:31 +0000
commita71d255dc4a69bebb54dea17ce8e53b28f78fa8e (patch)
treeb971e53b031ec0fd6e56305990c8587e6b1dbd82 /Master/texmf-dist/fonts/source/public/chess/chessfig10.mf
parentecb029342d29c71bc14ed1750bfdfeeeba6a6cef (diff)
chess update from 1992, to get copyright file, etc.
git-svn-id: svn://tug.org/texlive/trunk@20582 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/chess/chessfig10.mf')
-rw-r--r--Master/texmf-dist/fonts/source/public/chess/chessfig10.mf35
1 files changed, 0 insertions, 35 deletions
diff --git a/Master/texmf-dist/fonts/source/public/chess/chessfig10.mf b/Master/texmf-dist/fonts/source/public/chess/chessfig10.mf
deleted file mode 100644
index f9e09a1fc28..00000000000
--- a/Master/texmf-dist/fonts/source/public/chess/chessfig10.mf
+++ /dev/null
@@ -1,35 +0,0 @@
-% This is `chessfig10.mf' version 1.0 as of 8/90
-% METAfounded by Piet Tutelaers (uucp: rcpt@urc.tue.nl)
-% (If the filename is too long for your computer rename the file `chessf10.mf'
-% and adapt chess.sty accordingly.)
-
-% generates a font consisting of chess figurines
-
-mode_setup;
-input chessbase;
-
-def figurine(expr code) =
- beginchar(code, d#, .8d#, .2d#);
- pickup pencircle scaled thin;
- thin_pen:=savepen ; % for drawing pieces
- pickup pencircle scaled thick;
- thick_pen:=savepen; % for drawing inside pieces
- define_whole_pixels(d);
- scantokens code(d, 0, -.2);
- endchar;
-enddef;
-
-M=1; % number of squares
-d#:=10pt#/M; % size per square
-thin#:=1/3pt#; thick#:=5/6pt#; define_blacker_pixels(thin, thick);
-light=0; dark=1; white=0; black=1;
-background:=light; color:=white;
-
-figurine("K");
-figurine("Q");
-figurine("R");
-figurine("B");
-figurine("N");
-figurine("p");
-
-end;