summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/copyrightbox/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-12-11 22:47:41 +0000
committerKarl Berry <karl@freefriends.org>2011-12-11 22:47:41 +0000
commitca26f45ec466f61e5ecb17b5756dd8bc2c20be07 (patch)
tree050c69532668e7f42ddd6c03571f9f63175468aa /Master/texmf-dist/doc/latex/copyrightbox/README
parent7158919adc92478a4718547983f2acdb38911965 (diff)
new latex package copyrightbox (11dec11)
git-svn-id: svn://tug.org/texlive/trunk@24829 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/copyrightbox/README')
-rw-r--r--Master/texmf-dist/doc/latex/copyrightbox/README28
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/copyrightbox/README b/Master/texmf-dist/doc/latex/copyrightbox/README
new file mode 100644
index 00000000000..d925012629f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/copyrightbox/README
@@ -0,0 +1,28 @@
+C O P Y R I G H T B O X . S T Y ver 0.1 (Nov 27, 2011)
+
+Copyright (C) 2010-2011
+
+Thomas Fischer <thomas.fischer@t-fischer.net>
+ and
+Ives van der Flaas <ives.vdf@gmail.com>
+
+This software is released under the terms of the LaTeX Project
+public license.
+
+The copyrightbox package defines a command that places a copyright notice near
+an image.
+
+For a full manual, see copyrightbox.pdf, but the short version is
+
+\copyrightbox[<placement>]{<image>}{<text>}
+
+where <placement> is either
+ r (Default) Text to the right of the image
+ l Text to the left of the image
+ b Text below the image
+
+which puts <text> positioned according to <placement> near <image>. E.g.
+
+\copyrightbox[b]
+ {\includegraphics[scale=0.5]{coin}}
+ {Image put in the public domain by the U.S. Mint.}