diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty b/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty index ae37d94c400..eb3ee715fd6 100644 --- a/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty +++ b/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty @@ -1,25 +1,18 @@ -% $Id: etoolbox.sty,v 2.1 2011/01/03 19:14:10 lehman stable $ - % Copyright (c) 2007-2011 Philipp Lehman. +% (c) 2015 Joseph Wright % % Permission is granted to copy, distribute and/or modify this % software under the terms of the LaTeX Project Public License -% (LPPL), version 1.3. -% -% The LPPL maintenance status of this software is -% 'author-maintained'. +% (LPPL), version 1.3c or any later version. % % This software is provided 'as is', without warranty of any kind, % either expressed or implied, including, but not limited to, the % implied warranties of merchantability and fitness for a % particular purpose. -\def\etb@rcsid$#1: #2 #3 #4 #5${#4 v#3} - \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{etoolbox} -[\etb@rcsid $Id: etoolbox.sty,v 2.1 2011/01/03 19:14:10 lehman stable $ - e-TeX tools for LaTeX] + [2015/03/10 v2.1a e-TeX tools for LaTeX (JAW)] \begingroup \@ifundefined{eTeXversion} @@ -33,7 +26,12 @@ {} \endgroup -\RequirePackage{etex} +\ifdefined\extrafloats + \expandafter\@gobble +\else + \expandafter\@firstofone +\fi + {\RequirePackage{etex}} \def\etb@catcodes{\do\&\do\|\do\:\do\-\do\=\do\<\do\>} \def\do#1{\catcode\number`#1=\the\catcode`#1\relax} |