summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/skak/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-01-09 22:29:56 +0000
committerKarl Berry <karl@freefriends.org>2018-01-09 22:29:56 +0000
commitcf3558aae9c786d2ebe61957e97b72ad181b98ad (patch)
tree64ace3ddd722dff1ad71c820bdcef7905065c454 /Master/texmf-dist/doc/latex/skak/README
parenta3c2d080c2fd28955404dec4f2f7118fbe291bfc (diff)
skak (9jan18)
git-svn-id: svn://tug.org/texlive/trunk@46259 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/skak/README')
-rw-r--r--Master/texmf-dist/doc/latex/skak/README56
1 files changed, 56 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/skak/README b/Master/texmf-dist/doc/latex/skak/README
new file mode 100644
index 00000000000..88398e19a1f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/skak/README
@@ -0,0 +1,56 @@
+skak
+====
+
+This is a package for typesetting chess (skak in Danish) games in
+LaTeX.
+
+The basic idea is to allow the author to write about chess games using
+normal chess notation, have that typeset nicely and then show the
+position when desired. skak has an internal chess board so it is never
+out of sync with the moves described in the text.
+
+For more on the usage see the skakdoc.pdf file.
+
+
+Future Additions/Wish-list
+==========================
+
+Choosing Language for mainline
+------------------------------
+(Proposal date: mid 2002.)
+
+It would be nice if one could choose the language for the mainline,
+variation and \hidemoves for each invocation as it allows for easier
+inclusion of analysis from chess programs when using a non-english
+language.
+
+
+Optimisation of the Implementation
+----------------------------------
+(Proposal date: 2-Jan-2003.)
+
+I would like to improve some areas of the im-
+plementation since they are unnecessary slow
+and/or complicated, e.g., \IsPieceName could
+easily be implemented as a case statement in-
+stead of a list look-up. I have a strong feeling
+that this would be a lot faster than the current
+implementation which has a very functional pro-
+gramming flavour --- this was very helpful during
+the development, but it has a tendency to be a
+bit inefficient.
+
+
+Test Suite
+----------
+(Proposal date: 03-Jan-2003.)
+It would be a very good idea to create a test
+suite created using normal testing techniques.
+Areas of test should include:
+
+* resolving ambiguous moves, i.e., ensuring
+that moves like Rad1 moves the right rook.
+
+* all legal SAN moves are accepted.
+
+