diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
commit | 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch) | |
tree | 90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/sudoku | |
parent | 950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff) |
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/sudoku')
-rw-r--r-- | Master/texmf-dist/doc/latex/sudoku/CHANGES | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/sudoku/README | 27 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/sudoku/sudoku.pdf | bin | 0 -> 65040 bytes |
3 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/sudoku/CHANGES b/Master/texmf-dist/doc/latex/sudoku/CHANGES new file mode 100644 index 00000000000..555f604ba5b --- /dev/null +++ b/Master/texmf-dist/doc/latex/sudoku/CHANGES @@ -0,0 +1,2 @@ +Version 1.0 (June 2005)
+Initial version
diff --git a/Master/texmf-dist/doc/latex/sudoku/README b/Master/texmf-dist/doc/latex/sudoku/README new file mode 100644 index 00000000000..b2d117408ee --- /dev/null +++ b/Master/texmf-dist/doc/latex/sudoku/README @@ -0,0 +1,27 @@ +I'd like to announce the availability of a LaTeX2e sudoku
+Package from CTAN.
+
+INSTALLATION:
+ - Run 'latex sudoku.ins' and copy the sudoku.sty file into
+ a path searched by LaTeX.
+ - Run 'latex sudoku.dtx' twice to obtain the documentation.
+
+The sudoku package allows the user to typeset sudoku puzzles.
+
+A sudoku puzzle is a 9x9 grid where some of the squares in the
+grid contain numbers. The rules are simple: every column can
+only contain the digits 1 to 9, every row can only contain the
+digits 1 to 9 and every 3x3 box can only contain the digits 1 to 9.
+
+More information, including help and example puzzles, can be found
+at www.sudoku.org.uk. This site also has blank sudoku grids (or
+worksheets), but you will not need to print them from there if you
+have this package installed.
+
+Files of the `sudoku' package:
+ README This file
+ sudoku.dtx Source code and documentation
+ sudoku.ins Installation script generating sudoku.sty
+ sudoku.pdf PDF Version of the documentation
+ CHANGES List of changes
+
diff --git a/Master/texmf-dist/doc/latex/sudoku/sudoku.pdf b/Master/texmf-dist/doc/latex/sudoku/sudoku.pdf Binary files differnew file mode 100644 index 00000000000..3e926d5c572 --- /dev/null +++ b/Master/texmf-dist/doc/latex/sudoku/sudoku.pdf |