%% %% This is file `childdoc.def', %% generated with the docstrip utility. %% %% The original source files were: %% %% childdoc.dtx (with options: `package') %% %% Copyright (C) 2017-2018 Niklas Beisert %% %% 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. %% \ifdefined\childdocmain\endinput\fi \ProvidesFile{childdoc.def}[2018/01/17 v1.6 child document driver] \newif\ifchilddoc \edef\childdocname{\scantokens\expandafter{\jobname\noexpand}} \newcommand{\childdocmain}[1] { \renewcommand{\childdocmain}[1]{\endinput} \renewcommand{\childdocof}[1]{} \renewcommand{\childdocforward}[2][]{} \begingroup \def\childdoctmp{#1} \ifx\childdocname\childdoctmp \def\childdoctmp{\childdocfalse} \else \def\childdoctmp{\childdoctrue} \fi \expandafter \endgroup \childdoctmp \ifchilddoc \includeonly{\childdocname} \def\jobname{#1} \fi } \newcommand{\childdoc}{\childdocmain} \newcommand{\childdocof}[1] { \input{#1} } \newcommand{\childdocforward}[2][] { \def\jobname{#2} \def\childdocname{#2} \begingroup \def\childdoctmp{#1} \def\childdocempty{} \ifx\childdoctmp\childdocempty \def\childdoctmp{\input{#2}} \else \def\childdoctmp{\input{#1}} \fi \expandafter \endgroup \childdoctmp \endinput } \newcommand{\childdocforwardprefix}[3][] { \begingroup \def\childdocextract #2##1~~~{\def\childdoctmp{\childdocforward[#1]{#3##1}}} \expandafter\childdocextract\childdocname~~~ \expandafter \endgroup \childdoctmp } \newcommand{\childdocredirect}[2][] { \begingroup \def\childdoctmp{#1} \def\childdocempty{} \ifx\childdoctmp\childdocempty \def\childdoctmp{\childdocforward{#2}} \else \def\childdoctmp{\childdocforwardprefix{#1}{#2}} \fi \expandafter \endgroup \childdoctmp } \endinput %% %% End of file `childdoc.def'.