longtable:交替列名/跨页拆分宽表

longtable:交替列名/跨页拆分宽表

需要使用 longtable 将一些宽表拆分到多个页面。下面的代码提供了我正在尝试执行的操作的示例。一些列名称需要因页面而异。具体来说,表格奇数页上的第 4-7 列应标记为“IB”、“IIA”、“II”和“ ”,偶数页上的第 4-7 列应标记为“IIB”、“IIIA”、“其他”和“整体”。(但请注意,表格本身可以从文档中的奇数页或偶数页开始。)

下面的代码在第 1、2 和 4 页上产生了正确的输出,但在第 3 页上却没有。在那里,第 4-7 列显示“IIB”、“IIIA”、“其他”和“总体”,而它们应该显示“IB”、“IIA”、“II”和“”。我想有办法解决这个问题,但这似乎超出了我目前的能力。任何帮助都将不胜感激。

\documentclass[11pt]{article}

%% Margins %%

\setlength{\textwidth}{6.25in} 
\setlength{\oddsidemargin}{0in}

%%%% Packages %%%%

\usepackage[font={bf}]{caption}
\usepackage{longtable}
\usepackage{threeparttablex}
\usepackage[newcommands]{ragged2e}
\usepackage{array}
\usepackage{pdflscape}
\usepackage{booktabs}
\usepackage[pdfview=Fit]{hyperref}

%%%% Table Captions %%%%

\DeclareCaptionLabelSeparator{period-newline}{. } 
\captionsetup{singlelinecheck=false,labelsep=period-newline,aboveskip=3pt}

\begin{document}

{
\scriptsize
\begin{landscape}

\begin{ThreePartTable}
\begin{TableNotes}
  \item[] 
    A footnote I might want to add to the bottom of each page
    at a later date.
\end{TableNotes}

\begin{longtable}[l]{ c c p{3.5in} *{4}{>{\centering}m{0.75in}} } 
  \caption[Treatment Regimens by Line]{Treatment Regimens by Line and Regimen} \\ \hline \addlinespace[3pt]
   &    &         & \multicolumn{3}{c}{Disease Substage} &         \\ \cmidrule(l){4-6}
   Line & Regimen & Agents & IB  & IIA  & II             &         \\ \hline
\endfirsthead
  \caption[]{Treatment Regimens by Line and Regimen (Continued)}   \\ \hline \addlinespace[3pt]
   &    &         & \multicolumn{3}{c}{Disease Substage} &         \\ \cmidrule(lr){4-6}
   Line & Regimen & Agents & IIB & IIIA & Other          & Overall \\ \hline
\endhead
   \hline \multicolumn{7}{r}{\emph{Continued on next page}} \\ \hline
   \insertTableNotes
\endfoot
   \hline
   \insertTableNotes
\endlastfoot

%%%% Pages 1 and 2 %%%%

\addlinespace
1 & 1 & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ \addlinespace

  & 2 & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ \addlinespace 

  & 3 & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ \addlinespace 

  & 4 & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ \addlinespace 

2 & 1 & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ \addlinespace[3pt]

\newpage

\addlinespace
1 & 1 & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ \addlinespace

  & 2 & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ \addlinespace 

  & 3 & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ \addlinespace 

  & 4 & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ \addlinespace 

2 & 1 & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ \addlinespace[3pt]

\newpage

%%%% Pages 3 and 4 %%%%

\addlinespace 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ \addlinespace  

  & 2 & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) &              \\ \addlinespace[3pt]

\newpage

\addlinespace 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ \addlinespace  

  & 2 & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ 
  &   & Lengthy text description of regimen $\ldots$ & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) & xxx (xx.x\%) \\ \addlinespace[3pt] 

\end{longtable}
\end{ThreePartTable}
\end{landscape}
}

\end{document}

答案1

这是我想出的解决方案。虽然不完美,但易于理解且有效。

\documentclass[11pt]{article}

%% Margins %%

\setlength{\textwidth}{6.25in} 
\setlength{\oddsidemargin}{0in}

%%%% Packages %%%%

\usepackage[font={bf}]{caption}
\usepackage{longtable}
\usepackage{threeparttablex}
\usepackage[newcommands]{ragged2e}
\usepackage{array}
\usepackage{pdflscape}
\usepackage{booktabs}
\usepackage[pdfview=Fit]{hyperref}

