summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/logicpuzzle/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/logicpuzzle/README')
-rw-r--r--Master/texmf-dist/doc/latex/logicpuzzle/README77
1 files changed, 69 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/logicpuzzle/README b/Master/texmf-dist/doc/latex/logicpuzzle/README
index 36fc84dd17c..22010137111 100644
--- a/Master/texmf-dist/doc/latex/logicpuzzle/README
+++ b/Master/texmf-dist/doc/latex/logicpuzzle/README
@@ -19,6 +19,8 @@ puzzles. At the moment the following puzzles are supported:
* 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
@@ -36,13 +38,72 @@ puzzles. At the moment the following puzzles are supported:
License: LPPL
-Changes in v2.4:
+Changes in v2.5:
-- added support for Magnets puzzle
- https://bitbucket.org/kleberj/logicpuzzle/wiki/Magnets
+- 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! ;-)
-- added support for Masyu puzzle
- https://bitbucket.org/kleberj/logicpuzzle/wiki/Masyu
-
-- added support for Magic Labyrinth puzzle
- https://bitbucket.org/kleberj/logicpuzzle/wiki/MagicLabyrinth \ No newline at end of file