diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-29 23:36:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-29 23:36:00 +0000 |
commit | 899f74725ef26bec837b6c3564ffd0108c6db6ec (patch) | |
tree | d724bed579e96e5450a9bcad843be475819fa33e /Master/texmf-dist/doc/latex/keycommand/README | |
parent | 6cd753d70a545457376c1684169e48ca537f34ac (diff) |
keycommand update (29mar10)
git-svn-id: svn://tug.org/texlive/trunk@17616 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/keycommand/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/keycommand/README | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/keycommand/README b/Master/texmf-dist/doc/latex/keycommand/README index aaa4981ba4b..b41e8b81b01 100644 --- a/Master/texmf-dist/doc/latex/keycommand/README +++ b/Master/texmf-dist/doc/latex/keycommand/README @@ -18,7 +18,20 @@ % % Documentation: % (pdf)latex keycommand.dtx - +% +% ----------------------------------------------------------------- +% Typical example: +% +% \newkeycommand+[\|]\myFigure[ +% caption={\textcolor{red}{<no caption given>}, +% placement=h}][OtherKeys][1]{% +% |\begin{figure}|[\commandkey{placement}] +% |\includegraphics|[\commandkey{OtherKeys}]{#1} +% |\caption|{\commandkey{caption}}} +% Usage : +% +% \myFigure[caption=small image,page=12,viewport=20 50 136 95,clip]{image.pdf} +% ----------------------------------------------------------------- |