summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/logicpuzzle/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /graphics/pgf/contrib/logicpuzzle/README
Initial commit
Diffstat (limited to 'graphics/pgf/contrib/logicpuzzle/README')
-rw-r--r--graphics/pgf/contrib/logicpuzzle/README109
1 files changed, 109 insertions, 0 deletions
diff --git a/graphics/pgf/contrib/logicpuzzle/README b/graphics/pgf/contrib/logicpuzzle/README
new file mode 100644
index 0000000000..2201013711
--- /dev/null
+++ b/graphics/pgf/contrib/logicpuzzle/README
@@ -0,0 +1,109 @@
+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! ;-)
+