Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!samsung!sdd.hp.com!zaphod.mps.ohio-state.edu!brutus.cs.uiuc.edu!ux1.cso.uiuc.edu!ux1.cso.uiuc.edu!aglew From: aglew@dwarfs.crhc.uiuc.edu (Andy Glew) Newsgroups: comp.text.tex Subject: Making \\ into a terminator instead of a separator Message-ID: Date: 13 Aug 90 04:25:34 GMT Sender: usenet@ux1.cso.uiuc.edu (News) Distribution: comp Organization: University of Illinois, Computer Systems Group Lines: 27 In LaTeX, is there any way to make \\ (as used in the tabular environment, and friends) into a terminator rather than a separator? Ie. instead of \cltabbox{ % a macro for a self sizing parbox foo \\ bar % nb. no \\ permitted } I want \cltabbox{ % a macro for a self sizing parbox foo \\ bar \\ % \\ permitted } Because I find the terminator style easier to deal with, eg. adding/deleting lines, than the seapartor, for the same reason C ; is a terminator, as opposed to Pascal's separator ;. (NB. I do not want to get into an argument about the benefits of terminators vs. separators; I just want to know how to make \\ into a terminator) -- Andy Glew, a-glew@uiuc.edu [get ph nameserver from uxc.cso.uiuc.edu:net/qi]