summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/easyfig
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-05-15 23:33:03 +0000
committerKarl Berry <karl@freefriends.org>2012-05-15 23:33:03 +0000
commit8a5513026f7211045d0f6e358c4d64b77ee45410 (patch)
treeff7a23b447fda0d6c7d54a41a8863cd471fd3ccd /Master/texmf-dist/tex/latex/easyfig
parentbe37809855fc347ecadaacf4969e81e7c730a80d (diff)
easyfig 1.2 (14may12)
git-svn-id: svn://tug.org/texlive/trunk@26424 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/easyfig')
-rw-r--r--Master/texmf-dist/tex/latex/easyfig/easyfig.sty14
1 files changed, 12 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/easyfig/easyfig.sty b/Master/texmf-dist/tex/latex/easyfig/easyfig.sty
index b7bf73c694c..9f19aad4935 100644
--- a/Master/texmf-dist/tex/latex/easyfig/easyfig.sty
+++ b/Master/texmf-dist/tex/latex/easyfig/easyfig.sty
@@ -16,8 +16,8 @@
%% and the derived filebase easyfig.sty.
%%
\ProvidesPackage{easyfig}[%
- 2012/05/06
- v1.1
+ 2012/05/15
+ v1.2
Easy way to include figures]
\RequirePackage{adjustbox}
\RequirePackage{xkeyval}
@@ -64,6 +64,16 @@
\define@key{easyfig}{placement}{%
\def\easyfig@placement{[#1]}%
}
+\define@key{easyfig}{here}[]{%
+ \def\easyfig@env{{easyfighere}}%
+}
+\newenvironment{easyfighere}{%
+ \trivlist
+ \def\@captype{figure}%
+ \item\relax
+}{%
+ \endtrivlist
+}
\define@key{easyfig}{twocolumn}[true]{%
\begingroup
\def\@tempa{#1}%