diff options
author | Karl Berry <karl@freefriends.org> | 2015-08-05 22:37:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-08-05 22:37:57 +0000 |
commit | e12671e932d8aa380cf80d90334763953a4e8ffc (patch) | |
tree | 1f5d28a99fd2662d2bf0f70c3a7dff707eca0792 /Master | |
parent | d7d19aabe78adbefd5de0f6d95a6dd8092f94a28 (diff) |
use .xbb for png/jpg/gif, https://puszcza.gnu.org.ua/bugs/?257, tex4ht r154
git-svn-id: svn://tug.org/texlive/trunk@38054 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/graphicx.4ht | 49 |
1 files changed, 23 insertions, 26 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/graphicx.4ht b/Master/texmf-dist/tex/generic/tex4ht/graphicx.4ht index 4dfe85cac91..40269416e3c 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/graphicx.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/graphicx.4ht @@ -1,30 +1,24 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% graphicx.4ht 2009-05-21-09:32 % -% Copyright (C) 2003--2009 Eitan M. Gurari % -% % -% This work may be distributed and/or modified under the % -% conditions of the LaTeX Project Public License, either % -% version 1.3c of this license or (at your option) any % -% later version. The latest version of this license is % -% in % -% http://www.latex-project.org/lppl.txt % -% and version 1.3c or later is part of all distributions % -% of LaTeX version 2005/12/01 or later. % -% % -% This work has the LPPL maintenance status "maintained".% -% % -% This Current Maintainer of this work % -% is Eitan M. Gurari. % -% % -% If you modify this program your changing its signature % -% with a directive of the following form will be % -% appreciated. % -% \message{signature} % -% % -% gurari@cse.ohio-state.edu % -% http://www.cse.ohio-state.edu/~gurari % -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\immediate\write-1{version 2009-05-21-09:32} +% graphicx.4ht (2015-08-05-15:37), generated from tex4ht-4ht.tex +% Copyright (C) 2003-2009 Eitan M. Gurari +% Copyright 2009-2015 TeX Users Group +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either +% version 1.3c of this license or (at your option) any +% later version. The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3c or later is part of all distributions +% of LaTeX version 2005/12/01 or later. +% +% This work has the LPPL maintenance status "maintained". +% +% The Current Maintainer of this work +% is the TeX4ht Project <http://tug.org/tex4ht>. +% +% If you modify this program, changing the +% version identification would be appreciated. +\immediate\write-1{version 2015-08-05-15:37} \let\Gin:esetsize\Gin@esetsize \def\Gin@esetsize{% @@ -42,6 +36,9 @@ \fi \Gin:esetsize } +\DeclareGraphicsRule{.png}{bmp}{.xbb}{} +\DeclareGraphicsRule{.jpg}{bmp}{.xbb}{} +\DeclareGraphicsRule{.gif}{bmp}{.xbb}{} \Hinput{graphicx} \endinput |