diff options
author | Karl Berry <karl@freefriends.org> | 2008-11-06 01:18:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-11-06 01:18:34 +0000 |
commit | 739217edbec9ad26b3c30af229dd39635bd3479f (patch) | |
tree | b49ba4580b618de1e71bf727053063f4057aa27f /Master | |
parent | 9c52c2208e5ca17b1c3898b07682822952b25ec4 (diff) |
prettyref license update (5nov08)
git-svn-id: svn://tug.org/texlive/trunk@11199 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
4 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/prettyref/README b/Master/texmf-dist/doc/latex/prettyref/README new file mode 100644 index 00000000000..ad2b1aa83e5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/prettyref/README @@ -0,0 +1,8 @@ +prettyref is copyright 1995, 1998 Kevin Ruland. + +README and licence notices were added by Clea F. Rees on behalf of Kevin Ruland on 2008/11/05. + +prettyref consists of the files prettyref.dtx, prettyref.ins, prettyref.pdf, README and the derived file prettyref.sty. It is released to the public domain. + +CTAN description: +Prettyref provides a command \newrefformat, which specifies the way in which a reference is typeset, according to a label \identification. The identification is set in the \label command, by using prefixed label names; so instead of \label{mysection}, one uses \label{sec:mysection}, and prettyref interprets the \sec: part. The package is compatible with hyperref and with other packages. diff --git a/Master/texmf-dist/source/latex/prettyref/prettyref.dtx b/Master/texmf-dist/source/latex/prettyref/prettyref.dtx index 13f2648b17e..ceddb7fd169 100644 --- a/Master/texmf-dist/source/latex/prettyref/prettyref.dtx +++ b/Master/texmf-dist/source/latex/prettyref/prettyref.dtx @@ -4,6 +4,10 @@ %% %% Copyright 1995,1998. by Kevin Ruland kevin@rodin.wustl.edu %% +%% The following licence notice was added by Clea F. Rees on behalf of Kevin Ruland on 2008/11/05. +%% +%% prettyref consists of the files prettyref.dtx, prettyref.ins, prettyref.pdf, README and the derived file prettyref.sty. It is released to the public domain. +%% % \begin{macrocode} %<*driver> \documentclass{ltxdoc} diff --git a/Master/texmf-dist/source/latex/prettyref/prettyref.ins b/Master/texmf-dist/source/latex/prettyref/prettyref.ins index e360235c2f5..42fa4f53ee8 100644 --- a/Master/texmf-dist/source/latex/prettyref/prettyref.ins +++ b/Master/texmf-dist/source/latex/prettyref/prettyref.ins @@ -1,3 +1,9 @@ +%% The following copyright and licence notice was added by Clea F. Rees on behalf of Kevin Ruland on 2008/11/05. +%% +%% Copyright 1995, 1998 Kevin Ruland +%% +%% prettyref consists of the files prettyref.dtx, prettyref.ins, prettyref.pdf, README and the derived file prettyref.sty. It is released to the public domain. +%% \def\batchfile{prettyref.ins} \input docstrip.tex diff --git a/Master/texmf-dist/tex/latex/prettyref/prettyref.sty b/Master/texmf-dist/tex/latex/prettyref/prettyref.sty index 67940f3b75f..f3ce032ac2a 100644 --- a/Master/texmf-dist/tex/latex/prettyref/prettyref.sty +++ b/Master/texmf-dist/tex/latex/prettyref/prettyref.sty @@ -13,6 +13,10 @@ %% %% Copyright 1995,1998. by Kevin Ruland kevin@rodin.wustl.edu %% +%% The following licence notice was added by Clea F. Rees on behalf of Kevin Ruland on 2008/11/05. +%% +%% prettyref consists of the files prettyref.dtx, prettyref.ins, prettyref.pdf, README and the derived file prettyref.sty. It is released to the public domain. +%% \ProvidesPackage{prettyref}[1998/07/09 v3.0] \def\newrefformat#1#2{% \@namedef{pr@#1}##1{#2}} |