-------- Original Message --------
Subject: >SENSELESS (caption outside float)
Date: Tue, 20 Apr 2010 10:12:11 +0200
From: Patricio Berbel Cifuentes <[email protected]>
To: [email protected]
I am using long tables and when I add a caption in a long table row Lyx
show me warning Senseless!!!. It's not a problem when I export to pdf
because is all right. But when I export to *.chm numeration caption is
not showed. How can I solved?
This is the code:
\begin{longtable}{|>{\centering}p{0.25\textwidth}|>{\centering}p{0.5cm}|c|c|>{\centering}p{0.05\textwidth}|c|>{\centering}p{0.35\textwidth}|}
\caption{Optimization Control Tab \label{tab:Optimization-Control-Tab-RNC}}
\tabularnewline
\hline
\textbf{\tiny Name} & \textbf{\tiny Min} & \textbf{\tiny Max} &
\textbf{\tiny Step} & \textbf{\tiny Enum} & \textbf{\tiny Default} &
\textbf{\tiny Description}\tabularnewline
\hline
\endhead
\caption{Optimization Control Tab \label{tab:Optimization-Control-Tab-RNC}}
\tabularnewline
\hline
\textbf{\tiny Name} & \textbf{\tiny Min} & \textbf{\tiny Max} &
\textbf{\tiny Step} & \textbf{\tiny Enum} & \textbf{\tiny Default} &
\textbf{\tiny Description}\tabularnewline
\hline
\hline
\endfirsthead
\hline
{\tiny Available FMCS Ids} & {\tiny 5} & {\tiny 100} & & & & \tabularnewline
\hline
{\tiny Available HOPG Ids} & {\tiny 10} & {\tiny 100} & & & &
\tabularnewline
\hline
\end{longtable}
Thanks