summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/copyrightbox/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/copyrightbox/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/copyrightbox/README')
-rw-r--r--macros/latex/contrib/copyrightbox/README28
1 files changed, 28 insertions, 0 deletions
diff --git a/macros/latex/contrib/copyrightbox/README b/macros/latex/contrib/copyrightbox/README
new file mode 100644
index 0000000000..d925012629
--- /dev/null
+++ b/macros/latex/contrib/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.}