blob: 5f28daa93e612ced7b3314e34c1b94e2f2449408 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
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
|