diff options
author | Karl Berry <karl@freefriends.org> | 2014-10-11 22:30:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-10-11 22:30:33 +0000 |
commit | 4888499385c44655bec69496f0e01649d7636627 (patch) | |
tree | b4530c653b64a9b165768c4423d6bcf0dd192c31 /Master/texmf-dist/tex/latex/latex-make/texgraphicx.sty | |
parent | 9406c7d3ffc09ac95d52d72e53d84e010a0a747d (diff) |
latex-make (11oct14)
git-svn-id: svn://tug.org/texlive/trunk@35357 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/latex-make/texgraphicx.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/latex-make/texgraphicx.sty | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/latex-make/texgraphicx.sty b/Master/texmf-dist/tex/latex/latex-make/texgraphicx.sty new file mode 100644 index 00000000000..911070e7cdd --- /dev/null +++ b/Master/texmf-dist/tex/latex/latex-make/texgraphicx.sty @@ -0,0 +1,52 @@ +%% +%% This is file `texgraphicx.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% figlatex.dtx (with options: `compat') +%% +%% IMPORTANT NOTICE: +%% +%% For the copyright see the source file. +%% +%% Any modified versions of this file must be renamed +%% with new filenames distinct from texgraphicx.sty. +%% +%% For distribution of the original source see the terms +%% for copying and modification in the file figlatex.dtx. +%% +%% This generated file may be distributed as long as the +%% original source files, as listed above, are part of the +%% same distribution. (The sources need not necessarily be +%% in the same archive or directory.) +%% +%% File: figlatex.dtx Copyright (C) 2002--2005 V. Danjean, A. Legrand +%% Vincent.Danjean@ens-lyon.org +%% Arnaud.Legrand@ens-lyon.org +%% +%% This program is free software; you can redistribute it and/or +%% modify it under the terms of the GNU General Public License +%% as published by the Free Software Foundation; either version 2 +%% of the License, or (at your option) any later version. +%% +%% This program is distributed in the hope that it will be useful, +%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +%% GNU General Public License for more details. +%% +%% You should have received a copy of the GNU General Public License +%% along with this program; if not, write to the Free Software +%% Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +%% + \ProvidesPackage{texgraphicx}% +[2011/09/25 v0.1.4 include fig and svg in LaTeX] +\PackageWarning{texgraphicx}{'texgraphicx' is now + deprecated\MessageBreak% + Please, consider switching to 'figlatex' + package\MessageBreak} +\RequirePackage{figlatex} +\ProcessOptions +\endinput +%% +%% End of file `texgraphicx.sty'. |