\documentclass[12pt,a4paper]{article}
\usepackage{amsmath}
\usepackage{xtab} % table page breaks
\usepackage{array} % for advanced column specification: use >{\command} for
% commands executed right before each column element
% and <{\command} for commands to be executed right after
% each column element
\usepackage{booktabs} % toprule, bottomrule, midrule
\begin{document}
\renewcommand{\arraystretch}{1.5}
\begin{xtabular}{>{$}l<{$} c c}
\toprule
\text{Model} & \text{AIC (logistic link)} & \text{AIC (linear link)} \\
\midrule
\{ \phi(\cdot) , p(\cdot) \} & 986 & 986 \\
\{ \phi(\cdot) , p(t) \} & 993 & 993 \\
\{ \phi(\cdot) , p(h_2) \} & 961 & 959 \\
\{ \phi(\cdot) , p(h_3) \} & 948 & 948 \\
\{ \phi(\cdot) , p(h_4) \} & 952 & 952 \\
\{ \phi(\cdot) , p(t+h_2) \} & 969 & 977 \\
\{ \phi(\cdot) , p(t+h_3) \} & 949 & 981 \\
\{ \phi(\cdot) , p(t+h_4) \} & 953 & 999 \\
\{ \phi(\cdot) , p(t \times h_2) \} & 970 & 1032 \\
\{ \phi(\cdot) , p(t \times h_3) \} & 979 & 1131 \\
\{ \phi(\cdot) , p(t \times h_4) \} & 993 & 1124 \\
\{ \phi(t) , p(\cdot) \} & & 994 \\
\{ \phi(t) , p(t) \} & & 996 \\
\{ \phi(t) , p(h_2) \} & 963 & 963 \\
\{ \phi(t) , p(h_3) \} & 952 & 952 \\
\{ \phi(t) , p(h_4) \} & 956 & 956 \\
\{ \phi(t) , p(t+h_2) \} & 973 & 976 \\
\{ \phi(t) , p(t+h_3) \} & 954 & 968 \\
\{ \phi(t) , p(t+h_4) \} & 958 & 975 \\
\{ \phi(t) , p(t \times h_2) \} & & 1018 \\
\{ \phi(t) , p(t \times h_3) \} & 976 & 1165 \\
\{ \phi(t) , p(t \times h_4) \} & 999 & 1167 \\
\{ \phi(h_2) , p(\cdot) \} & 968 & 968 \\
\{ \phi(h_3) , p(\cdot) \} & 972 & 972 \\
\{ \phi(h_4) , p(\cdot) \} & 976 & 976 \\
\{ \phi(h_2) , p(t) \} & & 971 \\
\{ \phi(h_3) , p(t) \} & 975 & 1055 \\
\{ \phi(h_4) , p(t) \} & 979 & 979 \\
\{ [\phi(h) , p(h)]_2 \} & 970 & 959 \\
\{ [\phi(h) , p(h)]_3 \} & 951 & 951 \\
\{ [\phi(h) , p(h)]_4 \} & 957 & 957 \\
\{ [\phi(h) , p(t+h)]_2 \} & 967 & 972 \\
\{ [\phi(h) , p(t+h)]_3 \} & 957 & 969 \\
\{ [\phi(h) , p(t+h)]_4 \} & 959 & 976 \\
\{ [\phi(h) , p(t \times h)]_2 \} & 987 & 993 \\
\{ [\phi(h) , p(t \times h)]_3 \} & 978 & 1047 \\
\{ [\phi(h) , p(t \times h)]_4 \} & 993 & 1063 \\
\{ \phi(t+h_2) , p(\cdot) \} & 982 & 987 \\
\{ \phi(t+h_3) , p(\cdot) \} & 977 & 983 \\
\{ \phi(t+h_4) , p(\cdot) \} & & 987 \\
\{ \phi(t+h_2) , p(t) \} & 977 & 982 \\
\{ \phi(t+h_3) , p(t) \} & 980 & 987 \\
\{ \phi(t+h_4) , p(t) \} & 985 & 992 \\
\{ [\phi(t+h) , p(h)]_2 \} & 965 & 967 \\
\{ [\phi(t+h) , p(h)]_3 \} & 956 & 959 \\
\{ [\phi(t+h) , p(h)]_4 \} & 962 & 966 \\
\{ [\phi(t+h) , p(t+h)]_2 \} & 965 & 984 \\
\{ [\phi(t+h) , p(t+h)]_3 \} & 959 & 1000 \\
\{ [\phi(t+h) , p(t+h)]_4 \} & 965 & 1009 \\
\{ [\phi(t+h) , p(t \times h)]_2 \} & 981 & 1043 \\
\{ [\phi(t+h) , p(t \times h)]_3 \} & 987 & 1185 \\
\{ [\phi(t+h) , p(t \times h)]_4 \} & 994 & 1080 \\
\{ \phi(t \times h_2) , p(\cdot) \} & 978 & 991 \\
\{ \phi(t \times h_3) , p(\cdot) \} & 993 & 1045 \\
\{ \phi(t \times h_4) , p(\cdot) \} & 1012 & 1023 \\
\{ [\phi(t \times h) , p(h)]_2 \} & 970 & 974 \\
\{ [\phi(t \times h) , p(h)]_3 \} & 1000 & 990 \\
\{ [\phi(t \times h) , p(h)]_4 \} & 1003 & 1000 \\
\bottomrule
\topcaption{AIC values}
\end{xtabular}
\end{document}
If you look at the output on page 2 and 3, the column width are smaller than its on page 1. I mean the talbes on page 2 and 3 are treated as if they are separate ones with its "heading".
Is there a way to improve this?
And why it breaks at those points? It is apparent we are fit more rows onto the first and second pages.
And where is the topcaption????
Thanks!


