V10/vol2/ms/p2.ps

%!PS
%%Version: 3.1
%%DocumentFonts: (atend)
%%Pages: (atend)
%%EndComments
%
% Version 3.2 prologue for troff files.
%

/#copies 1 store
/aspectratio 1 def
/formsperpage 1 def
/landscape false def
/linewidth .3 def
/magnification 1 def
/margin 0 def
/orientation 0 def
/resolution 720 def
/xoffset 0 def
/yoffset 0 def

/roundpage true def
/useclippath true def
/pagebbox [0 0 612 792] def

/R  /Times-Roman def
/I  /Times-Italic def
/B  /Times-Bold def
/BI /Times-BoldItalic def
/H  /Helvetica def
/HI /Helvetica-Oblique def
/HB /Helvetica-Bold def
/HX /Helvetica-BoldOblique def
/CW /Courier def
/CO /Courier def
/CI /Courier-Oblique def
/CB /Courier-Bold def
/CX /Courier-BoldOblique def
/PA /Palatino-Roman def
/PI /Palatino-Italic def
/PB /Palatino-Bold def
/PX /Palatino-BoldItalic def
/Hr /Helvetica-Narrow def
/Hi /Helvetica-Narrow-Oblique def
/Hb /Helvetica-Narrow-Bold def
/Hx /Helvetica-Narrow-BoldOblique def
/KR /Bookman-Light def
/KI /Bookman-LightItalic def
/KB /Bookman-Demi def
/KX /Bookman-DemiItalic def
/AR /AvantGarde-Book def
/AI /AvantGarde-BookOblique def
/AB /AvantGarde-Demi def
/AX /AvantGarde-DemiOblique def
/NR /NewCenturySchlbk-Roman def
/NI /NewCenturySchlbk-Italic def
/NB /NewCenturySchlbk-Bold def
/NX /NewCenturySchlbk-BoldItalic def
/ZD /ZapfDingbats def
/ZI /ZapfChancery-MediumItalic def
/VR /Varitimes#Roman def
/VI /Varitimes#Italic def
/VB /Varitimes#Bold def
/VX /Varitimes#BoldItalic def
/S  /S def
/S1 /S1 def
/GR /Symbol def

/inch {72 mul} bind def
/min {2 copy gt {exch} if pop} bind def

/setup {
	counttomark 2 idiv {def} repeat pop

	landscape {/orientation 90 orientation add def} if
	/scaling 72 resolution div def
	linewidth setlinewidth
	1 setlinecap

	pagedimensions
	xcenter ycenter translate
	orientation neg rotate
	width 2 div neg height 2 div translate
	xoffset inch yoffset inch neg translate
	margin 2 div dup neg translate
	magnification dup aspectratio mul scale
	scaling scaling scale

	/Symbol /S Sdefs cf
	/Times-Roman /S1 S1defs cf
	0 0 moveto
} def

/pagedimensions {
	useclippath userdict /gotpagebbox known not and {
		/pagebbox [clippath pathbbox newpath] def
		roundpage currentdict /roundpagebbox known and {roundpagebbox} if
	} if
	pagebbox aload pop
	4 -1 roll exch 4 1 roll 4 copy
	landscape {4 2 roll} if
	sub /width exch def
	sub /height exch def
	add 2 div /xcenter exch def
	add 2 div /ycenter exch def
	userdict /gotpagebbox true put
} def

/pagesetup {
	/page exch def
	currentdict /pagedict known currentdict page known and {
		page load pagedict exch get cvx exec
	} if
} def

/decodingdefs [
	{counttomark 2 idiv {y moveto show} repeat}
	{neg /y exch def counttomark 2 idiv {y moveto show} repeat}
	{neg moveto {2 index stringwidth pop sub exch div 0 32 4 -1 roll widthshow} repeat}
	{neg moveto {spacewidth sub 0.0 32 4 -1 roll widthshow} repeat}
	{counttomark 2 idiv {y moveto show} repeat}
	{neg setfunnytext}
] def

/setdecoding {/t decodingdefs 3 -1 roll get bind def} bind def

/w {neg moveto show} bind def
/m {neg dup /y exch def moveto} bind def
/done {/lastpage where {pop lastpage} if} def

/f {
	dup /font exch def findfont exch
	dup /ptsize exch def scaling div dup /size exch def scalefont setfont
	linewidth ptsize mul scaling 10 mul div setlinewidth
	/spacewidth ( ) stringwidth pop def
} bind def

/changefont {
	/fontheight exch def
	/fontslant exch def
	currentfont [
		1 0
		fontheight ptsize div fontslant sin mul fontslant cos div
		fontheight ptsize div
		0 0
	] makefont setfont
} bind def

/sf {f} bind def

/cf {
	dup length 2 idiv
	/entries exch def
	/chtab exch def
	/newfont exch def

	findfont dup length 1 add dict
	/newdict exch def
	{1 index /FID ne {newdict 3 1 roll put} {pop pop} ifelse} forall

	newdict /Metrics entries dict put
	newdict /Metrics get
	begin
		chtab aload pop
		1 1 entries {pop def} for
		newfont newdict definefont pop
	end
} bind def

%
% A few arrays used to adjust reference points and character widths in some
% of the printer resident fonts. If square roots are too high try changing
% the lines describing /radical and /radicalex to,
%
%	/radical	[0 -75 550 0]
%	/radicalex	[-50 -75 500 0]
%

