Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!unmvax!brainerd From: brainerd@unmvax.unm.edu (Walt Brainerd) Newsgroups: comp.text Subject: Re: {,n}eqn, tbl, {n,t}roff, and mm Summary: Problem fixed Keywords: eqn, neqn, tbl, nroff, troff, ptroff, mm Message-ID: <21@unmvax.unm.edu> Date: 26 Mar 89 04:56:16 GMT References: <2375@lll-lcc.UUCP> Distribution: usa Organization: University of New Mexico at Albuquerque Lines: 24 In article <2375@lll-lcc.UUCP>, scowles@lll-lcc.UUCP (Sid Cowles) writes: > i have a problem with the general pipe: {n,}eqn|tbl|{p,n,t}roff. > ... > the vertical bars indicated in the tbl format fail to come through The problem is not with mm macros and not with vertical bars. .EQ delim ## .EN .TS l l. xxxxxxxxxx\txxxxxxxxxx #dW over dt#\txxxxxxxxxx .TE The first problem is that tbl must be invoked first; the reason it produced real junk is that tbl uses number registers whose names contain the character "#" and so eqn thinks it begins an equation. Use "$" or "@" for the equation delimiter and all is well! Walt Brainerd, Unicomp, Inc., 505/275-0800. brainerd@unmvax.cs.unm.edu (UNM just lets me use the machine for mail.)