diff options
author | Norbert Preining <preining@logic.at> | 2007-06-18 14:07:29 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-06-18 14:07:29 +0000 |
commit | 7fb60a74aab3febff8b73f2c8485f038d6a5e8cf (patch) | |
tree | 4f53da62ca86575bffd6cab33eddf4ec1bedce6c /Master/tlpkg/tlpsrc/sudoku.tlpsrc | |
parent | 251011941e0fbafdda83480a711735c118a7fca0 (diff) |
its tlpsrc, not tlsrc now ...
updates to many of the tlpsrc
git-svn-id: svn://tug.org/texlive/trunk@4468 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/sudoku.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/sudoku.tlpsrc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/sudoku.tlpsrc b/Master/tlpkg/tlpsrc/sudoku.tlpsrc new file mode 100644 index 00000000000..372f7ccb6cc --- /dev/null +++ b/Master/tlpkg/tlpsrc/sudoku.tlpsrc @@ -0,0 +1,13 @@ +name sudoku +category Package +shortdesc Create sudoku grids. +longdesc The sudoku package provides an environment for typesetting sudoku +longdesc grids. A sudoku puzzle is a 9x9 grid where some of the squares in +longdesc the grid contain numbers. The rules are simple: every column can +longdesc only contain the digits 1 to 9, every row can only contain the +longdesc digits 1 to 9 and every 3x3 box can only contain the digits 1 to +longdesc 9. More information, including help and example puzzles, can be +longdesc found at sudoku.org.uk. This site also has blank sudoku grids (or +longdesc worksheets), but you will not need to print them from there if you +longdesc have this package installed. [description copied from TeX +longdesc Catalogue] |