summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipsk/contrib/latex209
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvipsk/contrib/latex209')
-rw-r--r--Build/source/texk/dvipsk/contrib/latex209/avantgarde.sty11
-rw-r--r--Build/source/texk/dvipsk/contrib/latex209/blackdvi.sty109
-rw-r--r--Build/source/texk/dvipsk/contrib/latex209/bookman.sty11
-rw-r--r--Build/source/texk/dvipsk/contrib/latex209/chancery.sty11
-rw-r--r--Build/source/texk/dvipsk/contrib/latex209/colordvi.sty162
-rw-r--r--Build/source/texk/dvipsk/contrib/latex209/ncs.sty11
-rw-r--r--Build/source/texk/dvipsk/contrib/latex209/palatino.sty11
-rw-r--r--Build/source/texk/dvipsk/contrib/latex209/psfonts.sty266
-rw-r--r--Build/source/texk/dvipsk/contrib/latex209/psgreek.sty38
-rw-r--r--Build/source/texk/dvipsk/contrib/latex209/rotate.sty53
-rw-r--r--Build/source/texk/dvipsk/contrib/latex209/times.sty11
11 files changed, 0 insertions, 694 deletions
diff --git a/Build/source/texk/dvipsk/contrib/latex209/avantgarde.sty b/Build/source/texk/dvipsk/contrib/latex209/avantgarde.sty
deleted file mode 100644
index 91ae8f388c1..00000000000
--- a/Build/source/texk/dvipsk/contrib/latex209/avantgarde.sty
+++ /dev/null
@@ -1,11 +0,0 @@
-% latex style using AvantGarde for text.
-
-\def\@mrm{pagk}% AvantGarde - book
-\def\@mit{pagko}% AvantGarde - book oblique
-\def\@msl{pagdo}% AvantGarde - demi oblique
-\def\@mbf{pagd}% AvantGarde - demi
-\def\@mcsc{pagkc}% AvantGarde - book - small caps
-\def\@mtt{pcrr}% courier
-\def\@mss{phvr}% helvetica
-
-\input psfonts.sty
diff --git a/Build/source/texk/dvipsk/contrib/latex209/blackdvi.sty b/Build/source/texk/dvipsk/contrib/latex209/blackdvi.sty
deleted file mode 100644
index 85e7fd38a28..00000000000
--- a/Build/source/texk/dvipsk/contrib/latex209/blackdvi.sty
+++ /dev/null
@@ -1,109 +0,0 @@
-% This is BLACKDVI.STY and BLACKDVI.TEX in text format, as of March 5,
-% 1992, written by Jim Hafner, HAFNER@ALMADEN, or hafner@almaden.ibm.com.
-% This file turns all color commands defined by COLORDVI.STY or COLORDVI.TEX
-% into no-ops and so can be used to get B/W printing without having to
-% ferret out all the color macros. Modified by Tomas Rokicki to be a
-% bit smaller.
-%
-% 20 Aug. 1992: Revised by J. Hafner, by adding \globalColor as a no-op.
-%
-% For example, with FoilTeX, just use
-% \documentstyle[blackdvi]{foils}
-% in place of
-% \documentstyle[colordvi]{foils}
-%
-% This file can be used anywhere COLORDVI.STY or COLORDVI.TEX is used. In
-% particular, It can be used in any flavor of LaTeX (e.g. LaTeX,
-% FoilTeX, AMS-LaTeX) by adding the keyword "blackdvi" to the options in
-% the \documentstyle command (e.g., "\documentstyle[blackdvi]{foils}") or
-% \input in any flavor of TeX (e.g. Plain TeX, eplain, AMS-TeX or any of
-% the above LaTeX flavors) with the command "\input blackdvi".
-%
-% Here is the background command
-\def\background#1{}%
-%
-% This is used to define all the \newColor macros defined by \newColor
-% as no-ops.
-\def\newColor #1 {\expandafter\def\csname text#1\endcsname{}%
- \expandafter\def\csname #1\endcsname##1{##1}}%
-%
-% Here are the two macros used for user-definable colors
-\def\textColor#1{}
-\def\Color#1#2{#2}
-%
-% This is the macro that is used to protect certain regions of the
-% text from corruption by local color commands. See COLORDVI.STY for
-% more information. We make it a no-op in this style.
-\def\globalColor#1{#1}
-%
-% Here are the preset color names. This list should match the list
-% in <colordvi.[tex,sty]>.
-%
-\newColor GreenYellow
-\newColor Yellow
-\newColor Goldenrod
-\newColor Dandelion
-\newColor Apricot
-\newColor Peach
-\newColor Melon
-\newColor YellowOrange
-\newColor Orange
-\newColor BurntOrange
-\newColor Bittersweet
-\newColor RedOrange
-\newColor Mahogany
-\newColor Maroon
-\newColor BrickRed
-\newColor Red
-\newColor OrangeRed
-\newColor RubineRed
-\newColor WildStrawberry
-\newColor Salmon
-\newColor CarnationPink
-\newColor Magenta
-\newColor VioletRed
-\newColor Rhodamine
-\newColor Mulberry
-\newColor RedViolet
-\newColor Fuchsia
-\newColor Lavender
-\newColor Thistle
-\newColor Orchid
-\newColor DarkOrchid
-\newColor Purple
-\newColor Plum
-\newColor Violet
-\newColor RoyalPurple
-\newColor BlueViolet
-\newColor Periwinkle
-\newColor CadetBlue
-\newColor CornflowerBlue
-\newColor MidnightBlue
-\newColor NavyBlue
-\newColor RoyalBlue
-\newColor Blue
-\newColor Cerulean
-\newColor Cyan
-\newColor ProcessBlue
-\newColor SkyBlue
-\newColor Turquoise
-\newColor TealBlue
-\newColor Aquamarine
-\newColor BlueGreen
-\newColor Emerald
-\newColor JungleGreen
-\newColor SeaGreen
-\newColor Green
-\newColor ForestGreen
-\newColor PineGreen
-\newColor LimeGreen
-\newColor YellowGreen
-\newColor SpringGreen
-\newColor OliveGreen
-\newColor RawSienna
-\newColor Sepia
-\newColor Brown
-\newColor Tan
-\newColor Gray
-\newColor Black
-\newColor White
diff --git a/Build/source/texk/dvipsk/contrib/latex209/bookman.sty b/Build/source/texk/dvipsk/contrib/latex209/bookman.sty
deleted file mode 100644
index 520e4ebdb68..00000000000
--- a/Build/source/texk/dvipsk/contrib/latex209/bookman.sty
+++ /dev/null
@@ -1,11 +0,0 @@
-% latex style using Bookman for text
-
-\def\@mrm{pbkl}% Bookman - light
-\def\@mit{pbkli}% Bookman - light italic
-\def\@msl{pbkdi}% Bookman - demi italic
-\def\@mbf{pbkd}% Bookman - demi
-\def\@mcsc{pbklc}% Bookman - light - small caps
-\def\@mtt{pcrr}% courier
-\def\@mss{phvr}% helvetica
-
-\input psfonts.sty
diff --git a/Build/source/texk/dvipsk/contrib/latex209/chancery.sty b/Build/source/texk/dvipsk/contrib/latex209/chancery.sty
deleted file mode 100644
index 7f87fd9d617..00000000000
--- a/Build/source/texk/dvipsk/contrib/latex209/chancery.sty
+++ /dev/null
@@ -1,11 +0,0 @@
-% latex style using Zapf Chancery for text.
-
-\def\@mrm{pzcmi}% Zapf Chancery Medium Italic
-\def\@mit{pzcmi}% Zapf Chancery Medium Italic
-\def\@msl{pzcmi}% Zapf Chancery Medium Italic
-\def\@mbf{pzcmi}% Zapf Chancery Medium Italic
-\def\@mcsc{pzcmi}% Zapf Chancery Medium Italic
-\def\@mtt{pcrr}% courier
-\def\@mss{phvr}% helvetica
-
-\input psfonts.sty
diff --git a/Build/source/texk/dvipsk/contrib/latex209/colordvi.sty b/Build/source/texk/dvipsk/contrib/latex209/colordvi.sty
deleted file mode 100644
index df812f8df60..00000000000
--- a/Build/source/texk/dvipsk/contrib/latex209/colordvi.sty
+++ /dev/null
@@ -1,162 +0,0 @@
-% This is COLORDVI.TEX and COLORDVI.STY in text format, as of
-% March 5, 1992, written by Jim Hafner, HAFNER@ALMADEN, or
-% hafner@almaden.ibm.com. Modified by Tomas Rokicki to be a
-% bit smaller and easier to add to.
-%
-% 20 Aug. 1992: Revised by J. Hafner, by adding \globalColor.
-%
-% This style file can be used to get color in TeX, LaTeX or more
-% importantly, FoilTeX as an optional style file. It is generic in
-% that the color parameters are determined by the driver's header files.
-%
-% It can be used with any driver which knows how to process the keywords
-% in the \special commands. Currently, only versions of dvips greater
-% than 5.478 (dvips is the DVI->PostScript driver by Tom Rokicki) and
-% TeXview on the NeXT interpret these specials.
-%
-% This file can be used in any flavor of LaTeX (e.g. LaTeX, FoilTeX,
-% AMS-LaTeX) by adding the keyword "colordvi" to the options in the
-% \documentstyle command (e.g., "\documentstyle[colordvi]{foils}") or \input
-% in any flavor of TeX (e.g. Plain TeX, eplain, AMS-TeX or any of the
-% above LaTeX flavors) with the command "\input colordvi".
-%
-% The actual parameters for each color are determined by the device
-% driver.
-% For "dvips", that is the header file color.pro prepended to the
-% output file by dvips. They can be overrriden by a user-supplied
-% header, called by either the -h option or the "h" flag in a printer
-% configuration file, or in the .dvipsrc (or its analogue on other
-% systems).
-%
-% Most of the color names and their matches were based on the
-% most recent (at time of writing) Crayola Crayon box of 64 colors.
-%
-% There are 68 predefined colors. At the end of this file is a
-% listing of the color names and their approximate PANTONE color
-% match. This is for reference purposes only.
-%
-% The first macro lets the user specify the background color for the
-% document. It sets the background color for the current page and all
-% succeeding pages, unless changed by another command of this type. To
-% change the background color back to the default, issue
-% \background{White}
-%
-\def\background#1{\special{background #1}}
-%
-% There are two types of text color commands. The first is in the form
-% \ColorName (note the uppercase for the color name).
-%
-% It is called a local color command since it takes one argument
-% enclosed in brackets. It writes the contents of its argument in the
-% selected color. This should be used for local or nested color
-% changes, since it restores the original color state when it completes.
-% The second type of color command is in the form
-% \textColorName
-% This uses the same naming convention as before. It is called a global
-% color command since it takes no arguments and simply sets the color at
-% this point. No previous color information is saved. IF YOU USE THIS
-% INTERNAL TO ANY LOCAL COLOR COMMAND, THE NESTING HISTORY IS LOST.
-%
-% This next definition is used in an invocation of a \textColorName
-% macro to save the global color value in local form via the \globalColor
-% macro. This new macro can then be used to protect certain regions of
-% the text, like item tags and headers and footers which can be
-% corrupted by local colors. In particular, item tags in lists can
-% incorrectly inherit the color from a local color command immediately
-% following it. The \subdef macro is invoked within the invocation of a
-% global color change.
-%
-\def\subdef#1{\gdef\globalColor##1{\special
- {color push #1}##1\special{color pop}}}
-%
-% Here are the global color changers, with color codes defined;
-% these are used to define the small region colors.
-%
-% This first is for user defined color. The argument #1 is for a "CMYK"
-% quadruple of intensity values between 0 and 1. (CMYK stands for Cyan,
-% Magenta, Yellow and Black.) E.g., \textColor{.2 .3 .4 .1}
-%
-\def\textColor#1{\subdef{cmyk #1}\special{color cmyk #1}}
-%
-% and a userdefinable local color command.
-\def\Color#1#2{\special{color push cmyk #1}#2\special{color pop}}
-%
-%
-\def\newColor #1 {\expandafter\def\csname #1\endcsname##1{\special
- {color push #1}##1\special{color pop}}%
- \expandafter\def\csname text#1\endcsname{\subdef{#1}%
- \special{color #1}}}%
-%
-% Here are the color names and their PANTONE match (approximately)
-%
-\newColor GreenYellow % GreenYellow Approximate PANTONE 388
-\newColor Yellow % Yellow Approximate PANTONE YELLOW
-\newColor Goldenrod % Goldenrod Approximate PANTONE 109
-\newColor Dandelion % Dandelion Approximate PANTONE 123
-\newColor Apricot % Apricot Approximate PANTONE 1565
-\newColor Peach % Peach Approximate PANTONE 164
-\newColor Melon % Melon Approximate PANTONE 177
-\newColor YellowOrange % YellowOrange Approximate PANTONE 130
-\newColor Orange % Orange Approximate PANTONE ORANGE-021
-\newColor BurntOrange % BurntOrange Approximate PANTONE 388
-\newColor Bittersweet % Bittersweet Approximate PANTONE 167
-\newColor RedOrange % RedOrange Approximate PANTONE 179
-\newColor Mahogany % Mahogany Approximate PANTONE 484
-\newColor Maroon % Maroon Approximate PANTONE 201
-\newColor BrickRed % BrickRed Approximate PANTONE 1805
-\newColor Red % Red VERY-Approx PANTONE RED
-\newColor OrangeRed % OrangeRed No PANTONE match
-\newColor RubineRed % RubineRed Approximate PANTONE RUBINE-RED
-\newColor WildStrawberry % WildStrawberry Approximate PANTONE 206
-\newColor Salmon % Salmon Approximate PANTONE 183
-\newColor CarnationPink % CarnationPink Approximate PANTONE 218
-\newColor Magenta % Magenta Approximate PANTONE PROCESS-MAGENTA
-\newColor VioletRed % VioletRed Approximate PANTONE 219
-\newColor Rhodamine % Rhodamine Approximate PANTONE RHODAMINE-RED
-\newColor Mulberry % Mulberry Approximate PANTONE 241
-\newColor RedViolet % RedViolet Approximate PANTONE 234
-\newColor Fuchsia % Fuchsia Approximate PANTONE 248
-\newColor Lavender % Lavender Approximate PANTONE 223
-\newColor Thistle % Thistle Approximate PANTONE 245
-\newColor Orchid % Orchid Approximate PANTONE 252
-\newColor DarkOrchid % DarkOrchid No PANTONE match
-\newColor Purple % Purple Approximate PANTONE PURPLE
-\newColor Plum % Plum VERY-Approx PANTONE 518
-\newColor Violet % Violet Approximate PANTONE VIOLET
-\newColor RoyalPurple % RoyalPurple Approximate PANTONE 267
-\newColor BlueViolet % BlueViolet Approximate PANTONE 2755
-\newColor Periwinkle % Periwinkle Approximate PANTONE 2715
-\newColor CadetBlue % CadetBlue Approximate PANTONE (534+535)/2
-\newColor CornflowerBlue % CornflowerBlue Approximate PANTONE 292
-\newColor MidnightBlue % MidnightBlue Approximate PANTONE 302
-\newColor NavyBlue % NavyBlue Approximate PANTONE 293
-\newColor RoyalBlue % RoyalBlue No PANTONE match
-\newColor Blue % Blue Approximate PANTONE BLUE-072
-\newColor Cerulean % Cerulean Approximate PANTONE 3005
-\newColor Cyan % Cyan Approximate PANTONE PROCESS-CYAN
-\newColor ProcessBlue % ProcessBlue Approximate PANTONE PROCESS-BLUE
-\newColor SkyBlue % SkyBlue Approximate PANTONE 2985
-\newColor Turquoise % Turquoise Approximate PANTONE (312+313)/2
-\newColor TealBlue % TealBlue Approximate PANTONE 3145
-\newColor Aquamarine % Aquamarine Approximate PANTONE 3135
-\newColor BlueGreen % BlueGreen Approximate PANTONE 320
-\newColor Emerald % Emerald No PANTONE match
-\newColor JungleGreen % JungleGreen Approximate PANTONE 328
-\newColor SeaGreen % SeaGreen Approximate PANTONE 3268
-\newColor Green % Green VERY-Approx PANTONE GREEN
-\newColor ForestGreen % ForestGreen Approximate PANTONE 349
-\newColor PineGreen % PineGreen Approximate PANTONE 323
-\newColor LimeGreen % LimeGreen No PANTONE match
-\newColor YellowGreen % YellowGreen Approximate PANTONE 375
-\newColor SpringGreen % SpringGreen Approximate PANTONE 381
-\newColor OliveGreen % OliveGreen Approximate PANTONE 582
-\newColor RawSienna % RawSienna Approximate PANTONE 154
-\newColor Sepia % Sepia Approximate PANTONE 161
-\newColor Brown % Brown Approximate PANTONE 1615
-\newColor Tan % Tan No PANTONE match
-\newColor Gray % Gray Approximate PANTONE COOL-GRAY-8
-\newColor Black % Black Approximate PANTONE PROCESS-BLACK
-\newColor White % White No PANTONE match
-
-% Now we make sure that we initialize the global color to Black
-\subdef{Black}
diff --git a/Build/source/texk/dvipsk/contrib/latex209/ncs.sty b/Build/source/texk/dvipsk/contrib/latex209/ncs.sty
deleted file mode 100644
index e7b996f7e6a..00000000000
--- a/Build/source/texk/dvipsk/contrib/latex209/ncs.sty
+++ /dev/null
@@ -1,11 +0,0 @@
-% latex style using New Century Schoolbook for text.
-
-\def\@mrm{pncr}% new century schoolbook
-\def\@mit{pncri}% new century schoolbook - italic
-\def\@msl{pncbi}% new century schoolbook - bold italic
-\def\@mbf{pncb}% new century schoolbook - bold
-\def\@mcsc{pncrc}% new century schoolbook - small caps
-\def\@mtt{pcrr}% courier
-\def\@mss{phvr}% helvetica
-
-\input psfonts.sty
diff --git a/Build/source/texk/dvipsk/contrib/latex209/palatino.sty b/Build/source/texk/dvipsk/contrib/latex209/palatino.sty
deleted file mode 100644
index 41d95d322f5..00000000000
--- a/Build/source/texk/dvipsk/contrib/latex209/palatino.sty
+++ /dev/null
@@ -1,11 +0,0 @@
-% latex style using Palatino for text.
-
-\def\@mrm{pplr}% palatino
-\def\@mit{pplri}% palatino - italic
-\def\@msl{pplro}% palatino - oblique
-\def\@mbf{pplb}% palatino - bold
-\def\@mcsc{pplrc}% palatino - small caps
-\def\@mtt{pcrr}% courier
-\def\@mss{phvr}% helvetica
-
-\input psfonts.sty
diff --git a/Build/source/texk/dvipsk/contrib/latex209/psfonts.sty b/Build/source/texk/dvipsk/contrib/latex209/psfonts.sty
deleted file mode 100644
index 97948237045..00000000000
--- a/Build/source/texk/dvipsk/contrib/latex209/psfonts.sty
+++ /dev/null
@@ -1,266 +0,0 @@
-% psfonts.sty - re-work of lfonts.tex to allow postscript fonts
-% to replace cmr fonts. Original by LA Carr. Hacked by Van
-% Jacobson.
-%
-% $Header: psfonts.sty,v 1.2 88/01/23 17:52:49 van Exp $
-%
-\def\@@getfont#1#2#3#4#5#6#7{%
-\@ifundefined{\string #1\string #5}{\global\expandafter
- \font \csname \string #1\string #5\endcsname #4\@ptscale{#5}\relax}{}%
-\@ifundefined{\string #1\string #6}{\global\expandafter
- \font \csname \string #1\string #6\endcsname #4\@ptscale{#6}\relax}{}%
-\@ifundefined{\string #1\string #7}{\global\expandafter
- \font \csname \string #1\string #7\endcsname #4\@ptscale{#7}\relax}{}%
-\@ifundefined{\string #1\string #3}{\global\expandafter
- \let \csname \string #1\string #3\endcsname #3\relax
- \@addfontinfo#3{\textfont #2\csname \string #1\string #5\endcsname
- \scriptfont #2\csname \string #1\string #6\endcsname
- \scriptscriptfont #2\csname \string #1\string #7\endcsname
- \def#1{\fam #2\csname\string #1\string #5\endcsname}}}{}#3#1}
-\def\@@@getfont#1#2#3#4#5{%
-\@ifundefined{\string #1\string #5}{\global\expandafter
- \font \csname \string #1\string #5\endcsname #4\@ptscale{#5}\relax}{}%
-\@ifundefined{\string #1\string #3}{\global\expandafter
- \let \csname \string #1\string #3\endcsname #3\relax
- \@addfontinfo#3{\def#1{\fam #2\csname\string #1\string #5\endcsname}}}{}#3#1}
-
-\def\@psfonts#1#2#3#4{%
-\def\prm{\@@getfont\prm\z@#1\@mrm{#2}{#3}{#4}}%
-\def\pit{\@@getfont\pit\itfam#1\@mit{#2}{#3}{#4}}%
-\def\psl{\@@getfont\psl\slfam#1\@msl{#2}{#3}{#4}}%
-\def\pbf{\@@getfont\pbf\bffam#1\@mbf{#2}{#3}{#4}}%
-\def\ptt{\@@getfont\ptt\ttfam#1\@mtt{#2}{#3}{#4}%
-\@nohyphens\ptt {#2}\@nohyphens\ptt {#3}\@nohyphens\ptt {#4}}%
-\def\psf{\@@getfont\psf\sffam#1\@mss{#2}{#3}{#4}}%
-\def\psc{\@@getfont\psc\scfam#1\@mcsc{#2}{#3}{#4}}}
-
-% math stuff: we want to use cmr operator characters but Times
-% letters. So, we make a new family to hold cmrX & re-mathcode
-% to force the operators to come from that family.
-\newfam\@cmrfam
-\newcount\@cmrscale
-\def\@mathmap#1{\@cmrscale=\@cmrfam \multiply\@cmrscale by 256
-\advance\@cmrscale by \the\mathcode#1 \mathcode#1=\@cmrscale\relax}
-\def\@cmrset#1#2#3{\textfont\@cmrfam #1%
-\scriptfont\@cmrfam #2\scriptscriptfont\@cmrfam #3\relax}
-
-\@mathmap{`\(}
-\@mathmap{`\)}
-\@mathmap{`\+}
-\@mathmap{`\=}
-\@mathmap{`\[}
-\@mathmap{`\]}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\def\vpt{\textfont\z@\fivrm
- \scriptfont\z@\fivrm \scriptscriptfont\z@\fivrm
-\textfont\@ne\fivmi \scriptfont\@ne\fivmi \scriptscriptfont\@ne\fivmi
-\textfont\tw@\fivsy \scriptfont\tw@\fivsy \scriptscriptfont\tw@\fivsy
-\textfont\thr@@\tenex \scriptfont\thr@@\tenex \scriptscriptfont\thr@@\tenex
-\def\unboldmath{\everymath{}\everydisplay{}\@nomath
- \unboldmath\fam\@ne\@boldfalse}\@boldfalse
-\def\boldmath{\@subfont\boldmath\unboldmath}%
-\@psfonts\@vpt555%
-\@cmrset\fivrm\fivrm\fivrm%
-\def\ly{\fam\lyfam\fivly}\textfont\lyfam\fivly
- \scriptfont\lyfam\fivly \scriptscriptfont\lyfam\fivly
-\@setstrut\rm}
-\def\@vpt{}
-\def\vipt{\textfont\z@\sixrm
- \scriptfont\z@\sixrm \scriptscriptfont\z@\sixrm
-\textfont\@ne\sixmi \scriptfont\@ne\sixmi \scriptscriptfont\@ne\sixmi
-\textfont\tw@\sixsy \scriptfont\tw@\sixsy \scriptscriptfont\tw@\sixsy
-\textfont\thr@@\tenex \scriptfont\thr@@\tenex \scriptscriptfont\thr@@\tenex
-\def\unboldmath{\everymath{}\everydisplay{}\@nomath
- \unboldmath\@boldfalse}\@boldfalse
-\def\boldmath{\@subfont\boldmath\unboldmath}%
-\@psfonts\@vipt666%
-\@cmrset\sixrm\sixrm\sixrm%
-\def\ly{\fam\lyfam\sixly}\textfont\lyfam\sixly
- \scriptfont\lyfam\sixly \scriptscriptfont\lyfam\sixly
-\@setstrut\rm}
-\def\@vipt{}
-\def\viipt{\textfont\z@\sevrm
- \scriptfont\z@\sixrm \scriptscriptfont\z@\fivrm
-\textfont\@ne\sevmi \scriptfont\@ne\fivmi \scriptscriptfont\@ne\fivmi
-\textfont\tw@\sevsy \scriptfont\tw@\fivsy \scriptscriptfont\tw@\fivsy
-\textfont\thr@@\tenex \scriptfont\thr@@\tenex \scriptscriptfont\thr@@\tenex
-\def\unboldmath{\everymath{}\everydisplay{}\@nomath
-\unboldmath\@boldfalse}\@boldfalse
-\def\boldmath{\@subfont\boldmath\unboldmath}%
-\@psfonts\@viipt755%
-\@cmrset\sevrm\sixrm\fivrm%
-\def\ly{\fam\lyfam\sevly}\textfont\lyfam\sevly
- \scriptfont\lyfam\fivly \scriptscriptfont\lyfam\fivly
-\@setstrut \rm}
-\def\@viipt{}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\def\viiipt{\textfont\z@\egtrm
- \scriptfont\z@\sixrm \scriptscriptfont\z@\fivrm
-\textfont\@ne\egtmi \scriptfont\@ne\sixmi \scriptscriptfont\@ne\fivmi
-\textfont\tw@\egtsy \scriptfont\tw@\sixsy \scriptscriptfont\tw@\fivsy
-\textfont\thr@@\tenex \scriptfont\thr@@\tenex \scriptscriptfont\thr@@\tenex
-\def\unboldmath{\everymath{}\everydisplay{}\@nomath
-\unboldmath\@boldfalse}\@boldfalse
-\def\boldmath{\@subfont\boldmath\unboldmath}%
-\@psfonts\@viiipt865%
-\@cmrset\egtrm\sixrm\fivrm%
-\def\ly{\fam\lyfam\egtly}\textfont\lyfam\egtly
- \scriptfont\lyfam\sixly \scriptscriptfont\lyfam\fivly
-\@setstrut \rm}
-\def\@viiipt{}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\def\ixpt{\textfont\z@\ninrm
- \scriptfont\z@\sixrm \scriptscriptfont\z@\fivrm
-\textfont\@ne\ninmi \scriptfont\@ne\sixmi \scriptscriptfont\@ne\fivmi
-\textfont\tw@\ninsy \scriptfont\tw@\sixsy \scriptscriptfont\tw@\fivsy
-\textfont\thr@@\tenex \scriptfont\thr@@\tenex \scriptscriptfont\thr@@\tenex
-\def\unboldmath{\everymath{}\everydisplay{}\@nomath\unboldmath
- \@boldfalse}\@boldfalse
-\def\boldmath{\@subfont\boldmath\unboldmath}%
-\@psfonts\@ixpt965%
-\@cmrset\ninrm\sixrm\fivrm%
-\def\ly{\fam\lyfam\ninly}\textfont\lyfam\ninly
- \scriptfont\lyfam\sixly \scriptscriptfont\lyfam\fivly
-\@setstrut \rm}
-\def\@ixpt{}
-\def\xpt{\textfont\z@\tenrm
- \scriptfont\z@\sevrm \scriptscriptfont\z@\fivrm
-\textfont\@ne\tenmi \scriptfont\@ne\sevmi \scriptscriptfont\@ne\fivmi
-\textfont\tw@\tensy \scriptfont\tw@\sevsy \scriptscriptfont\tw@\fivsy
-\textfont\thr@@\tenex \scriptfont\thr@@\tenex \scriptscriptfont\thr@@\tenex
-\def\unboldmath{\everymath{}\everydisplay{}\@nomath\unboldmath
- \textfont\@ne\tenmi
- \textfont\tw@\tensy \textfont\lyfam\tenly
- \@boldfalse}\@boldfalse
-\def\boldmath{\@ifundefined{tenmib}{\global\font\tenmib\@mbi
- \global\font\tensyb\@mbsy
- \global\font\tenlyb\@lasyb\relax\@addfontinfo\@xpt
- {\def\boldmath{\everymath{\mit}\everydisplay{\mit}\@prtct\@nomathbold
- \textfont\@ne\tenmib \textfont\tw@\tensyb
- \textfont\lyfam\tenlyb \@prtct\@boldtrue}}}{}\@xpt\boldmath}%
-\@psfonts\@xpt{10}75%
-\@cmrset\tenrm\sevrm\fivrm%
-\def\ly{\fam\lyfam\tenly}\textfont\lyfam\tenly
- \scriptfont\lyfam\sevly \scriptscriptfont\lyfam\fivly
-\@setstrut \rm}
-\def\@xpt{}
-\def\xipt{\textfont\z@\elvrm
- \scriptfont\z@\egtrm \scriptscriptfont\z@\sixrm
-\textfont\@ne\elvmi \scriptfont\@ne\egtmi \scriptscriptfont\@ne\sixmi
-\textfont\tw@\elvsy \scriptfont\tw@\egtsy \scriptscriptfont\tw@\sixsy
-\textfont\thr@@\tenex \scriptfont\thr@@\tenex \scriptscriptfont\thr@@\tenex
-\def\unboldmath{\everymath{}\everydisplay{}\@nomath\unboldmath
- \textfont\@ne\elvmi \textfont\tw@\elvsy
- \textfont\lyfam\elvly \@boldfalse}\@boldfalse
-\def\boldmath{\@ifundefined{elvmib}{\global\font\elvmib\@mbi\@halfmag
- \global\font\elvsyb\@mbsy\@halfmag
- \global\font\elvlyb\@lasyb\@halfmag\relax\@addfontinfo\@xipt
- {\def\boldmath{\everymath{\mit}\everydisplay{\mit}\@prtct\@nomathbold
- \textfont\@ne\elvmib \textfont\tw@\elvsyb
- \textfont\lyfam\elvlyb\@prtct\@boldtrue}}}{}\@xipt\boldmath}%
-\@psfonts\@xipt{11}86%
-\@cmrset\elvrm\egtrm\sixrm%
-\def\ly{\fam\lyfam\elvly}\textfont\lyfam\elvly
- \scriptfont\lyfam\egtly \scriptscriptfont\lyfam\sixly
-\@setstrut \rm}
-\def\@xipt{}
-\def\xiipt{\textfont\z@\twlrm
- \scriptfont\z@\egtrm \scriptscriptfont\z@\sixrm
-\textfont\@ne\twlmi \scriptfont\@ne\egtmi \scriptscriptfont\@ne\sixmi
-\textfont\tw@\twlsy \scriptfont\tw@\egtsy \scriptscriptfont\tw@\sixsy
-\textfont\thr@@\tenex \scriptfont\thr@@\tenex \scriptscriptfont\thr@@\tenex
-\def\unboldmath{\everymath{}\everydisplay{}\@nomath\unboldmath
- \textfont\@ne\twlmi
- \textfont\tw@\twlsy \textfont\lyfam\twlly
- \@boldfalse}\@boldfalse
-\def\boldmath{\@ifundefined{twlmib}{\global\font\twlmib\@mbi\@magscale1\global
- \font\twlsyb\@mbsy \@magscale1\global\font
- \twllyb\@lasyb\@magscale1\relax\@addfontinfo\@xiipt
- {\def\boldmath{\everymath
- {\mit}\everydisplay{\mit}\@prtct\@nomathbold
- \textfont\@ne\twlmib \textfont\tw@\twlsyb
- \textfont\lyfam\twllyb\@prtct\@boldtrue}}}{}\@xiipt\boldmath}%
-\@psfonts\@xiipt{12}86%
-\@cmrset\twlrm\egtrm\sixrm%
-\def\ly{\fam\lyfam\twlly}\textfont\lyfam\twlly
- \scriptfont\lyfam\egtly \scriptscriptfont\lyfam\sixly
- \@setstrut \rm}
-\def\@xiipt{}
-\def\xivpt{\textfont\z@\frtnrm
- \scriptfont\z@\tenrm \scriptscriptfont\z@\sevrm
-\textfont\@ne\frtnmi \scriptfont\@ne\tenmi \scriptscriptfont\@ne\sevmi
-\textfont\tw@\frtnsy \scriptfont\tw@\tensy \scriptscriptfont\tw@\sevsy
-\textfont\thr@@\tenex \scriptfont\thr@@\tenex \scriptscriptfont\thr@@\tenex
-\def\unboldmath{\everymath{}\everydisplay{}\@nomath\unboldmath
- \textfont\@ne\frtnmi \textfont\tw@\frtnsy
- \textfont\lyfam\frtnly \@boldfalse}\@boldfalse
-\def\boldmath{\@ifundefined{frtnmib}{\global\font
- \frtnmib\@mbi\@magscale2\global\font\frtnsyb\@mbsy\@magscale2
- \global\font\frtnlyb\@lasyb\@magscale2\relax\@addfontinfo\@xivpt
- {\def\boldmath{\everymath
- {\mit}\everydisplay{\mit}\@prtct\@nomathbold
- \textfont\@ne\frtnmib \textfont\tw@\frtnsyb
- \textfont\lyfam\frtnlyb\@prtct\@boldtrue}}}{}\@xivpt\boldmath}%
-\@psfonts\@xivpt{14}{10}7%
-\@cmrset\frtnrm\tenrm\sevrm%
-\def\ly{\fam\lyfam\frtnly}\textfont\lyfam\frtnly
- \scriptfont\lyfam\tenly \scriptscriptfont\lyfam\sevly
-\@setstrut \rm}
-\def\@xivpt{}
-\def\xviipt{\textfont\z@\svtnrm
- \scriptfont\z@\twlrm \scriptscriptfont\z@\tenrm
-\textfont\@ne\svtnmi \scriptfont\@ne\twlmi \scriptscriptfont\@ne\tenmi
-\textfont\tw@\svtnsy \scriptfont\tw@\twlsy \scriptscriptfont\tw@\tensy
-\textfont\thr@@\tenex \scriptfont\thr@@\tenex \scriptscriptfont\thr@@\tenex
-\def\unboldmath{\everymath{}\everydisplay{}\@nomath\unboldmath
- \textfont\@ne\svtnmi \textfont\tw@\svtnsy \textfont\lyfam\svtnly
- \@boldfalse}\@boldfalse
-\def\boldmath{\@subfont\boldmath\unboldmath}%
-\@psfonts\@xviipt{17}{12}{10}%
-\@cmrset\svtnrm\twlrm\tenrm%
-\def\ly{\fam\lyfam\svtnly}\textfont\lyfam\svtnly
- \scriptfont\lyfam\twlly \scriptscriptfont\lyfam\tenly
-\@setstrut \rm}
-\def\@xviipt{}
-\def\xxpt{\textfont\z@\twtyrm
- \scriptfont\z@\frtnrm \scriptscriptfont\z@\twlrm
-\textfont\@ne\twtymi \scriptfont\@ne\frtnmi \scriptscriptfont\@ne\twlmi
-\textfont\tw@\twtysy \scriptfont\tw@\frtnsy \scriptscriptfont\tw@\twlsy
-\textfont\thr@@\tenex \scriptfont\thr@@\tenex \scriptscriptfont\thr@@\tenex
-\def\unboldmath{\everymath{}\everydisplay{}\@nomath\unboldmath
- \textfont\@ne\twtymi \textfont\tw@\twtysy \textfont\lyfam\twtyly
- \@boldfalse}\@boldfalse
-\def\boldmath{\@subfont\boldmath\unboldmath}%
-\@psfonts\@xxpt{20}{14}{12}%
-\@cmrset\twtyrm\frtnrm\twlrm%
-\def\ly{\fam\lyfam\twtyly}\textfont\lyfam\twtyly
- \scriptfont\lyfam\frtnly \scriptscriptfont\lyfam\twlly
-\@setstrut \rm}
-\def\@xxpt{}
-\def\xxvpt{\textfont\z@\twfvrm
- \scriptfont\z@\twtyrm \scriptscriptfont\z@\svtnrm
-\textfont\@ne\twtymi \scriptfont\@ne\twtymi \scriptscriptfont\@ne\svtnmi
-\textfont\tw@\twtysy \scriptfont\tw@\twtysy \scriptscriptfont\tw@\svtnsy
-\textfont\thr@@\tenex \scriptfont\thr@@\tenex \scriptscriptfont\thr@@\tenex
-\def\unboldmath{\everymath{}\everydisplay{}\@nomath\unboldmath
- \textfont\@ne\twtymi \textfont\tw@\twtysy \textfont\lyfam\twtyly
- \@boldfalse}\@boldfalse
-\def\boldmath{\@subfont\boldmath\unboldmath}%
-\@psfonts\@xxvpt{25}{20}{17}%
-\@cmrset\twfvrm\twtyrm\svtnrm%
-\def\ly{\fam\lyfam\twtyly}\textfont\lyfam\twtyly
- \scriptfont\lyfam\twtyly \scriptscriptfont\lyfam\svtnly
-\@setstrut \rm}
-\def\@xxvpt{}
-%
-% Fix accents for PostScript fonts (but break them for non-PostScript
-% fonts.) -tgr, 6 April 91.
-%
-\def\H#1{{\accent"CD #1}}\def\.#1{{\accent"C7 #1}}
-\def\dot{\mathaccent"70C7 }
-\newdimen\aadimen
-\def\AA{\leavevmode\setbox0\hbox{h}\aadimen\ht0
- \advance\aadimen-1ex\setbox0\hbox{A}\rlap{\raise.67\aadimen
- \hbox to \wd0{\hss\char'27\hss}}A}
-\def\pounds{\char163}
diff --git a/Build/source/texk/dvipsk/contrib/latex209/psgreek.sty b/Build/source/texk/dvipsk/contrib/latex209/psgreek.sty
deleted file mode 100644
index 396976c8dfd..00000000000
--- a/Build/source/texk/dvipsk/contrib/latex209/psgreek.sty
+++ /dev/null
@@ -1,38 +0,0 @@
-%--------------------------------------------------------------
-%---------- greek.sty ---------------------
-%---------- 4/19/90 S. Janowsky -----------
-%
-% Include as a style option after times, palatino, or whatever.
-%
-\def\@mathgreekmap#1{\@cmrscale=\@cmrfam \multiply\@cmrscale by 256
-\advance\@cmrscale by \the#1 \mathchardef#1=\@cmrscale\relax}
-\@mathgreekmap{\Gamma}
-\@mathgreekmap{\Delta}
-\@mathgreekmap{\Theta}
-\@mathgreekmap{\Lambda}
-\@mathgreekmap{\Xi}
-\@mathgreekmap{\Pi}
-\@mathgreekmap{\Sigma}
-\@mathgreekmap{\Upsilon}
-\@mathgreekmap{\Phi}
-\@mathgreekmap{\Psi}
-\@mathgreekmap{\Omega}
-%
-\def\@mathaccdefmap#1#2{\@cmrscale=\@cmrfam \multiply\@cmrscale by 256
-\advance\@cmrscale by #2 \edef#1{\mathaccent\the\@cmrscale}\relax}
-%
-\@mathaccdefmap{\acute}{"0013 }
-\@mathaccdefmap{\grave}{"0012 }
-\@mathaccdefmap{\ddot}{"007F }
-\@mathaccdefmap{\tilde}{"007E }
-\@mathaccdefmap{\bar}{"0016 }
-\@mathaccdefmap{\breve}{"0015 }
-\@mathaccdefmap{\check}{"0014 }
-\@mathaccdefmap{\hat}{"005E }
-%\@mathaccdefmap{\vec}{"017E } % Not type 00
-\@mathaccdefmap{\dot}{"005F }
-%\@mathaccdefmap{\widetilde}{"0365 } % Not type 00
-%\@mathaccdefmap{\widehat}{"0362 } % Not type 00
-%
-%----------------------------------------------------
-
diff --git a/Build/source/texk/dvipsk/contrib/latex209/rotate.sty b/Build/source/texk/dvipsk/contrib/latex209/rotate.sty
deleted file mode 100644
index 0660e117352..00000000000
--- a/Build/source/texk/dvipsk/contrib/latex209/rotate.sty
+++ /dev/null
@@ -1,53 +0,0 @@
-%
-% These macros allow you to rotate or flip a \TeX\ box. Very useful for
-% sideways tables or upsidedown answers.
-%
-% To use, create a box containing the information you want to rotate.
-% (An hbox or vbox will do.) Now call \@rotr\boxnum to rotate the
-% material and create a new box with the appropriate (flipped) dimensions.
-% \@rotr rotates right, \@rotl rotates left, \@rotu turns upside down, and
-% \@rotf flips. These boxes may contain other rotated boxes.
-%
-\newdimen\@rotdimen
-\newbox\@rotbox
-
-\def\@vspec#1{\special{ps:#1}}% passes #1 verbatim to the output
-\def\@rotstart#1{\@vspec{gsave currentpoint currentpoint translate
- #1 neg exch neg exch translate}}% #1 can be any origin-fixing transformation
-\def\@rotfinish{\@vspec{currentpoint grestore moveto}}% gets back in synch
-%
-% First, the rotation right. The reference point of the rotated box
-% is the lower right corner of the original box.
-%
-\def\@rotr#1{\@rotdimen=\ht#1\advance\@rotdimen by\dp#1%
- \hbox to\@rotdimen{\hskip\ht#1\vbox to\wd#1{\@rotstart{90 rotate}%
- \box#1\vss}\hss}\@rotfinish}
-%
-% Next, the rotation left. The reference point of the rotated box
-% is the upper left corner of the original box.
-%
-\def\@rotl#1{\@rotdimen=\ht#1\advance\@rotdimen by\dp#1%
- \hbox to\@rotdimen{\vbox to\wd#1{\vskip\wd#1\@rotstart{270 rotate}%
- \box#1\vss}\hss}\@rotfinish}%
-%
-% Upside down is simple. The reference point of the rotated box
-% is the upper right corner of the original box. (The box's height
-% should be the current font's xheight, \fontdimen5\font,
-% if you want that xheight to be at the baseline after rotation.)
-%
-\def\@rotu#1{\@rotdimen=\ht#1\advance\@rotdimen by\dp#1%
- \hbox to\wd#1{\hskip\wd#1\vbox to\@rotdimen{\vskip\@rotdimen
- \@rotstart{-1 dup scale}\box#1\vss}\hss}\@rotfinish}%
-%
-% And flipped end for end is pretty ysae too. We retain the baseline.
-%
-\def\@rotf#1{\hbox to\wd#1{\hskip\wd#1\@rotstart{-1 1 scale}%
- \box#1\hss}\@rotfinish}%
-%
-% Now the user interface for LaTeX: \rotate[type]{text} where
-% ``type'' is `l' for left, `r' for right, `u' for upside-down, or
-% `f' for flip. `l' is the default.
-%
-\def\rotate{\@ifnextchar[{\@rotate}{\@rotate[l]}}
-\def\@rotate[#1]#2{\setbox\@rotbox=\hbox{#2}\@nameuse{@rot#1}\@rotbox}
-
diff --git a/Build/source/texk/dvipsk/contrib/latex209/times.sty b/Build/source/texk/dvipsk/contrib/latex209/times.sty
deleted file mode 100644
index 3e384c8fee8..00000000000
--- a/Build/source/texk/dvipsk/contrib/latex209/times.sty
+++ /dev/null
@@ -1,11 +0,0 @@
-% latex style with times roman text but cm math italic.
-
-\def\@mrm{ptmr}% times - roman
-\def\@mit{ptmri}% times - italic
-\def\@msl{ptmro}% times - oblique
-\def\@mbf{ptmb}% times - bold
-\def\@mcsc{ptmrc}% times - roman - small caps
-\def\@mtt{pcrr}% courier
-\def\@mss{phvr}% helvetica
-
-\input psfonts.sty