[7274] in Athena Bugs

home help back first fref pref prev next nref lref last post

vax 7.2R: scribe table of contents

daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Mon Mar 11 12:06:55 1991

From: drmorris@ATHENA.MIT.EDU
To: bugs@ATHENA.MIT.EDU
Date: Mon, 11 Mar 91 12:06:49 EST

System name:		copilot
Type and version:	CVAXSTAR 7.2R
Display type:		SM

What were you trying to do?
	Modify the table of contents to be double spaced.

What's wrong:
	@Modify(TcX, spacing 2, spread 1) does not work.

What should have happened:
	The environment TcX is the base environment for all table of
contents entries.  The table should be double spaced.

	The entries for each level of the table of contents are the Tc?
environments where '?' is oneof {0,1,2,3,4}.  The are defined as
follows:

@Define(Tc?=TcX,...)

This means that any redefinitons to TcX have no effect on Tc?.  This
should be done like the chapter headings are done:

@Define(Tc?, Use TcX,...)

I believe all uses of equals should be fixed in this way.  This is
problem in most of the *.mak files.

Please describe any relevant documentation references:
	Cygnet may want to fix this, if they haven't already, so they
can fix it in their release we're never going to get...

home help back first fref pref prev next nref lref last post