summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/filehook/filehook-scrlfile.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/filehook/filehook-scrlfile.sty')
-rw-r--r--Master/texmf-dist/tex/latex/filehook/filehook-scrlfile.sty118
1 files changed, 118 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/filehook/filehook-scrlfile.sty b/Master/texmf-dist/tex/latex/filehook/filehook-scrlfile.sty
new file mode 100644
index 00000000000..03b19800cc2
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/filehook/filehook-scrlfile.sty
@@ -0,0 +1,118 @@
+%% Copyright (c) 2010-2011 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.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 2008/05/04 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, filehook.ins
+%% and the derived file filehook.sty.
+%%
+%% $Id: filehook.dtx 2005 2011-01-03 22:53:56Z martin $
+\ProvidesPackage{filehook-scrlfile}[2011/01/03 v0.1 filehook patch for scrlfile package]
+\RequirePackage{filehook}
+\begingroup
+\long\def\scrlfile@InputIfFileExists#1#2{%
+ \begingroup\expandafter\expandafter\expandafter\endgroup
+ \expandafter\ifx\csname #1-@alias\endcsname\relax
+ \expandafter\@secondoftwo
+ \else
+ \scr@replacefile@msg{\csname #1-@alias\endcsname}{#1}%
+ \expandafter\@firstoftwo
+ \fi
+ {%
+ \expandafter\InputIfFileExists\expandafter{\csname
+ #1-@alias\endcsname}{#2}%
+ }%
+ {\IfFileExists{#1}{%
+ \scr@load@hook{before}{#1}%
+ #2\@addtofilelist{#1}%
+ \@@input \@filef@und
+ \scr@load@hook{after}{#1}%
+ }}%
+}
+\long\def\filehook@scrlfile@InputIfFileExists#1#2{%
+ \begingroup\expandafter\expandafter\expandafter\endgroup
+ \expandafter\ifx\csname #1-@alias\endcsname\relax
+ \expandafter\@secondoftwo
+ \else
+ \scr@replacefile@msg{\csname #1-@alias\endcsname}{#1}%
+ \expandafter\@firstoftwo
+ \fi
+ {%
+ \expandafter\InputIfFileExists\expandafter{\csname
+ #1-@alias\endcsname}{#2}%
+ }%
+ {\IfFileExists{#1}{%
+ \expandafter\filehook@swap
+ \expandafter{\@filef@und}%
+ {\scr@load@hook{before}{#1}%
+ #2\@addtofilelist{#1}%
+ \filehook@every@atbegin{#1}%
+ \filehook@atbegin{#1}%
+ \@@input}%
+ \filehook@atend{#1}%
+ \filehook@every@atend{#1}%
+ \scr@load@hook{after}{#1}%
+ }}%
+}
+\long\def\filehook@@scrlfile@InputIfFileExists#1#2{%
+ \let\InputIfFileExists\filehook@InputIfFileExists
+ \begingroup\expandafter\expandafter\expandafter\endgroup
+ \expandafter\ifx\csname #1-@alias\endcsname\relax
+ \expandafter\@secondoftwo
+ \else
+ \scr@replacefile@msg{\csname #1-@alias\endcsname}{#1}%
+ \expandafter\@firstoftwo
+ \fi
+ {%
+ \expandafter\InputIfFileExists\expandafter{\csname
+ #1-@alias\endcsname}{#2}%
+ }%
+ {\IfFileExists{#1}{%
+ \expandafter\filehook@swap
+ \expandafter{\@filef@und}%
+ {\scr@load@hook{before}{#1}%
+ #2\@addtofilelist{#1}%
+ \filehook@atbegin{#1}%
+ \@@input}%
+ \filehook@atend{#1}%
+ \scr@load@hook{after}{#1}%
+ }}%
+}
+\ifcase
+ \ifx\InputIfFileExists\latex@InputIfFileExists 0\else
+ \ifx\InputIfFileExists\scrlfile@InputIfFileExists 0\else
+ 1%
+ \fi\fi
+\relax
+ \global\let\filehook@InputIfFileExists\filehook@scrlfile@InputIfFileExists
+ \global\let\filehook@@InputIfFileExists\filehook@@scrlfile@InputIfFileExists
+ \global\let\InputIfFileExists\filehook@InputIfFileExists
+ \PackageInfo{filehook}{Package 'scrlfile' detected and compensated for}%
+\else
+ \iffilehook@force
+ \global\let\filehook@InputIfFileExists\filehook@default@InputIfFileExists
+ \global\let\filehook@@InputIfFileExists\filehook@@default@InputIfFileExists
+ \global\let\InputIfFileExists\filehook@InputIfFileExists
+ \PackageWarning{filehook}{Detected 'scrlfile' package with unknown definition of \string\InputIfFileExists.^^J%
+ The 'force' option of 'filehook' is in effect. Macro is overwritten with default!}%
+ \else
+ \PackageError{filehook}{Detected 'scrlfile' 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-scrlfile.sty'.