diff options
author | Karl Berry <karl@freefriends.org> | 2010-11-27 16:13:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-11-27 16:13:31 +0000 |
commit | a71d255dc4a69bebb54dea17ce8e53b28f78fa8e (patch) | |
tree | b971e53b031ec0fd6e56305990c8587e6b1dbd82 /Master/texmf-dist/fonts/source/public/chess | |
parent | ecb029342d29c71bc14ed1750bfdfeeeba6a6cef (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')
-rw-r--r-- | Master/texmf-dist/fonts/source/public/chess/README.mf | 15 | ||||
-rw-r--r-- | Master/texmf-dist/fonts/source/public/chess/chessfig10.mf | 35 |
2 files changed, 15 insertions, 35 deletions
diff --git a/Master/texmf-dist/fonts/source/public/chess/README.mf b/Master/texmf-dist/fonts/source/public/chess/README.mf new file mode 100644 index 00000000000..1f1dce9ad79 --- /dev/null +++ b/Master/texmf-dist/fonts/source/public/chess/README.mf @@ -0,0 +1,15 @@ +Instructions on how to install the chess fonts can be found in the file +chess12/INSTALLATION. + +The file chessdiag.mf allows to create the ``Mate in three'' problem +in a separate window if your version of METAFONT supports it (it should +do that!). There are two versions of this file: + chessdiag.mf + chessdiag.Xmf + +The last one can be used to draw the board in a X-window. Here is how: + - setenv DISPLAY your_server:0 + - mf "\mode:=localfont; mag:=magstep(0); screenchars; input chessdiag.Xmf" + +Oct. 1991 +Piet Tutelaers (rcpt@urc.tue.nl) 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; |