summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-12-10 16:43:10 +0000
committerKarl Berry <karl@freefriends.org>2008-12-10 16:43:10 +0000
commitc65358f00f53c30bb4b0e629815ff05d2635255f (patch)
tree778bdafbe73231808ee3dc6365bb54ff36564d95
parent7770c43ec17d9d3035fa0f45b45631213d5b61d8 (diff)
uaclasses doc update (9dec08)
git-svn-id: svn://tug.org/texlive/trunk@11581 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/uaclasses/README (renamed from Master/texmf-dist/source/latex/uaclasses/README)11
-rw-r--r--Master/texmf-dist/doc/latex/uaclasses/my-example.dvibin49352 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/uaclasses/my-example.pdfbin0 -> 131932 bytes
-rw-r--r--Master/texmf-dist/doc/latex/uaclasses/ua-classes.dvibin62740 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/uaclasses/ua-example.dvibin60548 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/uaclasses/ua-example.pdfbin0 -> 104250 bytes
-rw-r--r--Master/texmf-dist/source/latex/uaclasses/ua-classes.dtx4
-rw-r--r--Master/texmf-dist/tex/latex/uaclasses/my-thesis.cls10
-rw-r--r--Master/texmf-dist/tex/latex/uaclasses/my-title.sty14
-rw-r--r--Master/texmf-dist/tex/latex/uaclasses/ua-thesis.cls10
-rw-r--r--Master/texmf-dist/tex/latex/uaclasses/ua-title.sty14
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check3
12 files changed, 38 insertions, 28 deletions
diff --git a/Master/texmf-dist/source/latex/uaclasses/README b/Master/texmf-dist/doc/latex/uaclasses/README
index ee2eb48e0a7..691780d73dd 100644
--- a/Master/texmf-dist/source/latex/uaclasses/README
+++ b/Master/texmf-dist/doc/latex/uaclasses/README
@@ -45,4 +45,13 @@ Changes from release 1996/12/05:
Send comments to:
-Marcel Oliver moliver@math.uci.edu \ No newline at end of file
+Marcel Oliver oliver@member.ams.org
+
+
+Changes added April 2005 by George Pearson:
+
+- Fixed two typos in ua-classes.dtx where \gedf was used instead of \gdef.
+ No other changes (including version number) were made.
+
+- Updated this README file to change Marcel's email per his request (and
+ added the comments about the April 2005 changes).
diff --git a/Master/texmf-dist/doc/latex/uaclasses/my-example.dvi b/Master/texmf-dist/doc/latex/uaclasses/my-example.dvi
deleted file mode 100644
index 26a44005485..00000000000
--- a/Master/texmf-dist/doc/latex/uaclasses/my-example.dvi
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/uaclasses/my-example.pdf b/Master/texmf-dist/doc/latex/uaclasses/my-example.pdf
new file mode 100644
index 00000000000..c242d7a90f3
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/uaclasses/my-example.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/uaclasses/ua-classes.dvi b/Master/texmf-dist/doc/latex/uaclasses/ua-classes.dvi
deleted file mode 100644
index a90be8bcb97..00000000000
--- a/Master/texmf-dist/doc/latex/uaclasses/ua-classes.dvi
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/uaclasses/ua-example.dvi b/Master/texmf-dist/doc/latex/uaclasses/ua-example.dvi
deleted file mode 100644
index 4786f144f7b..00000000000
--- a/Master/texmf-dist/doc/latex/uaclasses/ua-example.dvi
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/uaclasses/ua-example.pdf b/Master/texmf-dist/doc/latex/uaclasses/ua-example.pdf
new file mode 100644
index 00000000000..e13876e2550
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/uaclasses/ua-example.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/uaclasses/ua-classes.dtx b/Master/texmf-dist/source/latex/uaclasses/ua-classes.dtx
index 114672bc187..21ee9a706dd 100644
--- a/Master/texmf-dist/source/latex/uaclasses/ua-classes.dtx
+++ b/Master/texmf-dist/source/latex/uaclasses/ua-classes.dtx
@@ -577,8 +577,8 @@
\def\copyrightholder#1{\gdef\@copyright{#1}}
\newcommand{\thesis} [1]{\gdef\@thesis{#1}}
\newcommand{\department} [1]{\gdef\@department{#1}}
-\newcommand{\degree} [1]{\gedf\@degree{#1}}
-\newcommand{\degreeabbrev} [1]{\gedf\@degreeabbrev{#1}}
+\newcommand{\degree} [1]{\gdef\@degree{#1}}
+\newcommand{\degreeabbrev} [1]{\gdef\@degreeabbrev{#1}}
\newcommand{\major} [1]{\gdef\@major{#1}}
\newcommand{\director} [1]{\gdef\@director{#1}}
\newcommand{\directortitle} [1]{\gdef\@directortitle{#1}}
diff --git a/Master/texmf-dist/tex/latex/uaclasses/my-thesis.cls b/Master/texmf-dist/tex/latex/uaclasses/my-thesis.cls
index 99198ac49cb..6fc1fc00cd9 100644
--- a/Master/texmf-dist/tex/latex/uaclasses/my-thesis.cls
+++ b/Master/texmf-dist/tex/latex/uaclasses/my-thesis.cls
@@ -1,11 +1,11 @@
-%%
+%%
%% This is file `my-thesis.cls',
%% generated with the docstrip utility.
-%%
+%%
%% The original source files were:
-%%
+%%
%% ua-classes.dtx (with options: `my-thesis')
-
+%%
%%
%% File ua-classes.dtx by Marcel Oliver
%%
@@ -195,5 +195,5 @@
\let\listoffigures\relax
\let\listoftables\relax
\endinput
-%%
+%%
%% End of file `my-thesis.cls'.
diff --git a/Master/texmf-dist/tex/latex/uaclasses/my-title.sty b/Master/texmf-dist/tex/latex/uaclasses/my-title.sty
index 580a3c5a824..dba90ecfff3 100644
--- a/Master/texmf-dist/tex/latex/uaclasses/my-title.sty
+++ b/Master/texmf-dist/tex/latex/uaclasses/my-title.sty
@@ -1,11 +1,11 @@
-%%
+%%
%% This is file `my-title.sty',
%% generated with the docstrip utility.
-%%
+%%
%% The original source files were:
-%%
+%%
%% ua-classes.dtx (with options: `my-title')
-
+%%
%%
%% File ua-classes.dtx by Marcel Oliver
%%
@@ -27,8 +27,8 @@
\def\copyrightholder#1{\gdef\@copyright{#1}}
\newcommand{\thesis} [1]{\gdef\@thesis{#1}}
\newcommand{\department} [1]{\gdef\@department{#1}}
-\newcommand{\degree} [1]{\gedf\@degree{#1}}
-\newcommand{\degreeabbrev} [1]{\gedf\@degreeabbrev{#1}}
+\newcommand{\degree} [1]{\gdef\@degree{#1}}
+\newcommand{\degreeabbrev} [1]{\gdef\@degreeabbrev{#1}}
\newcommand{\major} [1]{\gdef\@major{#1}}
\newcommand{\director} [1]{\gdef\@director{#1}}
\newcommand{\directortitle} [1]{\gdef\@directortitle{#1}}
@@ -93,5 +93,5 @@
\def \m@kespaceexplicit #1#2\@nd %
{\if \2 \def \2{{ }#1#2}\else \def \2{#1#2}\fi}
\endinput
-%%
+%%
%% End of file `my-title.sty'.
diff --git a/Master/texmf-dist/tex/latex/uaclasses/ua-thesis.cls b/Master/texmf-dist/tex/latex/uaclasses/ua-thesis.cls
index cc927108f3f..b447f9db6a4 100644
--- a/Master/texmf-dist/tex/latex/uaclasses/ua-thesis.cls
+++ b/Master/texmf-dist/tex/latex/uaclasses/ua-thesis.cls
@@ -1,11 +1,11 @@
-%%
+%%
%% This is file `ua-thesis.cls',
%% generated with the docstrip utility.
-%%
+%%
%% The original source files were:
-%%
+%%
%% ua-classes.dtx (with options: `ua-thesis')
-
+%%
%%
%% File ua-classes.dtx by Marcel Oliver
%%
@@ -349,5 +349,5 @@
\renewcommand*\l@table[2]{%
\@dottedtocline{1}{0pt}{30pt}{\textsc{Table} #1}{#2}}
\endinput
-%%
+%%
%% End of file `ua-thesis.cls'.
diff --git a/Master/texmf-dist/tex/latex/uaclasses/ua-title.sty b/Master/texmf-dist/tex/latex/uaclasses/ua-title.sty
index fb3ee947265..b38d8012bd4 100644
--- a/Master/texmf-dist/tex/latex/uaclasses/ua-title.sty
+++ b/Master/texmf-dist/tex/latex/uaclasses/ua-title.sty
@@ -1,11 +1,11 @@
-%%
+%%
%% This is file `ua-title.sty',
%% generated with the docstrip utility.
-%%
+%%
%% The original source files were:
-%%
+%%
%% ua-classes.dtx (with options: `ua-title')
-
+%%
%%
%% File ua-classes.dtx by Marcel Oliver
%%
@@ -27,8 +27,8 @@
\def\copyrightholder#1{\gdef\@copyright{#1}}
\newcommand{\thesis} [1]{\gdef\@thesis{#1}}
\newcommand{\department} [1]{\gdef\@department{#1}}
-\newcommand{\degree} [1]{\gedf\@degree{#1}}
-\newcommand{\degreeabbrev} [1]{\gedf\@degreeabbrev{#1}}
+\newcommand{\degree} [1]{\gdef\@degree{#1}}
+\newcommand{\degreeabbrev} [1]{\gdef\@degreeabbrev{#1}}
\newcommand{\major} [1]{\gdef\@major{#1}}
\newcommand{\director} [1]{\gdef\@director{#1}}
\newcommand{\directortitle} [1]{\gdef\@directortitle{#1}}
@@ -97,5 +97,5 @@
\def \m@kespaceexplicit #1#2\@nd %
{\if \2 \def \2{{ }#1#2}\else \def \2{#1#2}\fi}
\endinput
-%%
+%%
%% End of file `ua-title.sty'.
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 0e4499ad78a..4c6bbf0d858 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -225,7 +225,8 @@ my @WorkingTLP = qw(
trajan translator tree-dvips trfsigns trivfloat trsym
tufte-latex tugboat tugboat-plain turnstile twoup txfonts Type1fonts
typedref typogrid
- uebungsblatt ucthesis uhrzeit uiucthesis ulsy umich-thesis uml umlaute
+ uaclasses uebungsblatt ucthesis uhrzeit uiucthesis ulsy
+ umich-thesis uml umlaute
umthesis umtypewriter underlin undertilde units unitsdef
universa unroman
upmethodology upquote urlbst ushort ut-thesis uwthesis