%%%% Table Captions %%%%

\DeclareCaptionLabelSeparator{period-newline}{. } 
\captionsetup{singlelinecheck=false,labelsep=period-newline,aboveskip=3pt}

\begin{document}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% Treatment by Line, Regimen, and Disease Stage %%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

{
\scriptsize
\begin{landscape}

%%%% Pages 1 and 2 %%%%

\begin{ThreePartTable}
\begin{TableNotes}
\item[] 
    A footnote I might want to add to the bottom of each page
    at a later date.
\end{TableNotes}

\begin{longtable}[l]{ c c p{3.45in} *{3}{>{\centering}m{0.88in}} } 
  \caption[Treatment by Line, Regimen, and Disease Stage]{Treatment by Line, Regimen, and Disease Stage} \\ \hline \addlinespace[3pt]
        &         &        &\multicolumn{2}{c}{Disease Stage}    \\ \cmidrule(l){4-5}
   Line & Regimen & Agents & I   & II    &                       \\ \hline
\endfirsthead
  \caption[]{Treatment by Line, Regimen, and Disease Stage (Continued)}    \\ \hline \addlinespace[3pt]
        &         &        & \multicolumn{2}{c}{Disease Stage}   \\ \cmidrule(lr){4-5}
   Line & Regimen & Agents & III & Other & Overall               \\ \hline
\endhead
   \hline \multicolumn{6}{r}{\emph{Continued on next page}} \\ \hline
   %\insertTableNotes
\endfoot
   \hline \multicolumn{6}{r}{\emph{Continued on next page}} \\ \hline
   %\insertTableNotes
\endlastfoot

\addlinespace

1 & 1 & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ \addlinespace

  & 2 & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ \addlinespace 

  & 3 & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ \addlinespace 

  & 4 & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ \addlinespace 

2 & 1 & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &             \\ \addlinespace[3pt]

\newpage

\addlinespace
1 & 1 & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ \addlinespace

  & 2 & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ \addlinespace 

  & 3 & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ \addlinespace 

  & 4 & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ \addlinespace 

2 & 1 & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ \addlinespace[3pt]

\end{longtable}
\end{ThreePartTable}

%%%% Pages 3 and 4 %%%%

\addtocounter{table}{-1}

\begin{ThreePartTable}
\begin{TableNotes}
  \item[] 
    A footnote I might want to add to the bottom of each page
    at a later date.
\end{TableNotes}

\begin{longtable}[l]{ c c p{3.45in} *{3}{>{\centering}m{0.88in}} } 
 \caption[]{Treatment by Line, Regimen, and Disease Stage (Continued)}   \\ \hline \addlinespace[3pt]
        &         &        &\multicolumn{2}{c}{Disease Stage}  \\ \cmidrule(l){4-5}
   Line & Regimen & Agents & I   & II    &                     \\ \hline
\endfirsthead
  \caption[]{Treatment by Line, Regimen, and Disease Stage (Continued)}  \\ \hline \addlinespace[3pt]
        &         &        & \multicolumn{2}{c}{Disease Stage} \\ \cmidrule(lr){4-5}
   Line & Regimen & Agents & III & Other & Overall             \\ \hline
\endhead
\hline \multicolumn{6}{r}{\emph{Continued on next page}} \\ \hline
%\insertTableNotes
\endfoot
   \hline
   %\insertTableNotes
\endlastfoot

\addlinespace 
2 $\ldots$ & 1 $\ldots$ & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &              \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &              \\
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &              \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &              \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &              \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &              \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &              \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &              \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &              \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &              \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &              \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &              \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &              \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &              \\ \addlinespace  

  & 2 & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &              \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &              \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &              \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &              \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &              \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &              \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &              \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &              \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) &              \\ \addlinespace[3pt]
$\ldots$ \\

\newpage

\addlinespace 
2 $\ldots$ & 1 $\ldots$ & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ \addlinespace  

  & 2 & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ 
  &   & Text description of regimen $\ldots$ & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) & xxx/xxx (xx.x\%) \\ \addlinespace[3pt] 
$\ldots$ \\

\end{longtable}
\end{ThreePartTable}
\end{landscape}
}

\end{document}

相关内容