diff options
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 |