AZ logo

CTAN directory: /macros/latex/contrib/copyrightbox

You can get the contents of this directory bundled as a zip file.

Packages in this directory:

Identifier Caption
copyrightbox Provide copyright notices for images in a document.

Files

Name Size* Date UTC Notes
README 1 KiB 2011-Dec-10 Shown below
coin.jpg 1352 KiB 2011-Nov-27
copyrightbox.pdf 1694 KiB 2011-Dec-09
copyrightbox.sty 3 KiB 2011-Dec-09
copyrightbox.tex 7 KiB 2011-Dec-09

  *File sizes in kibibytes.

Contents of README

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.}