Is it possible to put visible frames or boxes around subsections? I've experimented with \framebox, \frame and \makebox, but can only get visible boxes around words or sentences.
What I'm after is seperating subsections with frames or boxes that span the document from left margin to ...
\begin{tabular}{llllll} \cline{1-6} % hor. line from column 1 to 6 (same as an \hline) column1a & column2a & column3a & column4a & column5a & column6a \\ \cline{1-1}\cline{3-5} % hor. lines: at column one and from column 3 to 5 column1b & column2b ...
I have to confess that tables in LaTeX are one thing that I wish were more straightforward. If you have any specific questions, feel free to ask.
There are a number of ways, and again, it's not as obvious as it probably should be. You can enter a length after \\ just like you were doing already ...
Both of those are brilliant. They're exactly what I was after.
I did look at the Wikibook for this, but I really didn't understand what was going on with those commands that set the table parameters. I'm still not too sure, but I can use the table you've done for ...