I have a table:
\begin{table}
\begin{align}
\nonumber
b_{1} & = 0,200 & \beta_{1} & = z \\
\nonumber
b_{2} & = 0,022 & \beta_{2} & = q \\
\nonumber
b_{3} & = z & \beta_{3} & = 0 \\
\nonumber
b_{4} & = 0,024 & \beta_{4} & = (3/2)\cdot\pi \\
\nonumber
b_{5} & = 0,052 & \beta_{5} & = z \\
\nonumber
b_{6} & = 0,067 & \beta_{6} & = z \\
\nonumber
b_{7} & = 0,008 & \beta_{7} & = z \\
\nonumber
b_{8} & = z & \beta_{8} & = \pi \\
\nonumber
b_{9} & = b_{7} & \beta_{9} & = (3/2)\cdot\pi \\
\nonumber
b_{10} & = b_{6}-b_{4} & \beta_{10} & = (3/2)\cdot\pi
\end{align}
\caption{table 1}
\label{tab 1}
\end{table}
The table continues with more lines. The reason why I formatted it in "align" is because I wanted aligned equal signs and I would have to add $ everywhere because of math. Than I wrapped it in "table" cause I needed table caption.
Problem comes with lenght of the table. I tried to use \allowpagebreaks but it won't break since it is inside of the table. Then I tried to use longtable but it didn't work with align inside. I also tried to put blank table with caption under "align", but tex sometimes puts the table elsewhere and also in list of tables there should be the number of the page where the table begins I suppose.
\documentclass{...}and ending with\end{document}. – mafp Jun 02 '13 at 22:53