summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/logicpuzzle/CHANGES
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-03-02 00:08:06 +0000
committerKarl Berry <karl@freefriends.org>2013-03-02 00:08:06 +0000
commit4f2468f5b9802ecb8d04a49657a9343139044d2a (patch)
treeb87f5f4b6a0b77d8d2c0275fc3530414488ccbf8 /Master/texmf-dist/doc/latex/logicpuzzle/CHANGES
parent0e7c6bce26ca4d5e7110de22ca0681a5a50196c6 (diff)
logicpuzzle (1mar13)
git-svn-id: svn://tug.org/texlive/trunk@29255 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/logicpuzzle/CHANGES')
-rw-r--r--Master/texmf-dist/doc/latex/logicpuzzle/CHANGES62
1 files changed, 62 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/logicpuzzle/CHANGES b/Master/texmf-dist/doc/latex/logicpuzzle/CHANGES
new file mode 100644
index 00000000000..b74f78dfd9d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/logicpuzzle/CHANGES
@@ -0,0 +1,62 @@
+== Logicpuzzle bundel (v1.3) ==
+
+-- bokkusu.sty (v1.0) --
+
+28/02/2013 added bokkusu.sty [jk]
+
+-- battleship.sty (v1.3) --
+
+27/02/2013 added option cvoffset [jk]
+ to set indiviual vertical counter offsets
+
+-- logicpuzzle.sty (v1.3) --
+
+26/02/2013 added \LP@ingrid to \fillcell [jk]
+
+26/02/2013 added \valueH, \valueV, \sumH, \sumV, \fillcell,
+ \fillrow, \fillcolumn [jk]
+
+26/02/2013 Bugfix: mix up column and row in \setXcontents [jk]
+
+-- battleship.sty (v1.2) --
+
+19/02/2013 implemented \classicgame [jk]
+ for drawing game sheets for classic Battleship
+
+18/02/2013 implemented option title [jk]
+ -> \titleformat
+
+18/02/2013 implemented option counterstyle [jk]
+ -> \puzzlecounter, \setpuzzlecounter
+ \definecounterstyle
+
+17/02/2013 implemented option bgcolor [jk]
+
+17/02/2013 moved code base for logic puzzles into logicpuzzle.sty [jk]
+
+-- battleship.sty (v1.1) --
+
+12/02/2013 added \placewater [jk]
+ puts a water marker into the grid
+
+12/02/2013 added \placeisland [jk]
+ puts an island with random outline into the grid
+
+12/02/2013 renamed \ship -> \placesegment [jk]
+ added \let\ship\placesegment
+
+11/02/2013 implemented \placeship{direction}{column}{row}{length} [jk]
+ placement of complete ship at (column,row) in direction {V|H}
+ with length length.
+
+11/02/2013 implemented \BS@ingrid [jk]
+ checks if coordinate is in the grid
+ -> PackageError
+
+10/02/2013 added \battleshipsetup [jk]
+ for resetting global options
+
+-- battleship bundle --
+
+2013/02/09 IPO of battleship on CTAN
+