Search found 4 matches
- Sat Oct 17, 2009 5:24 pm
- Forum: Graphics, Figures & Tables
- Topic: Color declaration causes line break in tabularx
- Replies: 3
- Views: 4248
Re: Color declaration causes line break in tabularx
Thanks, that worked like a charm.
- Sat Oct 17, 2009 4:58 pm
- Forum: Graphics, Figures & Tables
- Topic: Color declaration causes line break in tabularx
- Replies: 3
- Views: 4248
Color declaration causes line break in tabularx
I'm using tabluarx and the following code:
\begin{tabularx}{\columnwidth}{|X|X|}
{\bf 23 September 2009 }&{\color{DarkGray}\bf OVERALL SCORE ACHIEVED}\hfill{\bf\color{DarkGray}85\%}
\end{tabularx}
causes a line break on the right hand cell. The left and cell (23 Septmeber 2009) is correct but ...
\begin{tabularx}{\columnwidth}{|X|X|}
{\bf 23 September 2009 }&{\color{DarkGray}\bf OVERALL SCORE ACHIEVED}\hfill{\bf\color{DarkGray}85\%}
\end{tabularx}
causes a line break on the right hand cell. The left and cell (23 Septmeber 2009) is correct but ...
- Wed Sep 30, 2009 1:51 pm
- Forum: Page Layout
- Topic: Align multicols on the bottom
- Replies: 2
- Views: 13481
Align multicols on the bottom
I managed to solve this:
Code: Select all
\begin{multicols}{2}
% text
\vfill
\columnbreak
\vspace*{\fill}
% text
\end{multicols}
- Wed Sep 30, 2009 12:26 pm
- Forum: Page Layout
- Topic: Align multicols on the bottom
- Replies: 2
- Views: 13481
Align multicols on the bottom
I have a multicols environment set up like
\begin{multicols}{2}
% some text
\columnbreak
% some more text
\end{multicols}
The text in the right hand column (after the columnbreak) is usually a bit shorter than that on the left and I would like it to be vertically aligned so the bottoms of both ...
\begin{multicols}{2}
% some text
\columnbreak
% some more text
\end{multicols}
The text in the right hand column (after the columnbreak) is usually a bit shorter than that on the left and I would like it to be vertically aligned so the bottoms of both ...