diff options
author | Camil Staps | 2016-06-25 20:12:39 +0200 |
---|---|---|
committer | Camil Staps | 2016-06-25 20:12:39 +0200 |
commit | b4a85386c454b829de34dff92935ba74b7d9a78f (patch) | |
tree | c15221bfcaa93e336b4ae585b689983bf2565875 /README.md | |
parent | Don't sort input words on length (diff) |
Update readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -1,6 +1,8 @@ # Crosswords Crossword generator tool + + ### Features * Generates a crossword puzzle that contains as many given words as possible @@ -9,8 +11,8 @@ Crossword generator tool ### Prerequisites * [Clean][clean] -* TeX -* The [crossword][crossword] TeX package for `cwpuzzle.dtx` +* LaTeX +* The [crossword][crossword] LaTeX package for `cwpuzzle.dtx` * A dictionary for your language (one word per line, for Dutch you can have a look at [OpenTaal][opentaal]) @@ -21,10 +23,14 @@ Crossword generator tool ### Usage example Words are read from stdin, ended with an empty line or `EOF`, and of course -from the dictionary installed. +from the dictionary installed. The example above was created with the words +`crossword`, `english` and `puzzling`. $ ./cwgen < words.txt > cw-gen.tex - $ pdftex cw.tex + $ pdflatex cw.tex + +Remove `\PuzzleSolution[true]` from `cw.tex` to not show the solution in the +result. ### Author & License |