Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!mailrus!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!hplabs!hpfcso!hpldola!hp-lsd!jimr From: jimr@hp-lsd.COS.HP.COM (Jim Rogers) Newsgroups: comp.unix.questions Subject: Re: EQN and TBL Message-ID: <7370003@hp-lsd.COS.HP.COM> Date: 6 Dec 89 00:27:59 GMT References: <1891@onion.reading.ac.uk> Organization: HP Logic Systems Division - ColoSpgs, CO Lines: 29 To make eqn work inside tbl you must use test blocks. For instance, try the following example: .TS delim ($$) center; l l. 1 T{ $x=2 pi int sin ( omega t)dt$ T} 2 T{ $a+b over 2c = 1$ T} 3 T{ $A ~=~ left [ pile { a above b above c } ~~ pile { x above y above z } right ]$ .TE The second column on each line begins with "T{". This begins a text block in TBL. Every "T{" must be the last set of characters on a line. The text block ends with "T}". Every "T}" must be the first set of characters on a line. Text blocks are very useful. I have been known to put entire grap ouputs in a column using text blocks. Jim Rogers Hewlett Packard Logic Systems Division Colorado Springs, Colorado