The logicpuzzle bundle allows you to typeset various logic
puzzles. At the moment the following puzzles are supported:

* 2D-Sudoku (aka Magiequadrat, Diagon, ...)
* Battleship (aka Bimaru, Marinespiel, Batalla Naval, ...)
* Bokkusu (aka Kakurasu, Feldersummenrätsel, ...)
* Bridges (aka Brückenbau, Hashi, ...)
* Chaos Sudoku
* Four Winds (aka Eminent Domain, Lichtstrahl, ...)
* Hakyuu (aka Seismic, Ripple Effect, ...)
* Hitori
* Kakuro
* Kendoku (aka Mathdoku, Calcudoku, Basic, MiniPlu, Ken Ken,
              Square Wisdom, Sukendo, Caldoku, ...)
* Killer Sudoku (aka Samunapure, Sum Number Place, Sumdoku,
                    Gebietssummen, ...)
* Laser Beam (aka Laserstrahl, ...)
* Magic Labyrinth (aka Magic Spiral, Magisches Labyrinth, ...)
* Magnets (aka Magnetplatte, Magnetfeld, ...)
* Masyu (aka Mashi, {White|Black} Pearls, ...)
* Minesweeper (aka Minensuche, ...)
+ Nonogram (aka Griddlers, Hanjie, Tsunami, Logic Art,
               Logimage, ...)
* Number Link (aka Alphabet Link, Arukone, Buchstabenbund, ...)
* Resuko
* Schatzsuche
* Skyline (aka Skycrapers, Wolkenkratzer, Hochhäuser, ...)
 incl. Skyline Sudoku and Skyline Sudoku (N*N) variants
* Slitherlink (aka Fences, Number Line, Dotty Dilemma,
              Sli-Lin, Takegaki, Great Wall of China,
              Loop the Loop, Rundweg, Gartenzaun, ...)
* Star Battle (aka Sternenschlacht, ...)
* Stars and Arrows (aka Sternenhimmel, ...)
* Sudoku
* Sun and Moon (aka Sternenhaufen, Munraito, ...)
* Tents and Trees (aka Zeltlager, Zeltplatz, Camping, ...)
* Tunnel

License: LPPL

Changes in v2.5:

- added support for Nonogram puzzle
 https://bitbucket.org/kleberj/logicpuzzle/wiki/Nonogram
 https://bitbucket.org/kleberj/logicpuzzle/downloads/example-nonogram.pdf

 feature request by: Theresa Spannbauer

- added documented source (dtx)

- added LPpreset TikZ style to all puzzle environments plus some minor
 changes

 INSTALL
===========

First of all, install the package with the package manager of your
TeX distribution, if possible.

Or download logicpuzzle.tds.zip and unzip it in the root directory
of your local TeX tree! Run texhash, that's it!

Manual installation:

- download logicpuzzle.dtx and qrcode.png

- extract all other files with pdftex logicpuzzle.dtx
 If you also want to create logicpuzzle.pdf, you can also run
 pdflatex logicpuzzle.dtx

- finish logicpuzzle.pdf by running:

 (pdflatex logicpuzzle.dtx)  already done???
 bibtex logicpuzzle
 makeindex -s gind.ist logicpuzzle
 makeindex -s gglo.ist logicpuzzle.glo -o logicpuzzle.gls
 pdflatex logicpuzzle.dtx
 bibtex logicpuzzle
 makeindex -s gind.ist logicpuzzle
 makeindex -s gglo.ist logicpuzzle.glo -o logicpuzzle.gls
 pdflatex logicpuzzle.dtx

- rename some files:

 createlpsudoku.sh -> createlpsudoku
 lpsmag.sh -> lpsmag
 README.txt -> README

 or use one of the scripts:

 * Linux: simply run ./rename.sh
 * Windows: rename rename.win -> rename.bat and run it
            Windows does pdftex not allow to write a batch file (.bat)

- move the files:

 *.sty -> localtexmf/tex/latex/logicpuzzle/
 *.pdf -> localtexmf/doc/latex/logicpuzzle/
 *.dtx -> localtexmf/doc/latex/logicpuzzle/
 *.txt -> localtexmf/doc/latex/logicpuzzle/
 README -> localtexmf/doc/latex/logicpuzzle/
 bash scripts + *.smc -> somewhere in $PATH

- update your FNDB (Filename database)

 run texhash

You really should use the package manager! ;-)