summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/soup
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-01-19 01:25:04 +0000
committerKarl Berry <karl@freefriends.org>2017-01-19 01:25:04 +0000
commitb91e52cdc7a9b971b1c0cf8ecef8eb10c9d8fdd9 (patch)
tree3158155013f0cad2374fd9304ba075824276a061 /Master/texmf-dist/doc/latex/soup
parentac0f6f57a4e17efee246ed3cc7bd721fb9f14e15 (diff)
soup (18jan17)
git-svn-id: svn://tug.org/texlive/trunk@42992 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/soup')
-rw-r--r--Master/texmf-dist/doc/latex/soup/README.md52
-rw-r--r--Master/texmf-dist/doc/latex/soup/soup.pdfbin0 -> 127261 bytes
2 files changed, 52 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/soup/README.md b/Master/texmf-dist/doc/latex/soup/README.md
new file mode 100644
index 00000000000..1a4214c0251
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/soup/README.md
@@ -0,0 +1,52 @@
+**soup** is a package for facilitating the creation of word search
+puzzles (aka alphabet soups) and variations using numbers or other
+symbols in LaTeX documents.
+
+A puzzle is a field of random letters in which a set of words are
+hidden, and the reader seeks to find those words.
+
+ A F N H L P
+ K P L E F T
+ L P N L U W
+ G H A L C B
+ I M D O T F
+
+In the above example soup, two words are hidden: _hello_ and _left_.
+
+The soup package generates alphabet soups, number soups, and soups
+built from a user-specified list of symbols.
+
+
+Dependencies
+============
+
+It relies on the following packages:
+
+* expl3
+* xparse
+* l3keys2e
+* tikz (unless [usetikz=false] specified at load)
+
+Dependency on `tikz` is somewhat optional as the basic features have
+also been implemented using a `tabular` environment.
+
+
+Development Repository
+======================
+
+The development repository for this package is hosted at
+ https://gitlab.com/simers/soup
+
+
+License
+=======
+
+Copyright (C) 2017 by Thomas Simers
+
+This file may be distributed and/or modified under the
+conditions of the LaTeX Project Public License, either
+version 1.3 of this license or (at your option) any later
+version. The latest version of this license is in:
+http://www.latex-project.org/lppl.txt
+and version 1.3 or later is part of all distributions of
+LaTeX version 2005/12/01 or later.
diff --git a/Master/texmf-dist/doc/latex/soup/soup.pdf b/Master/texmf-dist/doc/latex/soup/soup.pdf
new file mode 100644
index 00000000000..5602983cd11
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/soup/soup.pdf
Binary files differ