summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/shadethm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
commitb4fc5f639874db951177ec539299d20908adb654 (patch)
tree52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/shadethm
parentdec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff)
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/shadethm')
-rw-r--r--Master/texmf-dist/doc/latex/shadethm/1st_read.me28
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/shadethm/1st_read.me b/Master/texmf-dist/doc/latex/shadethm/1st_read.me
new file mode 100644
index 00000000000..4219e68740c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/shadethm/1st_read.me
@@ -0,0 +1,28 @@
+Brief description of shadethm.sty. 24July95
+
+shadethm.sty is a LaTeX2e package that allows declarations of the form
+ \newshadetheorem{thm}{Theorem}
+ or \newshadetheorem{}[]{}
+ or \newshadetheorem{}{}[]
+to produce shaded boxes from the usual command \begin{theorem} .. \end{theorem}
+(It is an upgrade of my LaTeX2.09 style file that did roughly the same thing.)
+The shaded boxes can, of course, be set to different sizes and colors. The
+color package is required.
+
+Brief Usage: Put the files where your LaTeX2e looks for .sty files, then:
+ \documentclass{article}
+ \usepackage{shadethm}
+ \newtheorem{lem}{Lemma}
+ \newshadetheorem{thm}{Theorem}
+ \begin{document}
+ \begin{lem} aaaaaaa \end{lemma}
+ \begin{thm} bbbbbb bbbbbb \end{thm}
+ \end{document}
+produces a LaTeX lemma, not shaded, and a LaTeX theorem, shaded.
+More instructions are in shadethm.sty.
+
+There are four files:
+ shadethm.sty, colored.sth, shadeins.sth, 1st_read.me;
+the second two provide package options to the first.
+
+hefferon@smcvax.smcvt.edu