From 6de655d48384a725b9d5f7496193db8824a96596 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 17 Jan 2018 23:45:28 +0000 Subject: childdoc (17jan18) git-svn-id: svn://tug.org/texlive/trunk@46357 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/childdoc/README | 37 --------------------- Master/texmf-dist/doc/latex/childdoc/README.txt | 38 ++++++++++++++++++++++ Master/texmf-dist/doc/latex/childdoc/cdocsamp.tex | 4 +-- Master/texmf-dist/doc/latex/childdoc/cdocsch1.tex | 2 +- Master/texmf-dist/doc/latex/childdoc/cdocsch2.tex | 2 +- Master/texmf-dist/doc/latex/childdoc/cdocsdrf.tex | 2 +- Master/texmf-dist/doc/latex/childdoc/cdocsfn1.tex | 2 +- Master/texmf-dist/doc/latex/childdoc/cdocsfn2.tex | 2 +- Master/texmf-dist/doc/latex/childdoc/childdoc.pdf | Bin 246770 -> 258318 bytes 9 files changed, 45 insertions(+), 44 deletions(-) delete mode 100644 Master/texmf-dist/doc/latex/childdoc/README create mode 100644 Master/texmf-dist/doc/latex/childdoc/README.txt (limited to 'Master/texmf-dist/doc/latex/childdoc') diff --git a/Master/texmf-dist/doc/latex/childdoc/README b/Master/texmf-dist/doc/latex/childdoc/README deleted file mode 100644 index 90a81065cec..00000000000 --- a/Master/texmf-dist/doc/latex/childdoc/README +++ /dev/null @@ -1,37 +0,0 @@ -childdoc v1.5 -Copyright 2017 Niklas Beisert - -childdoc is a LaTeX2e package that enables the direct compilation -of document sections included by \include to individual files. - -The package consists of the files - - README readme file - childdoc.ins installation file - childdoc.dtx source file - childdoc.def package file - cdocsamp.tex sample main file - cdocsch1.tex sample include file - cdocsch2.tex sample include file - cdocsdrf.tex sample forwarding file - cdocsch1.tex sample forwarding file - cdocsch2.tex sample forwarding file - chilcdoc.pdf manual - -The distribution consists of the files README, childdoc.ins and childdoc.dtx. - -Run "(pdf)latex childdoc.dtx" to compile the manual childdoc.pdf. - -Run "latex childdoc.ins" to create the definitions file childdoc.def -and the sample consisting of cdocsamp.tex, -cdocsch1.tex, cdocsch2.tex, cdocsdrf.tex, cdocsfn1.tex, cdocsfn2.tex. -Copy the file childdoc.def to an appropriate directory of your LaTeX -distribution, e.g. texmf-root/tex/latex/childdoc. - -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. diff --git a/Master/texmf-dist/doc/latex/childdoc/README.txt b/Master/texmf-dist/doc/latex/childdoc/README.txt new file mode 100644 index 00000000000..9be220354d6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/childdoc/README.txt @@ -0,0 +1,38 @@ +childdoc v1.6 +Copyright 2017-2018 Niklas Beisert + +childdoc is a LaTeX2e package that enables the direct compilation +of document sections included by \include to individual files. + +The package consists of the files + + README.txt readme file + childdoc.ins installation file + childdoc.dtx source file + childdoc.def package file + cdocsamp.tex sample main file + cdocsch1.tex sample include file + cdocsch2.tex sample include file + cdocsdrf.tex sample forwarding file + cdocsch1.tex sample forwarding file + cdocsch2.tex sample forwarding file + chilcdoc.pdf manual + +The distribution consists of the files +README.txt, childdoc.ins and childdoc.dtx. + +Run "(pdf)latex childdoc.dtx" to compile the manual childdoc.pdf. + +Run "latex childdoc.ins" to create the definitions file childdoc.def +and the sample consisting of cdocsamp.tex, +cdocsch1.tex, cdocsch2.tex, cdocsdrf.tex, cdocsfn1.tex, cdocsfn2.tex. +Copy the file childdoc.def to an appropriate directory of your LaTeX +distribution, e.g. texmf-root/tex/latex/childdoc. + +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. diff --git a/Master/texmf-dist/doc/latex/childdoc/cdocsamp.tex b/Master/texmf-dist/doc/latex/childdoc/cdocsamp.tex index b44e7b6a495..daba4dcc7a9 100644 --- a/Master/texmf-dist/doc/latex/childdoc/cdocsamp.tex +++ b/Master/texmf-dist/doc/latex/childdoc/cdocsamp.tex @@ -6,7 +6,7 @@ %% %% childdoc.dtx (with options: `samplemain') %% -%% 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 @@ -16,7 +16,7 @@ %% and version 1.3 or later is part of all distributions of LaTeX %% version 2005/12/01 or later. %% -\ProvidesFile{cdocsamp.tex}[2017/05/21 v1.5 sample for childdoc] +\ProvidesFile{cdocsamp.tex}[2018/01/17 v1.6 sample for childdoc] \input{childdoc.def} \childdocmain{cdocsamp} diff --git a/Master/texmf-dist/doc/latex/childdoc/cdocsch1.tex b/Master/texmf-dist/doc/latex/childdoc/cdocsch1.tex index 9d64fd467a7..1afe2372644 100644 --- a/Master/texmf-dist/doc/latex/childdoc/cdocsch1.tex +++ b/Master/texmf-dist/doc/latex/childdoc/cdocsch1.tex @@ -6,7 +6,7 @@ %% %% childdoc.dtx (with options: `samplechap1') %% -%% 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 diff --git a/Master/texmf-dist/doc/latex/childdoc/cdocsch2.tex b/Master/texmf-dist/doc/latex/childdoc/cdocsch2.tex index f22fd02a90d..c9fc89277df 100644 --- a/Master/texmf-dist/doc/latex/childdoc/cdocsch2.tex +++ b/Master/texmf-dist/doc/latex/childdoc/cdocsch2.tex @@ -6,7 +6,7 @@ %% %% childdoc.dtx (with options: `samplechap2') %% -%% 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 diff --git a/Master/texmf-dist/doc/latex/childdoc/cdocsdrf.tex b/Master/texmf-dist/doc/latex/childdoc/cdocsdrf.tex index 2a6453b2050..b561c2ebe7a 100644 --- a/Master/texmf-dist/doc/latex/childdoc/cdocsdrf.tex +++ b/Master/texmf-dist/doc/latex/childdoc/cdocsdrf.tex @@ -6,7 +6,7 @@ %% %% childdoc.dtx (with options: `sampledraft') %% -%% 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 diff --git a/Master/texmf-dist/doc/latex/childdoc/cdocsfn1.tex b/Master/texmf-dist/doc/latex/childdoc/cdocsfn1.tex index 542dfc15644..cece4123559 100644 --- a/Master/texmf-dist/doc/latex/childdoc/cdocsfn1.tex +++ b/Master/texmf-dist/doc/latex/childdoc/cdocsfn1.tex @@ -6,7 +6,7 @@ %% %% childdoc.dtx (with options: `samplefinal') %% -%% 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 diff --git a/Master/texmf-dist/doc/latex/childdoc/cdocsfn2.tex b/Master/texmf-dist/doc/latex/childdoc/cdocsfn2.tex index 50b9c953c5e..d6d513c0c5d 100644 --- a/Master/texmf-dist/doc/latex/childdoc/cdocsfn2.tex +++ b/Master/texmf-dist/doc/latex/childdoc/cdocsfn2.tex @@ -6,7 +6,7 @@ %% %% childdoc.dtx (with options: `samplefinal') %% -%% 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 diff --git a/Master/texmf-dist/doc/latex/childdoc/childdoc.pdf b/Master/texmf-dist/doc/latex/childdoc/childdoc.pdf index 18dfdca2145..660ebce9fa3 100644 Binary files a/Master/texmf-dist/doc/latex/childdoc/childdoc.pdf and b/Master/texmf-dist/doc/latex/childdoc/childdoc.pdf differ -- cgit v1.2.3