Search found 8 matches

by lloyd22
Sat Aug 07, 2010 3:27 am
Forum: Graphics, Figures & Tables
Topic: drawing boxes around sub-rectangles of a table
Replies: 3
Views: 8468

Re: drawing boxes around sub-rectangles of a table

That works great Juanjo, thanks very much!
by lloyd22
Tue Jul 20, 2010 7:34 pm
Forum: Graphics, Figures & Tables
Topic: drawing boxes around sub-rectangles of a table
Replies: 3
Views: 8468

drawing boxes around sub-rectangles of a table

Hi,

Any hints on how I might accomplish this? I would like to draw boxes around subsquares of a table. For instance, in a 10 by 10 table, whose cells I identify here by column/row pairs, I want to box the rectangle whose corners encompass cells (2,3) and (7,6), then add another smaller box around ...
by lloyd22
Thu Jul 08, 2010 3:06 am
Forum: Graphics, Figures & Tables
Topic: Brace spanning multiple rows of a table
Replies: 5
Views: 7863

Re: Brace spanning multiple rows of a table

D'oh! Thanks Stefan. And sorry about the events in South Africa today :-)
by lloyd22
Thu Jul 08, 2010 2:16 am
Forum: Graphics, Figures & Tables
Topic: Brace spanning multiple rows of a table
Replies: 5
Views: 7863

Re: Brace spanning multiple rows of a table

Well I added a specific width to the arguments of \ldelim instead of {*}, and that solved the size problem... but now the brace is appearing two rows lower than where I requested it. Could anyone fix this for me? Thanks! Lloyd

\documentclass{article}
\usepackage{amssymb}
\usepackage{amsmath ...
by lloyd22
Thu Jul 08, 2010 2:11 am
Forum: Graphics, Figures & Tables
Topic: Brace spanning multiple rows of a table
Replies: 5
Views: 7863

Re: Brace spanning multiple rows of a table

Thanks Stefan... but what am I doing wrong here? The brace appears on the 5th row, at a normal text size, instead of spanning the 1st to 5th row. Can anyone correct this?


\documentclass{article}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{array}
\usepackage{multirow}
\usepackage{bigdelim ...
by lloyd22
Wed Jul 07, 2010 11:47 pm
Forum: Graphics, Figures & Tables
Topic: Brace spanning multiple rows of a table
Replies: 5
Views: 7863

Brace spanning multiple rows of a table

Hi,

I would like to get a vertical brace to span more rows of a table than I get when I specify it as \Biggl. Here's my working example, sorry it's not very pretty code:

\documentclass{article}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{array}
\usepackage{multirow}
\begin{document ...
by lloyd22
Tue Jul 06, 2010 3:07 am
Forum: Graphics, Figures & Tables
Topic: Columns with different sized text
Replies: 2
Views: 1807

Re: Columns with different sized text

Thank you Thorsten, that does the trick nicely. It leads me to another related question, which I hope it's ok to post in this same thread:

What if I wanted to set the table up with different formatting for odd rows and even rows? The reason is that I want to entabulate some data, and include in the ...
by lloyd22
Mon Jul 05, 2010 2:42 am
Forum: Graphics, Figures & Tables
Topic: Columns with different sized text
Replies: 2
Views: 1807

Columns with different sized text

Quite new to LaTeX. What's the best way to set up a table with smaller font size in certain specified columns, so that once it's set up and I start typing in the entries for each row, I don't have to specify the changes in size for the entries in those columns? Thank you! Lloyd.