diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/battleship/CHANGES')
-rw-r--r-- | Master/texmf-dist/doc/latex/battleship/CHANGES | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/Master/texmf-dist/doc/latex/battleship/CHANGES b/Master/texmf-dist/doc/latex/battleship/CHANGES deleted file mode 100644 index d9bafc783e9..00000000000 --- a/Master/texmf-dist/doc/latex/battleship/CHANGES +++ /dev/null @@ -1,42 +0,0 @@ --- 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 - |