On Sun, 12 Jan 2014 15:58:08 -0800 Colin Kincaid Williams <[email protected]> wrote:
> I just wrote the list about my troubles creating a table with the > article document class. I was creating a table inside a paragraph in > the document class. For some reason this isn't allowed. Why would you want to do that? Why could you not hit Enter where you want to put the table, insert the table there, and let the rest of the former paragraph be its own paragraph. I know you can do that with (X)html, but it makes very little sense semantically: A table is something very different from a paragraph. > > What I'm trying to do is create a worksheet with a bunch of tables > inside of it. Why not just split the text of your worksheet to alternate with tables? If you're worried about spacing, you can redefine body text to have zero top or bottom separation, via a layout file. > > Can anybody give some advice on a class to use to create my > worksheet? If it were me, I'd use a layout file to create the proper Environments (paragraph styles) to accommodate your need. SteveT Steve Litt * http://www.troubleshooters.com/ Troubleshooting Training * Human Performance
