my MWE is:
Code: Select all
\begin{center}
\captionof{table}{\bf CME GLOBEX Interest Rate Futures.}
\tiny
\begin{tabular}{|c|c|c|c|c|c|c|c|c|c|c|c|}
\hline
{\bf Name} & {\bf GLOBEX Ticker} & {\bf tickdata.com Ticker} & {\bf Bloomberg Ticker} & {\bf Daily Data Start Date} & {\bf Tick Size} & {\bf Tick Value (\$)} &{\bf Contract Size (\$)} &{\bf Value/Point} &{\bf Quoting Spec.} & {\bf Int. Margin (\$)} & {\bf ADV (lots)} \\
\hline \hline
3M EURO\$ & GE & ED & ED1 Comdty & 01/01/1950 & 0.005 & 12.5 & 1,000,000 & 2,500 & 3 & 1,013 & 2,002,314 \\
2Yr & ZT & TU & TU1 Comdty & 01/01/1950 & 0.0078125 & 15.625 & 200,000 & 2,000 & 128ths & 810 & 238,396 \\
5Yr & ZF & FV & FV1 Comdty & 01/01/1950 & 0.0078125 & 7.8125 & 100,000 & 1,000 & 128ths & 1,080 & 577,484 \\
10Yr & ZN & TY & TY1 Comdty & 01/01/1950 & 0.015625 & 15.625 & 100,000 & 1,000 & 64ths & 1,890 & 1,101,934 \\
30Yr & ZB & US & US1 Comdty & 01/01/1950 & 0.03125 & 31.25 & 100,000 & 1,000 & 64ths & 3,375 & 321,724 \\
\hline
\end{tabular}
\label{irDataTable}
%\vspace{0.1cm}
\end{center}
\normalsize
I have tried all the usual approaches (e.g. \parbox[c]{1.5cm}{tickdata.com Ticker}) but they all seem to skew the text off-center/ require to specify box size etc, which I am sure is incorrect.
What would a latex expert advise?
Thank you.