summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/setdeck/README
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2012-10-17 11:42:09 +0000
committerNorbert Preining <preining@logic.at>2012-10-17 11:42:09 +0000
commita80e4d2d5447523339fc96d199694b8bf3361ada (patch)
tree1b773be420f1797987e91ebde700ce321a4147bc /Master/texmf-dist/doc/latex/setdeck/README
parent61bbf7315791604a62f8d29b532b96f9b89383c8 (diff)
new latex package setdeck (LaTeX Set Deck)
git-svn-id: svn://tug.org/texlive/trunk@27997 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/setdeck/README')
-rw-r--r--Master/texmf-dist/doc/latex/setdeck/README42
1 files changed, 42 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/setdeck/README b/Master/texmf-dist/doc/latex/setdeck/README
new file mode 100644
index 00000000000..21dcbbc0d6f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/setdeck/README
@@ -0,0 +1,42 @@
+Author: Gwyneth Whieldon
+Institution: Hood College
+Contact Email: whieldon@hood.edu or Gwyn.Whieldon@gmail.com
+
+Package Copyright 2012
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+For a copy of the GNU General Public License, see
+<http://www.gnu.org/licenses/>.
+
+
+This is a style file for drawing cards from a Set Deck using TikZ in
+LaTeX.
+
+
+We use the convention
+\setcard{<Number>}{<Shading>}{<Color>}{<Shape>}{<Scaling>}, where
+Number = 1 (1 card), 2 (2 cards), 3 (3 cards)
+Shading = 1 (plain), 2 (striped), 3 (solid)
+Color = 1 (red), 2 (green), 3 (purple)
+Shape = 1 (diamond), 2 (oval), 3 (squiggle)
+
+
+
+So for example, to typeset a full-size Set card with two striped red
+squiggles, you would use the command \setcard{2}{2}{1}{3}{1}. To
+typeset a half-sized Set card with three plain green ovals, you could
+use either the command \setcard{3}{1}{2}{2}{0.5} or
+\smallsetcard{3}{1}{2}{2}{0.5}. The only difference between the two
+commands is the thickness of the lines on the cards.
+
+The command \smallsetcard is designed to be used when displaying
+anything smaller than a half-sized card.