Bottom aligned column headers in tabularx
- From: phyrko <r.k.oxland@xxxxxxxxxxxxxx>
- Date: 31 May 2007 03:34:57 -0700
I have a tabularx table with one heading that has a line break so it
expands over two lines. The other headings are, by default, aligned to
the top of their own boxes. How can I make them align to the bottom?
Thanks
Richard
----
From preamble:
\newcommand{\tch}[1]{{\ensuremath{\mathrm{#1}}}}
\newcommand{\ingaas}{\tch{In_{0.53}Ga_{0.47}As}}
\newcommand{\expo}[2]{\ensuremath{\mathrm{#1x10^{#2}}}}
The table (excerpt):
\begin{tabularx}{1.0\textwidth}{Xp{5.5em}@{:}p{4.5em}rl}
\toprule
\bf Layer & \multicolumn{2}{p{10em}}{\centering{\bf Dopant
Concentration/cm$\sp{-3}$}} & \bf Thickness/\AA & \bf Type\\
\cmidrule(r){1-1}\cmidrule(lr){2-3}\cmidrule(lr){4-4}\cmidrule(l){5-5}
n-\ingaas{} & \raggedleft{\expo{3}{19}} & Si & 750 & Cap \\
\bottomrule
\end{tabularx}
.
- Follow-Ups:
- Re: Bottom aligned column headers in tabularx
- From: Lars Madsen
- Re: Bottom aligned column headers in tabularx
- Prev by Date: Re: overlapping math symbols
- Next by Date: Re: Bottom aligned column headers in tabularx
- Previous by thread: Single line of verbatim text--bug in fancyvrb?
- Next by thread: Re: Bottom aligned column headers in tabularx
- Index(es):
Relevant Pages
|