diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-13 00:03:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-13 00:03:43 +0000 |
commit | 42b23d14529347f13dc3bee278f53018fd5dba6f (patch) | |
tree | bfa0a01c94da0e75c155a9887b47b7835f908d3c /Master/texmf-dist/tex/latex/psfragx/psfragx.cfg | |
parent | e2249e594592b4eef09d58106109fe438e77400e (diff) |
psfragx
git-svn-id: svn://tug.org/texlive/trunk@1228 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/psfragx/psfragx.cfg')
-rw-r--r-- | Master/texmf-dist/tex/latex/psfragx/psfragx.cfg | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/psfragx/psfragx.cfg b/Master/texmf-dist/tex/latex/psfragx/psfragx.cfg new file mode 100644 index 00000000000..72c2e4399cd --- /dev/null +++ b/Master/texmf-dist/tex/latex/psfragx/psfragx.cfg @@ -0,0 +1,57 @@ +%% +%% This is file `psfragx.cfg', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% psfragx.dtx (with options: `cfg,version') +%% +%% This is a generated file. +%% +%% Copyright (C) 2003, 2004 Pascal Kockaert +%% Pascal.Kockaert ad ulb.ac.be +%% Note that ''ad´´ is often replaced by the ''@´´ sign. +%% ---------------------------------------------------------- +%% +%% This package may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.2 +%% 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.2 or later is part of all distributions of LaTeX +%% version 1999/12/01 or later. +%% +\ProvidesFile{psfragx.cfg} + [2004/12/10 v1.0 psfragx (Pascal Kockaert)] +\newcommand{\providecolorcommands} + {\def\pfx@gobble@two##1##2{\typeout{Some psfragx + replacement would appear + in color ##1{##2} + if the color package was + loaded!!!}}% + \def\pfx@gobble@three@fbox##1##2##3{\typeout{Some psfragx + replacement would + appear + in color ##1{##2} + and others + in color ##1{##3} + if the color package + was loaded!!!}% + \fbox}% + \def\pfx@fm@to@mm##1##2##{\csname ##1\endcsname{##2}}% + \expandafter\ifx\csname textcolor\endcsname\relax + \def\textcolor{\pfx@fm@to@mm{pfx@gobble@two}}\fi + \expandafter\ifx\csname color\endcsname\relax + \def\color{\pfx@fm@to@mm{pfx@gobble@two}}\fi + \expandafter\ifx\csname colorbox\endcsname\relax + \def\colorbox{\pfx@fm@to@mm{pfx@gobble@two}}\fi + \expandafter\ifx\csname fcolorbox\endcsname\relax + \def\fcolorbox{\pfx@fm@to@mm{pfx@gobble@three@fbox}}\fi + } +\def\Beforepfxinput{\providecolorcommands} +\def\Afterpfxinput{} +\def\Beforeovpinput{\providecolorcommands} +\def\Afterovpinput{} +\endinput +%% +%% End of file `psfragx.cfg'. |