diff options
author | Karl Berry <karl@freefriends.org> | 2018-01-17 23:45:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-01-17 23:45:28 +0000 |
commit | 6de655d48384a725b9d5f7496193db8824a96596 (patch) | |
tree | 3507db491f5c08db7a72958d22fbd3da8b6f60a6 /Master/texmf-dist/tex/latex/childdoc/childdoc.def | |
parent | d6d84ed40c140f134854ce9a196ed27274c186e5 (diff) |
childdoc (17jan18)
git-svn-id: svn://tug.org/texlive/trunk@46357 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/childdoc/childdoc.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/childdoc/childdoc.def | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/childdoc/childdoc.def b/Master/texmf-dist/tex/latex/childdoc/childdoc.def index ada4e484fed..5f416744a47 100644 --- a/Master/texmf-dist/tex/latex/childdoc/childdoc.def +++ b/Master/texmf-dist/tex/latex/childdoc/childdoc.def @@ -6,7 +6,7 @@ %% %% childdoc.dtx (with options: `package') %% -%% Copyright (C) 2017 Niklas Beisert +%% 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 @@ -17,7 +17,7 @@ %% version 2005/12/01 or later. %% \ifdefined\childdocmain\endinput\fi -\ProvidesFile{childdoc.def}[2017/05/21 v1.5 child document driver] +\ProvidesFile{childdoc.def}[2018/01/17 v1.6 child document driver] \newif\ifchilddoc @@ -25,8 +25,9 @@ \newcommand{\childdocmain}[1] { - \def\childdocmain##1{\endinput} - \def\childdocof##1{} + \renewcommand{\childdocmain}[1]{\endinput} + \renewcommand{\childdocof}[1]{} + \renewcommand{\childdocforward}[2][]{} \begingroup \def\childdoctmp{#1} \ifx\childdocname\childdoctmp |