summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/copyrightbox/README
blob: d925012629f0191da5e48c81afeefd5b450aaa93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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.}