rajini wrote:[…] Also i mentioned that for some reason i cant place those 3 values in a single line. Reason is..in the 'Mode' column i have to write some more text..so it crosses the page margin. But in the sample table i posted...i shortened most of the thing. […]
That is absolutely clear to me. And so I provided an example solution with regard on that. As
gmedina already assumed your problem description seems incomplete. Problems should be described by presenting a
minimal example as requested earlier [1,2]. Unfortunately you denied us such an example although it has been requested. And you still do (which is quite impolite). Your problem could already have been solved.
rajini wrote:[…] (Actually i got advice from gmedina..he recommends me to remove most of the data---so that table looks simpler for you guys to help me.)[…]
I can't see this advice within this thread here. And you should not remove relevant parts from the code of your example that probably cause the problem. There are several other column types possible in the
tabular environment for the case that line breaks are necessary. You could choose one for the last column. The features of this environment are extended by the
array package. Furthermore you could decrease the
font size with appropriate switches.
Below you find a solution with the look of your original code that works like desired. If there shall be other modification, please give a precise description by means of a minimal example. Otherwise this discussion will come to nothing.
Code: Select all
\documentclass[11pt,a4paper,english]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage[font=small,labelfont=bf,tableposition=top]{caption}
\usepackage{multirow,threeparttable}
\begin{document}
\begin{table}[!ht]
\caption{Assignments and summary}\label{tab:moo1}
\centering
\begin{threeparttable}
\begin{tabular}{lccccl}\hline\hline
Experimental & FC & $e_j$ & Calculated & FP & Mode \\ \hline
25, 53, & \multirow{2}{*}{---} & \multirow{2}{*}{---} & \multirow{2}{*}{---} & \multirow{2}{*}{---} & \multirow{2}{*}{phonons} \\
127.5\tnote{a} & & & & & \\ \hline
19 & 6 & 0.1 & 21 & 26 & symmetric \\
22 & 5 & 0.9 & 24 & 42 & asymmetric \\
27 & 7 & 0.0 & --- & --- & --- \\
30 & 1 & 0.1 & 32 & 61 & symmetric \\
36 & 1 & 0.7 & 38 & 14 & described \\
39 & 1 & 0.1 & 39 & 24 & asymmetric \\ \hline
\multirow{2}{*}{43} & \multirow{2}{*}{6}& \multirow{2}{*}{0.0}& 43 & 4 & \\
& & & 43 & 41 & \\ \hline
\end{tabular}
\begin{tablenotes}
\footnotesize
\item[a] Populated with soft/modes
\end{tablenotes}
\end{threeparttable}
\end{table}
\end{document}
In case the problem still isn't solved, we expect a complete example with precise descriptions that shows your document setup while reduced to minimal content within your next post. Finally the suggestion to use abbreviations for »Experimental« and »Calculated« if possible.
[1] View topic:
Board Rules - Everybody, my all means, read before posting!
[2] View topic:
Avoidable mistakes