diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/sudokubundle/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/sudokubundle/README | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/sudokubundle/README b/Master/texmf-dist/doc/latex/sudokubundle/README new file mode 100644 index 00000000000..5f28daa93e6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/sudokubundle/README @@ -0,0 +1,73 @@ + The sudoku bundle provides the printsudoku, solvesudoku and createsudoku +coordinated set of packages for typesetting, solving, and creating Sudoku +puzzles. Over 50 puzzles are also supplied. + + If there are any questions please ask them on the comp.text.tex newsgroup. + +CHANGES +sudokubundle.dtx v1.0a (2006/02/19) +o Deleted a clue from the example puzzle, no package changes. + +printsudoku.sty v1.0 (2006/02/16) +o First public release + +solvesudoku.sty v1.0 (2006/02/16) +o First public release + +createsudoku.sty v1.0 (2006/02/16) +o First public release + +somesudoku.tex (2006/02/16) +o First public release + +------------------------------------------------------------------ + Author: Peter Wilson (Herries Press) herries dot press at earthlink dot net + Copyright 2006 Peter R. Wilson + + This work may be distributed and/or modified under the + conditions of the Latex Project Public License, either + version 1.3 of this license or (at your option) any + later version. + The latest version of the license is in + http://www.latex-project.org/lppl.txt + and version 1.3 or later is part of all distributions of + LaTeX version 2003/06/01 or later. + + This work has the LPPL maintenance status "author-maintained". + + This work consists of the files: + README (this file) + sudokubundle.dtx + sudokubundle.ins + sudokubundle.pdf + and the derived files + printsudoku.sty + solvesudoku.sty + createsudoku.sty + somesudoku.tex + +------------------------------------------------------------------ + The distribution consists of the following files: +README (this file) +sudokubundle.dtx +sudokubundle.ins + + To install the sudoku bundle: +o run: latex sudokubundle.ins (which will generate printsudoku.sty, + solvesudoku.sty and createsudoku.sty, and also somesudoku.tex) +o Move the .sty files to a location where LaTeX will find them (for more + information on this see the FAQ). +o Run LaTeX on somesudoku.tex to typeset a collection of puzzles, plus + their answers. Be aware that this will lead to a large number of small + *.sud and *.ans files being created. + + To generate a second copy of the manual (which is already supplied as a PDF file): +o run: latex *.dtx +o (for an index run: makeindex -s gind.ist *.idx) +o run: latex *.dtx +o Print *.dvi for a hardcopy of the package manual + +2006/02/19 +Peter Wilson +herries dot press at earthlink dot net + |