blob: df41739f75dddb9e18ec51c32ba3e958e18eda82 (
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
29
|
Shadowtext
-----------------------------------------------------------------------
shadowtext is the original work of Yori Zwols <yz2198@columbia.edu>
-----------------------------------------------------------------------
1 - Copyright
---------
COPYRIGHT 2010-2012 by Yori Zwols <yz2198@columbia.edu>.
This program can be redistributed and/or modified under the terms
of the LaTeX Project Public License Distributed from CTAN
archives in directory macros/latex/base/lppl.txt.
2 - Introduction
------------
The shadowtext package introduces a new command, namely the \shadowtext
command, which adds a drop shadow to the text that is given as its
argument. E.g. \shadowtext{hello world} would produce the text "hello
world" with a drop shadow. The color and positioning of the shadow are
customizable.
3 - Documentation
-------------
Documentation is available in the form of the file shadowtext.tex.
|