From 846eb2662596380d270e987384a1c636441999c5 Mon Sep 17 00:00:00 2001 From: Manuel Pégourié-Gonnard Date: Fri, 4 Jul 2008 13:54:42 +0000 Subject: newfile v1.0b 2004/05/10 git-svn-id: svn://tug.org/texlive/trunk@9228 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/newfile/README | 41 +++++++++++++--- Master/texmf-dist/doc/latex/newfile/newfile.pdf | Bin 0 -> 180269 bytes Master/texmf-dist/source/latex/newfile/newfile.dtx | 29 ++++++++---- Master/texmf-dist/source/latex/newfile/newfile.ins | 52 ++++++++++++++------- Master/texmf-dist/tex/latex/newfile/newfile.sty | 22 +++++++-- 5 files changed, 108 insertions(+), 36 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/newfile/newfile.pdf diff --git a/Master/texmf-dist/doc/latex/newfile/README b/Master/texmf-dist/doc/latex/newfile/README index c38d99b74f0..bf7f1caf536 100644 --- a/Master/texmf-dist/doc/latex/newfile/README +++ b/Master/texmf-dist/doc/latex/newfile/README @@ -2,31 +2,58 @@ and writing new files during a LaTeX run. The package requires the standard verbatim package. +Changes (2004/05/10) +o Changed license from LPPL v1.0 to v1.3 + Changes in version 1.0a (2002/07/07) o Corrected aspects of the documentation, no technical changes Changes in version 1.0 (2002/06/22) o First public release - The distribution consists of the following files: +----------------------------------------------------------------- + Author: Peter Wilson (CUA) now at peter.r.wilson@boeing.com until June 2004 + (or at: pandgwilson at earthlink dot net) + Copyright 2001, 2002, 2003, 2004 Peter R. Wilson + + 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 the license is in + http://www.latex-project.org/lppl.txt + and version 1.3 or later is part of all distributions of + LaTeX version 2003/06/01 or later. + + This work has the LPPL maintenance status "author-maintained". + + This work consists of the files: README (this file) +newfile.dtx newfile.ins + and the derived files: +newfile.sty + + The distribution consists of the files: +README (this file) newfile.dtx +newfile.ins +newfile.pdf (User manual) - The distribution is provided under the terms of the LaTeX -Project Public License (LPPL). +----------------------------------------------------------------- To install the package: o run: latex newfile.ins (which will generate newfile.sty) + To process the user manual o run: latex newfile.dtx o run: makeindex -s gind.ist newfile o run: latex newfile.dtx o Print newfile.dvi for a hardcopy of the package manual o Move newfile.sty to a location where LaTeX will find it. + (typically in a local texmf tree at tex/latex/newfile) and refresh the + file database. See the FAQ on CTAN at help/uk-tex-faq or + http://www.tug.ac.uk/faq for more information on this. - See the FAQ (http://www.tex.ac.uk/faq) if you need more information -about installation. - -2002/07/07 +2004/05/10 Peter Wilson peter.r.wilson@boeing.com diff --git a/Master/texmf-dist/doc/latex/newfile/newfile.pdf b/Master/texmf-dist/doc/latex/newfile/newfile.pdf new file mode 100644 index 00000000000..762e611f520 Binary files /dev/null and b/Master/texmf-dist/doc/latex/newfile/newfile.pdf differ diff --git a/Master/texmf-dist/source/latex/newfile/newfile.dtx b/Master/texmf-dist/source/latex/newfile/newfile.dtx index 49f7ac687ce..812e0a379a9 100644 --- a/Master/texmf-dist/source/latex/newfile/newfile.dtx +++ b/Master/texmf-dist/source/latex/newfile/newfile.dtx @@ -1,13 +1,22 @@ % \iffalse meta-comment -% % newfile.dtx -% Copyright 2002 Peter R. Wilson +% Author: Peter Wilson (CUA) now at peter.r.wilson@boeing.com until June 2004 +% (or at: pandgwilson at earthlink dot net) +% Copyright 2002 --- 2004 Peter R. Wilson +% +% 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 the license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of +% LaTeX version 2003/06/01 or later. +% +% This work has the LPPL maintenance status "author-maintained". % -% This program is provided under the terms of the -% LaTeX Project Public License distributed from CTAN -% archives in directory macros/latex/base/lppl.txt. +% This work consists of the files listed in the README file. % -% Author: Peter Wilson (CUA) (now at: peter.r.wilson@boeing.com) % %<*driver> \documentclass{ltxdoc} @@ -66,11 +75,15 @@ % % \changes{v1.0}{2002/06/22}{First public release} % \changes{v1.0a}{2002/07/07}{Corrected documentation} +% \changes{v1.0b}{2004/05/10}{Changed license from LPPL v1.0 to v1.3} % +% \def\dtxfile{newfile.dtx} % \def\fileversion{v1.0} % \def\filedate{2002/06/22} % \def\fileversion{v1.0a} % \def\filedate{2002/07/07} +% \def\fileversion{v1.0b} +% \def\filedate{2004/05/10} % \newcommand*{\Lpack}[1]{\textsf {#1}} ^^A typeset a package % \newcommand*{\Lopt}[1]{\textsf {#1}} ^^A typeset an option % \newcommand*{\file}[1]{\texttt {#1}} ^^A typeset a file @@ -79,11 +92,11 @@ % \newcommand*{\Lenv}[1]{\texttt {#1}} ^^A typeset an environment % % \title{The \Lpack{newfile} package\thanks{This -% file has version number \fileversion, last revised +% file (\texttt{\dtxfile}) has version number \fileversion, last revised % \filedate.}} % % \author{% -% Peter Wilson\\ +% Peter Wilson\thanks{After May 2004 at: \texttt{pandgwilson at earthlink dot net}}\\ % Catholic University of America \\ % Now at \texttt{peter.r.wilson@boeing.com} % } diff --git a/Master/texmf-dist/source/latex/newfile/newfile.ins b/Master/texmf-dist/source/latex/newfile/newfile.ins index ba21c320bca..63ac16138c8 100644 --- a/Master/texmf-dist/source/latex/newfile/newfile.ins +++ b/Master/texmf-dist/source/latex/newfile/newfile.ins @@ -1,17 +1,25 @@ -%% %% newfile.ins +%% Author: Peter Wilson (CUA) now at peter.r.wilson@boeing.com until June 2004 +%% (or at: pandgwilson at earthlink dot net) +%% Copyright 2002 --- 2004 Peter R. Wilson %% -%% This program is provided under the terms of the -%% LaTeX Project Public License distributed from CTAN -%% archives in directory macros/latex/base/lppl.txt. +%% 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 the license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of +%% LaTeX version 2003/06/01 or later. %% -%% This file will generate fast loadable files and documentation -%% driver files from the doc files in this package when run through -%% LaTeX or TeX. +%% This work has the LPPL maintenance status "author-maintained". +%% +%% This work consists of the files listed in the README file. %% -%% Author: Peter Wilson (CUA) -%% now at: peter.r.wilson@boeing.com -%% +%% +%% This file will generate fast loadable files and documentation +%% driver files from the doc files in this work when run through +%% LaTeX. %% %% --------------- start of docstrip commands ------------------ %% @@ -19,12 +27,24 @@ \input docstrip.tex \preamble - This program is provided under the terms of the - LaTeX Project Public License distributed from CTAN - archives in directory macros/latex/base/lppl.txt. - - Author: Peter Wilson (CUA) - now at: peter.r.wilson@boeing.com +----------------------------------------------------------------- + Author: Peter Wilson (CUA) now at peter.r.wilson@boeing.com until June 2004 + (or at: pandgwilson at earthlink dot net) + Copyright 2002 --- 2004 Peter R. Wilson + + 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 the license is in + http://www.latex-project.org/lppl.txt + and version 1.3 or later is part of all distributions of + LaTeX version 2003/06/01 or later. + + This work has the LPPL maintenance status "author-maintained". + + This work consists of the files listed in the README file. +----------------------------------------------------------------- \endpreamble diff --git a/Master/texmf-dist/tex/latex/newfile/newfile.sty b/Master/texmf-dist/tex/latex/newfile/newfile.sty index a562bb7d1bd..bd7a1c899e0 100644 --- a/Master/texmf-dist/tex/latex/newfile/newfile.sty +++ b/Master/texmf-dist/tex/latex/newfile/newfile.sty @@ -6,12 +6,24 @@ %% %% newfile.dtx (with options: `outin') %% -%% This program is provided under the terms of the -%% LaTeX Project Public License distributed from CTAN -%% archives in directory macros/latex/base/lppl.txt. +%% ----------------------------------------------------------------- +%% Author: Peter Wilson (CUA) now at peter.r.wilson@boeing.com until June 2004 +%% (or at: pandgwilson at earthlink dot net) +%% Copyright 2002 --- 2004 Peter R. Wilson %% -%% Author: Peter Wilson (CUA) -%% now at: peter.r.wilson@boeing.com +%% 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 the license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of +%% LaTeX version 2003/06/01 or later. +%% +%% This work has the LPPL maintenance status "author-maintained". +%% +%% This work consists of the files listed in the README file. +%% ----------------------------------------------------------------- %% \NeedsTeXFormat{LaTeX2e}[1996/06/01] \ProvidesPackage{newfile}[2002/06/21 v1.0 Output and input files] -- cgit v1.2.3