René Geppert
21-10-2008, 23:56
\documentclass[a4paper,english,12pt]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage{ctable}
\begin{document}
\ctable[
cap = Sample Selection,
caption = Sample Selection,
label = nowidth,
width = \textwidth
]{@{}>{\raggedright}p{4.9cm}>{\centering}X>{\centering}X>{\centering}Xc@{}}{
\tnote[a]{Footnotetext a}
\tnote[b]{Footnotetext b}
\tnote[c]{Footnotetext c}
}{\toprule
\bfseries Database & \multicolumn{2}{c}{\bfseries ABCDEFG} & \multicolumn{2}{c}{\bfseries ABCDEFGHIJ}\\
\cmidrule(lr){2-3} \cmidrule(l){4-5}
Original sample & & 1000 & & 1000 \\ \addlinespace[0.1cm] \toprule
& less & remaining & less & remaining \\
\cmidrule(lr){2-2} \cmidrule(lr){3-3} \cmidrule(lr){4-4} \cmidrule(l){5-5}
Companies already captured by ABCDEFG database\tmark[a]
& & & 327 & 87\\ \addlinespace
Companies without complete data for the desired period\tmark[b]
& 60 & 662 & 42 & 45\\ \addlinespace
Companies not found in KLMNO database\tmark[c]
& 22 & 640 & 5 & 40\\ \addlinespace
Other companies
& 42 & 598 & -- & 40 \\ \addlinespace
Non-blah companies
& 1 & 597 & 2 & 38 \\ \addlinespace \midrule
Final sample
& & & & 635 \\
\bottomrule
}
\end{document}
folgende probleme:
a) falls ich die letzte spalte auch auf >{\centering}X setze, bekomme ich zig fehlermeldungen, während es bei allen anderen spalten problemlos funktioniert
b) ABCDEFGHIJ ist auf aufgrund des \cmidrule(l) nicht "richtig" zentriert
c) ich bekomme warnmeldungen bzgl. caption, ist das ein problen von ctable?
jemand vorschläge? :D
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage{ctable}
\begin{document}
\ctable[
cap = Sample Selection,
caption = Sample Selection,
label = nowidth,
width = \textwidth
]{@{}>{\raggedright}p{4.9cm}>{\centering}X>{\centering}X>{\centering}Xc@{}}{
\tnote[a]{Footnotetext a}
\tnote[b]{Footnotetext b}
\tnote[c]{Footnotetext c}
}{\toprule
\bfseries Database & \multicolumn{2}{c}{\bfseries ABCDEFG} & \multicolumn{2}{c}{\bfseries ABCDEFGHIJ}\\
\cmidrule(lr){2-3} \cmidrule(l){4-5}
Original sample & & 1000 & & 1000 \\ \addlinespace[0.1cm] \toprule
& less & remaining & less & remaining \\
\cmidrule(lr){2-2} \cmidrule(lr){3-3} \cmidrule(lr){4-4} \cmidrule(l){5-5}
Companies already captured by ABCDEFG database\tmark[a]
& & & 327 & 87\\ \addlinespace
Companies without complete data for the desired period\tmark[b]
& 60 & 662 & 42 & 45\\ \addlinespace
Companies not found in KLMNO database\tmark[c]
& 22 & 640 & 5 & 40\\ \addlinespace
Other companies
& 42 & 598 & -- & 40 \\ \addlinespace
Non-blah companies
& 1 & 597 & 2 & 38 \\ \addlinespace \midrule
Final sample
& & & & 635 \\
\bottomrule
}
\end{document}
folgende probleme:
a) falls ich die letzte spalte auch auf >{\centering}X setze, bekomme ich zig fehlermeldungen, während es bei allen anderen spalten problemlos funktioniert
b) ABCDEFGHIJ ist auf aufgrund des \cmidrule(l) nicht "richtig" zentriert
c) ich bekomme warnmeldungen bzgl. caption, ist das ein problen von ctable?
jemand vorschläge? :D