In context the following plain tex columnscript works all right:
%-------------------------- plain tex, Knuth p.232
$$\vbox{\settabs 3\columns
\+This is&a srange&example \cr
\+of displayed&three-column&format.\cr}$$
%-------------------------- /plain tex
In latex it doesn't work. Latex says that \settabs is undefined. Does anyone know why?