You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
2.8 KiB
72 lines
2.8 KiB
%% Copyright (C) 2011-2020 by Martin Scharrer <martin@scharrer-online.de>
|
|
%% ----------------------------------------------------------------------
|
|
%% This work may be distributed and/or modified under the
|
|
%% conditions of the LaTeX Project Public License, either version 1.3
|
|
%% 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.3 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 Martin Scharrer.
|
|
%%
|
|
%% This work consists of the files filehook.dtx and filehook.ins
|
|
%% and the derived files filehook.sty, filehook-fink.sty,
|
|
%% filehook-listings.sty, filehook-memoir.sty, filehook-scrlfile.sty
|
|
%% and pgf-filehook.sty
|
|
%%
|
|
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
|
\ProvidesPackage{filehook-fink}[011/01/03 v0.1 filehook compatibility code for fink package]
|
|
\RequirePackage{filehook}
|
|
\RequirePackage{currfile}%
|
|
|
|
\begingroup
|
|
|
|
\long\def\fink@old@InputIfFileExists#1#2{%
|
|
\IfFileExists{#1}{%
|
|
#2\@addtofilelist{#1}%
|
|
\fink@prepare{#1}%
|
|
\expandafter\fink@input%
|
|
\expandafter\fink@restore\expandafter{\finkpath}}%
|
|
}
|
|
|
|
\long\def\fink@new@InputIfFileExists#1#2{%
|
|
\IfFileExists{#1}{%
|
|
#2\@addtofilelist{#1}%
|
|
\edef\fink@before{\noexpand\fink@input{#1}}%
|
|
\edef\fink@after{\noexpand\fink@restore{\finkpath}}%
|
|
\expandafter\fink@before\fink@after}%
|
|
}
|
|
|
|
\ifcase
|
|
\ifx\InputIfFileExists\filehook@InputIfFileExists 0\else
|
|
\ifx\InputIfFileExists\latex@InputIfFileExists 1\else
|
|
\ifx\InputIfFileExists\fink@new@InputIfFileExists 1\else
|
|
\ifx\InputIfFileExists\fink@old@InputIfFileExists 1\else
|
|
1%
|
|
\fi\fi\fi\fi
|
|
\relax
|
|
\or
|
|
\global\let\filehook@InputIfFileExists\filehook@default@InputIfFileExists
|
|
\global\let\filehook@@InputIfFileExists\filehook@@default@InputIfFileExists
|
|
\global\let\InputIfFileExists\filehook@InputIfFileExists
|
|
\PackageInfo{filehook-fink}{Package 'fink' detected and replaced by 'currfile'}%
|
|
\else
|
|
\iffilehook@force
|
|
\global\let\filehook@InputIfFileExists\filehook@default@InputIfFileExists
|
|
\global\let\filehook@@InputIfFileExists\filehook@@default@InputIfFileExists
|
|
\global\let\InputIfFileExists\filehook@InputIfFileExists
|
|
\PackageWarning{filehook-fink}{Detected 'fink' package with unknown definition of \string\InputIfFileExists.^^J%
|
|
The 'force' option of 'filehook' is in effect. Macro is overwritten with default!}%
|
|
\else
|
|
\PackageError{filehook-fink}{Detected 'fink' package with unknown definition of \string\InputIfFileExists.^^J%
|
|
Use the 'force' option of 'filehook' to overwrite it.}{}%
|
|
\fi
|
|
\fi
|
|
|
|
\endgroup
|
|
\endinput
|
|
%%
|
|
%% End of file `filehook-fink.sty'.
|
|
|