
Search found 20 matches
- Fri Jan 21, 2011 12:50 pm
- Forum: Graphics, Figures & Tables
- Topic: Adjusting horizontal table spacing
- Replies: 3
- Views: 2615
Re: Adjusting horizontal table spacing
Great, thanks! 

- Fri Jan 21, 2011 10:42 am
- Forum: Graphics, Figures & Tables
- Topic: Adjusting horizontal table spacing
- Replies: 3
- Views: 2615
Adjusting horizontal table spacing
I'd like to adjust the space LaTeX puts between the content of cells in a tabular environment. Basically I need to squeeze a table just a tiny little bit. Specifying a smaller columnwidth with p{} doesn't work as it causes cell content to wrap. It sounds like there should simply be some parameter to ...
- Thu Mar 11, 2010 11:40 am
- Forum: Graphics, Figures & Tables
- Topic: table + picture = misalignment?
- Replies: 4
- Views: 2909
Re: table + picture = misalignment?
Great, that works! Regardless of center or display math! 
Thanks, Henning

Thanks, Henning
- Thu Mar 11, 2010 11:14 am
- Forum: Graphics, Figures & Tables
- Topic: table + picture = misalignment?
- Replies: 4
- Views: 2909
Re: table + picture = misalignment?
That was just a quick way for centering. The same thing (slightly worse even) happens with a center environment though. I've also tried sticking them into array cells, same result.
- Thu Mar 11, 2010 9:28 am
- Forum: Graphics, Figures & Tables
- Topic: table + picture = misalignment?
- Replies: 4
- Views: 2909
table + picture = misalignment?
I've been trying to stick a table and a picture next to each other:
\newcommand{\domwedge}{\pswedge[fillstyle=solid,fillcolor=lightgray,linestyle=none]{20}{-26.565}{116.565}}
\newcommand{\domedge}{\pswedge[linestyle=dashed]{20}{-26.565}{116.565}}
\newcommand{\skyline}[1]{\rmultiput{\domwedge}#1 ...
\newcommand{\domwedge}{\pswedge[fillstyle=solid,fillcolor=lightgray,linestyle=none]{20}{-26.565}{116.565}}
\newcommand{\domedge}{\pswedge[linestyle=dashed]{20}{-26.565}{116.565}}
\newcommand{\skyline}[1]{\rmultiput{\domwedge}#1 ...
- Mon Oct 12, 2009 3:33 am
- Forum: Graphics, Figures & Tables
- Topic: multi-element framebox in array
- Replies: 2
- Views: 4126
multi-element framebox in array
Thanks, that's close but it doesn't look quite right - basically I want elements to appear as "grouped together". Consider e.g. the following code:
\documentclass{article}
\usepackage{hhline}
\begin{document}
\newcommand{\lone}{\multicolumn{1}{|c}{1}}
\newcommand{\rone}{\multicolumn{1}{c|}{1 ...
\documentclass{article}
\usepackage{hhline}
\begin{document}
\newcommand{\lone}{\multicolumn{1}{|c}{1}}
\newcommand{\rone}{\multicolumn{1}{c|}{1 ...
- Fri Oct 09, 2009 3:23 am
- Forum: Graphics, Figures & Tables
- Topic: multi-element framebox in array
- Replies: 2
- Views: 4126
multi-element framebox in array
My problem is the following: I have an array, and want to put frame boxes around elements. For a single element that's simple, e.g.
\begin{array}{ccc}
0 & \fbox{1} & 1 \\
1 & 0 & 0
\end{array}
But how can you do this for multiple elements? E.g. put a box around the two adjacent '1's?
Thanks ...
\begin{array}{ccc}
0 & \fbox{1} & 1 \\
1 & 0 & 0
\end{array}
But how can you do this for multiple elements? E.g. put a box around the two adjacent '1's?
Thanks ...
- Thu Jun 11, 2009 9:39 am
- Forum: Document Classes
- Topic: proofs with IEEEtrans document class
- Replies: 4
- Views: 6151
Re: proofs with IEEEtrans document class
Only details how the \qed command can be redefined. I guess \qedhere simply isn't supported.
- Wed Jun 10, 2009 10:43 am
- Forum: Document Classes
- Topic: proofs with IEEEtrans document class
- Replies: 4
- Views: 6151
Re: proofs with IEEEtrans document class
Good suggestion - should have thought of that myself.
Got the \qed thing to work. \qedhere seems more difficult, but I can live without it I guess. Thanks.
Got the \qed thing to work. \qedhere seems more difficult, but I can live without it I guess. Thanks.
- Wed Jun 10, 2009 2:15 am
- Forum: Document Classes
- Topic: proofs with IEEEtrans document class
- Replies: 4
- Views: 6151
proofs with IEEEtrans document class
I'm having trouble adjusting the \qed symbol when using the IEEEtrans document class. Neither \qedhere nor \renewcommand{\qedsymbol}{...} appears to do anything (it works fine with article class).
It seems that the IEEEtrans style is not using \qedsymbol at all (in fact it IS printing a different ...
It seems that the IEEEtrans style is not using \qedsymbol at all (in fact it IS printing a different ...