From a360c0089a3680655ca8ea6aa5b03ff652054c04 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 26 Jun 2016 14:38:01 +0200 Subject: Don't fill squares on the border; command line arguments --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2d42e33..8eb52f3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Crosswords Crossword generator tool -![Example](http://i.stack.imgur.com/Wc8e2.png) +![Example](http://i.stack.imgur.com/I5r7L.png) ### 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 -- cgit v1.2.3