diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/easyfig')
-rw-r--r-- | Master/texmf-dist/tex/latex/easyfig/easyfig.sty | 14 |
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}% |