-- Tex.config
-- Mesa 6 version
-- Last changed by Doug Wyatt, September 23, 1980  4:12 PM

Tex: CONFIGURATION
IMPORTS DirectoryDefs,DisplayDefs,FontDefs,
	FrameDefs,ImageDefs,InlineDefs,MiscDefs,SegmentDefs,
	StreamDefs,StringDefs,SystemDefs,TimeDefs
CONTROL TexControl =
BEGIN
XDisplay;
TexAlign;
TexDebug;
TexError;
TexFile;
TexFont;
TexGlue;
TexIO;
TexMain;
TexVMode;
TexHMode;
TexMMode;
TexMathA;
TexMathB;
TexMem;
TexNoad;
TexNode;
TexPack;
TexPage;
TexString;
TexToken;
TexJustify; -- a configuration
TexOutput; -- a configuration
TexSyn; -- a configuration
TexTable; -- a configuration
TexControl;
END.