/Sdefs [
	/bracketlefttp		[201 500]
	/bracketleftbt		[201 500]
	/bracketrighttp		[-81 380]
	/bracketrightbt		[-83 380]
	/bracketrightex		[220 -125 500 0]
	/radical		[0 0 550 0]
	/radicalex		[-50 0 500 0]
	/parenleftex		[-20 -170 0 0]
	/integral		[100 -50 500 0]
	/infinity		[10 -75 730 0]
] def

/S1defs [
	/underscore		[0 80 500 0]
	/endash			[7 90 650 0]
] def
%
% Tries to round clipping path dimensions, as stored in array pagebbox, so they
% match one of the known sizes in the papersizes array. Lower left coordinates
% are always set to 0.
%

/roundpagebbox {
    7 dict begin
	/papersizes [8.5 inch 11 inch 14 inch 17 inch] def

	/mappapersize {
		/val exch def
		/slop .5 inch def
		/diff slop def
		/j 0 def
		0 1 papersizes length 1 sub {
			/i exch def
			papersizes i get val sub abs
			dup diff le {/diff exch def /j i def} {pop} ifelse
		} for
		diff slop lt {papersizes j get} {val} ifelse
	} def

	pagebbox 0 0 put
	pagebbox 1 0 put
	pagebbox dup 2 get mappapersize 2 exch put
	pagebbox dup 3 get mappapersize 3 exch put
    end
} bind def

%%EndProlog
%%BeginSetup
mark
/resolution 720 def
setup
2 setdecoding
%%EndSetup
%%Page: 2 1
/saveobj save def
mark
1 pagesetup
10 HB f
( 11271-890702-01TM)1 2969(Initial Distribution Specifications)2 1569 2 180 264 t
10 HI f
(\(page ii of ii\))3 561 1 4751 264 t
24 S1 f
(_____________________________________________)180 384 w
10 HB f
( Sheet Only)2 562( Cover)1 2245(Complete Copy)1 739 3 1065 504 t
10 H f
(Executive Director 112)2 1019 1 324 660 t
(Directors 112)1 601 1 324 780 t
(Department Heads 1127, 1125)3 1389 1 324 900 t
(J. W. Herndon)2 651 1 324 1020 t
(G. R. Emlin)2 522 1 324 1140 t
(A. A. Penzias)2 613 1 3060 660 t
(1125, 1127 MTS)2 753 1 3060 780 t
(R. B. Ardis)2 489 1 3060 900 t
(G. O. Blin)2 445 1 3060 1020 t
24 S1 f
(_____________________________________________)180 5640 w
10 HB f
(Future AT&T Distribution by ITDS)4 1615 1 180 5760 t
(RELEASE)540 5916 w
10 H f
(to any AT&T employee \(excluding contract employees\).)6 2495 1 1046 5916 t
24 S1 f
(_____________________________________________)180 6036 w
10 HB f
(Author Signatures)1 878 1 180 6156 t
10 S1 f
( ________________________________)1 1570( _)1 327(_ ________________________________)1 1620 3 180 6396 t
10 H f
( Y. Hardwired)2 617( X.)1 1155(J. Q. Pencilpusher)2 830 3 360 6516 t
24 S1 f
(_____________________________________________)180 6564 w
10 HB f
(Organizational Approval)1 1163 1 180 6684 t
10 H f
(\(Optional\))1409 6684 w
10 S1 f
(_ ________________________________)1 1620 1 180 6924 t
24 S1 f
(_____________________________________________)180 7044 w
10 HB f
(For Use by Recipient of Cover Sheet:)6 1795 1 180 7164 t
7 H f
(Computing network users may order copies via the)7 1599 1 203 7324 t
7 HI f
(library)1825 7324 w
7 S1 f
(\261)2037 7324 w
7 HI f
(k)2083 7324 w
7 H f
(command;)2141 7324 w
(for information, type)2 627 1 226 7404 t
7 HI f
(man library)1 348 1 876 7404 t
7 H f
(after the UNIX prompt.)3 713 1 1247 7404 t
(Otherwise:)203 7564 w
(Enter PAN if AT&T-BL \(or SS)5 930 1 226 7644 t
7 S1 f
(#)1156 7644 w
7 H f
(if non-AT&T-BL\).)1 530 1 1214 7644 t
7 S1 f
(_ ______________________________)1 1080 1 1767 7644 t
7 H f
(Return this sheet to any ITDS location.)6 1222 1 226 7724 t
(Internal Technical Document Service)3 1154 1 3060 7324 t
( \) NW-ITDS)2 368( \()1 345( \) DR 2F-19)3 375( \()1 321( \) IH 7M-103)3 399( \()1 344(\( \) AK 2H-28)3 399 7 3060 7484 t
( \) PR 5-2120)3 407( \()1 279( \) INH 1C-114)3 441( \()1 344( \) MV 1L-19)3 376( \()1 266(\( \) ALC 1B-102)3 477 7 3060 7564 t
( \) IW 2Z-156)3 400( \()1 286( \) WH 3E-204)3 434( \()1 274(\( \) CB 30-2011)3 469 5 3060 7644 t
( \) MT 3B-117)3 419( \()1 1021(\( \) HO 4F-112)3 442 3 3060 7724 t
cleartomark
showpage
saveobj restore
%%EndPage: 2 1
%%Trailer
done
%%Pages: 1