Index of /archives/text/CTAN/macros/latex/contrib/copyrightbox

Icon  Name                                      Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] README 2011-12-10 10:06 797 [IMG] coin.jpg 2011-11-27 23:59 1.3M [   ] copyrightbox.pdf 2011-12-10 03:34 1.7M [TXT] copyrightbox.sty 2011-12-10 03:33 2.5K [   ] copyrightbox.tex 2011-12-10 03:34 7.1K
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.}