summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-12-21 22:32:34 +0000
committerKarl Berry <karl@freefriends.org>2008-12-21 22:32:34 +0000
commit19aa47516746b0841d3014e25fca3095722786ef (patch)
treeea0038992908496ec97aa5f51975b796b275280a /Master
parentfed3087a9c43d01282d47190bba150935827f801 (diff)
harvmac license update (20dec08)
git-svn-id: svn://tug.org/texlive/trunk@11672 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/plain/harvmac/README17
-rw-r--r--Master/texmf-dist/doc/plain/harvmac/harvsamp.dvibin14916 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/plain/harvmac/harvsamp.tex15
-rw-r--r--Master/texmf-dist/tex/plain/harvmac/harvmac.tex15
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds3
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
6 files changed, 50 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/plain/harvmac/README b/Master/texmf-dist/doc/plain/harvmac/README
new file mode 100644
index 00000000000..f2b46c93260
--- /dev/null
+++ b/Master/texmf-dist/doc/plain/harvmac/README
@@ -0,0 +1,17 @@
+Copyright 1991 Paul Ginsparg
+
+This work may be distributed and/or modified under the
+conditions of the terms of the Creative Commons
+Attribution 3.0 Unported Licence which may be found at
+http://creativecommons.org/licenses/by/3.0/legalcode
+and described in human readable form at
+http://creativecommons.org/licenses/by/3.0/
+The attribution requirement may be satisfied by including
+an acknowledgement that a work is "based on harvmac by
+Paul Ginsparg".
+
+Copyright and licensing information added with the
+permission of the author by Clea F. Rees on 2008/12/20.
+
+
+harvmac provides macros for scientific articles.
diff --git a/Master/texmf-dist/doc/plain/harvmac/harvsamp.dvi b/Master/texmf-dist/doc/plain/harvmac/harvsamp.dvi
deleted file mode 100644
index 79b6db2d9ad..00000000000
--- a/Master/texmf-dist/doc/plain/harvmac/harvsamp.dvi
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/plain/harvmac/harvsamp.tex b/Master/texmf-dist/doc/plain/harvmac/harvsamp.tex
index 738c1cde5d7..45c557389f9 100644
--- a/Master/texmf-dist/doc/plain/harvmac/harvsamp.tex
+++ b/Master/texmf-dist/doc/plain/harvmac/harvsamp.tex
@@ -1,3 +1,18 @@
+%% Copyright 1991 Paul Ginsparg
+%
+% This work may be distributed and/or modified under the
+% conditions of the terms of the Creative Commons
+% Attribution 3.0 Unported Licence which may be found at
+% http://creativecommons.org/licenses/by/3.0/legalcode
+% and described in human readable form at
+% http://creativecommons.org/licenses/by/3.0/
+% The attribution requirement may be satisfied by including
+% an acknowledgement that a work is "based on harvmac by
+% Paul Ginsparg".
+%
+% Copyright and licensing information added with the
+% permission of the author by Clea F. Rees on 2008/12/20.
+%
\input harvmac
\Title{HUTP-91/A000}{This is the Template}
diff --git a/Master/texmf-dist/tex/plain/harvmac/harvmac.tex b/Master/texmf-dist/tex/plain/harvmac/harvmac.tex
index 17d8809d9ea..dd77f09dc61 100644
--- a/Master/texmf-dist/tex/plain/harvmac/harvmac.tex
+++ b/Master/texmf-dist/tex/plain/harvmac/harvmac.tex
@@ -1,3 +1,18 @@
+%% Copyright 1991 Paul Ginsparg
+%
+% This work may be distributed and/or modified under the
+% conditions of the terms of the Creative Commons
+% Attribution 3.0 Unported Licence which may be found at
+% http://creativecommons.org/licenses/by/3.0/legalcode
+% and described in human readable form at
+% http://creativecommons.org/licenses/by/3.0/
+% The attribution requirement may be satisfied by including
+% an acknowledgement that a work is "based on harvmac by
+% Paul Ginsparg".
+%
+% Copyright and licensing information added with the
+% permission of the author by Clea F. Rees on 2008/12/20.
+%
%%%%%%%%%%%%%%%%%% tex macros for preprints, cm version %%%%%%%%%%%%%%
% (P. Ginsparg, last updated 9/91)
% if confused, type `b' in response to query
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index 8d08ee5f511..19de2ed699f 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -779,6 +779,7 @@ $standardtex='\.(cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$';
'genmisc', '\.sty|\.tex',
'geometry', '\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$', # not cfg
'ginpenc', '\.gie|\.sty',
+ 'harvmac', 'mac\.tex',
'hfoldsty', '\.sty|\.fd|\.cpa',
'hyper', '\.sty|\.hyp',
'hyplain', '(hyrules|hy.*plain|hylang)\..*',
@@ -2941,7 +2942,7 @@ sub MAKEukrhyph {
sub MAKEjadetex
{
- die "sorry, jadetex not ready";
+ #die "sorry, jadetex not ready";
&SYSTEM ("cd $packagedir && tar xf jadetex*.tar.gz && mv jadetex-*/* .");
print `ls -R`;
&SYSTEM ("cd $packagedir && (rm -rf jadetex-3* doc/.cvsignore)");
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 699dafc33cc..d8779f395f6 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -110,7 +110,7 @@ my @WorkingTLP = qw(
gmiflink gmutils gmverb gmverse gnuplottex gost graphics
graphicx-psmin greek-inputenc greekdates greenpoint
gu GuIT guitar
- HA-prosper hands hanging harmony harvardkyoto hc hep hepnames
+ HA-prosper hands hanging harmony harvardkyoto harvmac hc hep hepnames
hepparticles hepthesis hepunits
hhtensor histogr hitec hrlatex hvfloat
hypdvips hyperref hyperxmp hyph-utf8 hyphen-base