PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : tabelle aligned auf komma-punkt



bipolar
22-10-2008, 16:57
hi leute!

ich schreib grad meine diplomarbeit fertig und hätte noch eine sache, die ich nicht fertig bringe:

ich habe eine tabelle, bei der in einer spalte die werte auf den komma-punkt zentriert sein sollten. funktioniert - allerdings ist jetzt auch das vorzeichen in der spalte zentriert - das heißt in der mitte ist das vorzeichen und daher scheinen die werte nach rechts verrückt... ich möchte aber die wert generell zentriert, aber aligned nach dem komma-punkt...

wäre super, wenn jemand eine lösung für mich wüsste...

\begin{table}[!tb]
\capstart
\centering
\fbox{
\begin{minipage}{0.91\textwidth}
\centering
\caption[Parameter-gradient correlation]{\textbf{Parameter-gradient correlation.} The table contains ...\label{tab.corr}
\begin{tabularx}{0.85\textwidth}{|Y|.|Y|}
\hline \textit{Subjects} & \multicolumn{1}{Y|}{Corr.-value (\textit{r})} & Significance\\\hline
A & -~.97~\textsuperscript{**} & \textcolor{rored}{\CheckmarkBold}\\
B & +~.84~\textsuperscript{**} & \textcolor{roblue}{\CheckmarkBold}\\
C & -~.20~\textsuperscript{*} & \textcolor{rored}{\CheckmarkBold}\\
D & -~.98~\textsuperscript{**} & \textcolor{rored}{\CheckmarkBold}\\
E & -~.81~\textsuperscript{**} & \textcolor{rored}{\CheckmarkBold}\\
F & -~.89~\textsuperscript{**} & \textcolor{rored}{\CheckmarkBold}\\
G & +~.76~\textsuperscript{**} & \textcolor{roblue}{\CheckmarkBold}\\
H & +~.14 & \textcolor{rogray}{\XSolidBrush}\\
I & +~.94~\textsuperscript{**} & \textcolor{roblue}{\CheckmarkBold}\\
J & -~.59~\textsuperscript{**} & \textcolor{rored}{\CheckmarkBold}\\
K & +~.91~\textsuperscript{**} & \textcolor{roblue}{\CheckmarkBold}\\
L & -~.70~\textsuperscript{**} & \textcolor{rored}{\CheckmarkBold}\\
M & +~.93~\textsuperscript{**} & \textcolor{roblue}{\CheckmarkBold}\\
N & -~.68~\textsuperscript{**} & \textcolor{rored}{\CheckmarkBold}\\
O & +~.75~\textsuperscript{**} & \textcolor{roblue}{\CheckmarkBold}\\
P & +~.87~\textsuperscript{**} & \textcolor{roblue}{\CheckmarkBold}\\
\hline
\end{tabularx}
\vspace{1.5em}
\end{minipage}}
\end{table}

glg,
bipolar

mechanicus
22-10-2008, 17:33
Hallo,

mache mal bitte ein vernünftiges Minimalbeispiel. Wo die Pakete wie hypcap tabularx usw. drin sind. Außerdem wäre deine Dokumentenklasse intersant. Dann was ist Y. tabularx definiert den Spaltentyp X. Ach noch was. Caption hat keine schließende Klammer bei dir.

Gruß
Marco

localghost
22-10-2008, 17:40
Ausrichtung an Dezimaltrennzeichen wird durch dcolumn (http://ctan.org/pkg/dcolumn) erreicht. Es gehört zu den Standarderweiterungen jeder LaTeX-Distribution. Die Anleitung beschreibt genau, was Du tun musst.


MfG
Thorsten¹