marketwizard
18-02-2007, 16:05
hallo
ich brauche unbedingt hilfe! ich schreibe meine diss in latex und komme mit den tabellen einfach nicht weiter. ich will die zellengrössen bestimmen und dass innerhalb der zellen die zahlen gemäss dem punkt ausgerichtet werden und ausserdem zentriert sind. meine präfix lautet:
\documentclass[11pt,a4paper,twoside,openright]{book}
\usepackage[T1]{fontenc}
\usepackage{lscape}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Table Settings
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{rccol}
\usepackage{fltpoint}
\usepackage{dcolumn}
\newenvironment{mytabx}[2]{%
\footnotesize
\renewcommand{\arraystretch}{1.2}
\tabularx{#1}{#2}
}{%
\endtabularx
\normalsize
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Caption Settings
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{caption2}
\renewcommand{\captionlabelfont}{\bfseries}
\renewcommand{\captionfont}{\bfseries}
\onelinecaptionstrue
und dann der code im text:
\begin{table}[h!]
\caption[Correlation between slope measures and liquidity
measures]{Correlation between slope measures and liquidity
measures}\footnotesize{\rm{The table reports Pearson's correlations
of the results of 23 assets for slopes with several liquidity and
trading activity measures. The first estimation is based on the
entire limit order book, while the latter two are based on a
truncated book bounded to 15 respectively 10 ticks away from mid
price. Estimations take place on a daily basis which involves 252
observations.}}\label{table: slope correlation}
\begin{center}
\begin{mytabx}{\linewidth}{p{3.4cm}ccc}
\hline
& & & \\
& Slope (Full order book) & Slope ($\pm$15 ticks) & Slope ($\pm$ 10 ticks) \\
\hline
Number of Trades & -0.356 & -0.224 & -0.187 \\
Trading Volume & 0.060 & 0.305 & 0.348 \\
Market Capitalization & 0.381 & 0.555 & 0.579 \\
Spread & -0.358 & -0.464 & -0.471 \\
& & & \\
Slope (Full order book) & 1.000 & 0.871 & 0.782 \\
Slope (+/- 15 ticks) & 0.871 & 1.000 & 0.935 \\
Slope (+/- 10 ticks) & 0.782 & 0.935 & 1.000 \\
\hline
\end{mytabx}
\end{center}
\end{table}
Dieser code funktioniert. aber sobald ich etwas in der zeile
\begin{mytabx}{\linewidth}{p{3.4cm}ccc}
ändere, zb R31 oder R[.][.]{1}{3} oder D[.][.]{1}{3} setze läuft gar nichts mehr. auch wenn ich die zellen in der spalte 2, 3 und höher ansprechen will, zb. mit m{2.4cm} geht gar nichts. was ist hier falsch?
ich muss sagen, bin schon recht mit den nerven am ende! latex treibt mich noch in den wahn. jedesmal, wenn man etwas formatieren will, dauert das tage. ok, wenns mal klappt, sieht es besser aus als in einem anderen tool, aber der aufwand ist einfach zu gross...!
kann mir jemand helfen?
vielen dank!
ich brauche unbedingt hilfe! ich schreibe meine diss in latex und komme mit den tabellen einfach nicht weiter. ich will die zellengrössen bestimmen und dass innerhalb der zellen die zahlen gemäss dem punkt ausgerichtet werden und ausserdem zentriert sind. meine präfix lautet:
\documentclass[11pt,a4paper,twoside,openright]{book}
\usepackage[T1]{fontenc}
\usepackage{lscape}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Table Settings
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{rccol}
\usepackage{fltpoint}
\usepackage{dcolumn}
\newenvironment{mytabx}[2]{%
\footnotesize
\renewcommand{\arraystretch}{1.2}
\tabularx{#1}{#2}
}{%
\endtabularx
\normalsize
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Caption Settings
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{caption2}
\renewcommand{\captionlabelfont}{\bfseries}
\renewcommand{\captionfont}{\bfseries}
\onelinecaptionstrue
und dann der code im text:
\begin{table}[h!]
\caption[Correlation between slope measures and liquidity
measures]{Correlation between slope measures and liquidity
measures}\footnotesize{\rm{The table reports Pearson's correlations
of the results of 23 assets for slopes with several liquidity and
trading activity measures. The first estimation is based on the
entire limit order book, while the latter two are based on a
truncated book bounded to 15 respectively 10 ticks away from mid
price. Estimations take place on a daily basis which involves 252
observations.}}\label{table: slope correlation}
\begin{center}
\begin{mytabx}{\linewidth}{p{3.4cm}ccc}
\hline
& & & \\
& Slope (Full order book) & Slope ($\pm$15 ticks) & Slope ($\pm$ 10 ticks) \\
\hline
Number of Trades & -0.356 & -0.224 & -0.187 \\
Trading Volume & 0.060 & 0.305 & 0.348 \\
Market Capitalization & 0.381 & 0.555 & 0.579 \\
Spread & -0.358 & -0.464 & -0.471 \\
& & & \\
Slope (Full order book) & 1.000 & 0.871 & 0.782 \\
Slope (+/- 15 ticks) & 0.871 & 1.000 & 0.935 \\
Slope (+/- 10 ticks) & 0.782 & 0.935 & 1.000 \\
\hline
\end{mytabx}
\end{center}
\end{table}
Dieser code funktioniert. aber sobald ich etwas in der zeile
\begin{mytabx}{\linewidth}{p{3.4cm}ccc}
ändere, zb R31 oder R[.][.]{1}{3} oder D[.][.]{1}{3} setze läuft gar nichts mehr. auch wenn ich die zellen in der spalte 2, 3 und höher ansprechen will, zb. mit m{2.4cm} geht gar nichts. was ist hier falsch?
ich muss sagen, bin schon recht mit den nerven am ende! latex treibt mich noch in den wahn. jedesmal, wenn man etwas formatieren will, dauert das tage. ok, wenns mal klappt, sieht es besser aus als in einem anderen tool, aber der aufwand ist einfach zu gross...!
kann mir jemand helfen?
vielen dank!