summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-12-17 01:19:30 +0000
committerKarl Berry <karl@freefriends.org>2011-12-17 01:19:30 +0000
commit62d9f56281f91eb0d6146980ad068c0ed9876b71 (patch)
treedb3271806c73f8265ffaf2e78582d33af08f17c5
parent4fa4cd6b6f28e4dfde5af16720bc3e34a8083869 (diff)
rm authoraftertitle, unclear license
git-svn-id: svn://tug.org/texlive/trunk@24855 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdfbin121340 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.tex18
-rw-r--r--Master/texmf-dist/tex/latex/authoraftertitle/authoraftertitle.sty32
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds1
-rw-r--r--Master/tlpkg/tlpsrc/authoraftertitle.tlpsrc0
-rw-r--r--Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc1
7 files changed, 2 insertions, 52 deletions
diff --git a/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdf b/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdf
deleted file mode 100644
index f01f8669a4c..00000000000
--- a/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.tex b/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.tex
deleted file mode 100644
index 0c2296f8146..00000000000
--- a/Master/texmf-dist/doc/latex/authoraftertitle/authoraftertitle.tex
+++ /dev/null
@@ -1,18 +0,0 @@
-\documentclass[pagesize=auto]{scrartcl}
-
-\addtokomafont{title}{\rmfamily}
-
-\title{The \textsf{authoraftertitle} package\thanks{This manual corresponds to \textsf{authoraftertitle.sty} v0.9, dated~2006/10/14.}}
-\author{Matthias Bilger}
-\date{2006/10/14}
-
-
-\begin{document}
-
-\maketitle
-
-\noindent
-The \LaTeXe\ commands \verb+\author+, \verb+\title+ and \verb+\date+ are commonly used to set the author, title and date of the current document.
-Once set, these datums are used only by the \verb+\titlepage+ command and cannot be retrieved otherwise. The \textsf{authoraftertitle} package makes them everywhere available as \verb+\MyAuthor+, \verb+\MyTitle+ and \verb+\MyDate+; the original definitions of \verb+\author+, \verb+\title+ and \verb+\date+ can be accessed using \verb+\Originalauthor+, \verb+\Originaltitle+ and \verb+\Originaldate+.
-
-\end{document}
diff --git a/Master/texmf-dist/tex/latex/authoraftertitle/authoraftertitle.sty b/Master/texmf-dist/tex/latex/authoraftertitle/authoraftertitle.sty
deleted file mode 100644
index 7244c69bb9c..00000000000
--- a/Master/texmf-dist/tex/latex/authoraftertitle/authoraftertitle.sty
+++ /dev/null
@@ -1,32 +0,0 @@
-% Author Matthias Bilger
-% License: Absolutely Free :)
-
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{authoraftertitle}[2006/10/14 v0.9 package for Author after Titlepage]
-%Author
-\newcommand\Originalauthor{}
-\let\Originalauthor\author
-\renewcommand*{\author}[1]{%
- \Originalauthor{#1}%
- \renewcommand*{\MyAuthor}{#1}%
-}
-
-\newcommand*{\MyAuthor}{}
-
-%Title
-\newcommand\Originaltitle{}
-\let\Originaltitle\title
-\renewcommand*{\title}[1]{%
- \Originaltitle{#1}%
- \renewcommand*{\MyTitle}{#1}%
-}
-\newcommand*{\MyTitle}{}
-
-%Date
-\newcommand\Originaldate{}
-\let\Originaldate\date
-\renewcommand*{\date}[1]{%
- \Originaldate{#1}%
- \renewcommand*{\MyDate}{#1}%
-}
-\newcommand*{\MyDate}{}
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index d6d4527ed60..e1ca8dca04c 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -42,7 +42,7 @@ my @TLP_working = qw(
asaetr ascelike ascii ascii-chart assignment astro asyfig
asymptote-faq-zh-cn asymptote-by-example-zh-cn asymptote-manual-zh-cn
attachfile
- augie auncial-new aurical authoraftertitle authorindex
+ augie auncial-new aurical authorindex
auto-pst-pdf autoarea automata avantgar
b1encoding babel babelbib background bangtex
barcodes bardiag barr bartel-chess-fonts bashful baskervald
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 775a705687e..ecb4062ac03 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -111,6 +111,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'augie', "&MAKEaugie",
'aurical', "&MAKEaurical",
'aurora', "die 'skipping, nocommercial license'",
+ 'authoraftertitle', "die 'skipping, non-specific license'",
'auto1', "die 'skipping, nonfree font support'",
'autolatex', "die 'skipping, too complicated, sorry'",
'autotab', "die 'skipping, noinfo license, latex 2.09'",
diff --git a/Master/tlpkg/tlpsrc/authoraftertitle.tlpsrc b/Master/tlpkg/tlpsrc/authoraftertitle.tlpsrc
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/Master/tlpkg/tlpsrc/authoraftertitle.tlpsrc
+++ /dev/null
diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
index c1679b5e15b..b4ff7fc6f72 100644
--- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
@@ -33,7 +33,6 @@ depend arcs
depend arrayjobx
depend assignment
depend attachfile
-depend authoraftertitle
depend authorindex
depend background
depend bashful