Graphics, Figures & Tablescaption not working with tabulary

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
chemrahul82
Posts: 1
Joined: Fri Dec 03, 2010 9:38 pm

caption not working with tabulary

Post by chemrahul82 »

Hi,
I am using tabulary package for creating a table. But, it is not showing the caption at the top. I am using the following commands.

Code: Select all

\begin{table*}[t]
\caption{$\alpha$-helical content for different sequences studied in this work}
\centering
{\tiny
\begin{tabulary}{17.8cm}{|c|c|c|c|c|c|c|c|c|c|c|}
\hline
{bZIP}&{bR}&{LZ}&{DBM}&{DBM-C}
&{DBM$+$Nseg}&{DBM$+$Cseg}&{bR-bZIP}&{LZ-bZIP}&
{DBM-bZIP} & {bZIP}\cr
\hline
GCN4 & $47.4\pm6.9$ & $37.7\pm2.4$ & $21.8\pm0.9$ & $65.5\pm8.7$ & $50.4\pm1.9$ & $58.7\pm2.6$ & $44.1\pm3.2$ & $21.7\pm5.3$ & $63.9\pm3.4$ & $32.9\pm5.7$\cr
CYS3 & $42.8\pm2.5$ & $1.8\pm2.5$ & $30.5\pm1.6$ & $75.0\pm2.0$ & $67.9\pm0.8$ & $45.1\pm2.2$ & & & & \cr
CPC1 & $41.4\pm4.4$ & $11.9\pm3.4$ & $37.5\pm1.6$ & $58.3\pm6.2$ & $58.3\pm2.8$ & $48.7\pm6.4$ & $31.2\pm6.5$ & $6.4\pm3.7$ & $41.0\pm7.0$ & $19.5\pm5.4$\cr
PAP1 & $40.3\pm4.3$ & $20.8\pm9.2$ & $16.9\pm1.4$ & $50.2\pm6.4$ & $49.4\pm2.0$ & $40.8\pm8.2$ & & & & \cr
CPC1$'$ & $37.7\pm1.9$ & $11.9\pm3.4$ & $37.5\pm1.6$ & $51.7\pm2.4$ & $58.3\pm2.8$ & $41.2\pm1.4$ & $26.4\pm4.1$ & $6.9\pm5.8$ & $34.7\pm6.2$ & $17.3\pm4.5$\cr
ATF2 & $26.9\pm6.9$ & $6.9\pm6.4$ & $27.2\pm1.6$ & $45.6\pm10.5$ & $56.0\pm1.3$ & $35.8\pm4.1$ & & & & \cr
c-JUN & $26.6\pm11.7$ & $43.1\pm2.2$ & $29.3\pm2.8$	& $53.4\pm17.3$ & $37.4\pm13.0$	& $62.9\pm3.5$ & $10.3\pm6.0$ &	 $11.5\pm7.5$ & $21.4\pm8.9$ & $10.9\pm6.8$\cr
HBP1 & $24.5\pm6.1$	&-&	$24.5\pm1.4$ & $29.0\pm7.1$ & $27.0\pm2.7$ & $34.5\pm2.8$ & & & & \cr
TGA1 & $23.9\pm7.2$ & $19.7\pm1.5$ & $23.8\pm1.0$ & $28.7\pm8.3$ & $51.0\pm1.2$ & $43.4\pm8.6$ & & & & \cr
HLF & $16.7\pm8.4$ & $0.7\pm1.1$ & $39.6\pm1.0$ &	$15.6\pm8.4$ & $17.7\pm5.4$ & $28.4\pm9.8$ & & & & \cr
LAP & $16.4\pm4.1$ &-& $29.4\pm2.0$ & $18.7\pm4.3$ & $33.2\pm7.5$ & $9.5\pm0.6$ & & & & \cr
TAF1 & $8.9\pm4.4$ & $1.3\pm2.5$ & $23.3\pm0.8$ & $19.5\pm6.6$ & $12.8\pm3.7$ & $36.0\pm1.1$ & & & & \cr
OPAQUE2 & $8.7\pm5.4$ & $56.0\pm1.8$ & $23.7\pm1.0$ & $15.9\pm6.9$ & $10.4\pm0.5$ &	$35.1\pm3.5$ & & & & \cr
c-FOS & $6.7\pm6.3$ & $16.3\pm7.6$ & $39.4\pm1.8$ &	$17.3\pm10.3$ & $14.7\pm3.0$ & $62.9\pm8.6$ & $0.2\pm0.2$ & $6.9\pm4.3$ & $0.0$ & $3.5\pm3.0$\cr
FRA1 & $5.7\pm7.4$ & $18.7\pm3.6$ &	$44.5\pm1.2$ & $14.2\pm2.0$ & $12.1\pm3.3$ & $62.1\pm7.3$ & & & & \cr
\hline
\end{tabulary}
}
\end{table*}
Last edited by chemrahul82 on Sat Dec 04, 2010 12:30 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

caption not working with tabulary

Post by localghost »

For instant help it is essential to prepare a minimal working example (MWE). Otherwise I'm pessimistic about any kind of helpful answers to your question.


Best regards and welcome to the board
Thorsten
Post Reply