diff options
author | Camil Staps | 2016-06-26 14:38:01 +0200 |
---|---|---|
committer | Camil Staps | 2016-06-26 14:38:01 +0200 |
commit | a360c0089a3680655ca8ea6aa5b03ff652054c04 (patch) | |
tree | c01564b6c3902f2f5ae81320052288c867f9f33c /README.md | |
parent | Update readme (diff) |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ # Crosswords Crossword generator tool - + ### Features @@ -18,15 +18,15 @@ Crossword generator tool ### Installation - $ clm -I $CLEAN_HOME/lib/MersenneTwister -b -h 100M Crosswords -o cwgen + $ clm -I $CLEAN_HOME/lib/ArgEnv -I $CLEAN_HOME/lib/MersenneTwister -b -h 100M Crosswords -o cwgen ### Usage example Words are read from stdin, ended with an empty line or `EOF`, and of course from the dictionary installed. The example above was created with the words -`crossword`, `english` and `puzzling`. +`newspaper`, `crossword`, `english` and `puzzling`. - $ ./cwgen < words.txt > cw-gen.tex + $ ./cwgen [dictionary.txt] < words.txt > cw-gen.tex $ pdflatex cw.tex Remove `\PuzzleSolution[true]` from `cw.tex` to not show the solution in the |