更改横向表格的边距

更改横向表格的边距

我在文本之后得到了一个横向格式的大表格。表格前的文本使用 设置的标准边距article。现在对于后面的表格,我想更改边距,即使表格尽可能大但仍适合一页并带有相关标题。在下面请想象横向格式的表格,因此高度指的是横向页面上的垂直距离,宽度指的是横向页面上的水平距离。我在下面提供了一些代码来展示我的问题。

特别是在横向页面的高度顶部,从上部到标题开头的空间太大了。此外,宽度应尽可能大,以便表格仍然适合页面,并且左侧有空间用于页码。目前表格右侧的部分被切断了。

根据我的理解,文档的边距应该只针对表格部分进行更改,或者表格创建会以某种方式忽略边距,至少在右侧宽度方面是如此。在我看来,宽度不一定必须与左侧和右侧等距。最重要的是让表格适合页面。

以下是代码:

\documentclass{article}
\usepackage[a4paper]{geometry}
\usepackage[USenglish]{babel}
\usepackage{setspace}
\usepackage{graphicx}
\usepackage{booktabs}
\usepackage{makecell}
\usepackage{longtable}
\usepackage{lscape}
\usepackage{pdflscape} 
\usepackage{rotating}
\usepackage{tabularx}
\usepackage{threeparttable}
\usepackage[font=small]{caption}
\usepackage{enumitem} 
\usepackage{titling}
%\usepackage{mathptmx}
\usepackage{lipsum}



\begin{document}

    \lipsum

    \begin{landscape}
%\begin{minipage}[b]{\linewidth}
%\footnotesize
\begin{longtable}{@{}
lrrrrrrrrrrrrrr@{}}
\caption{This is an arbitrary caption spanning multiple lines. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only.} \\
Name of unit & \multicolumn{1}{l}{History until 1980} & \multicolumn{1}{l}{History from 1981} & \multicolumn{1}{l}{Date first found} & \multicolumn{1}{l}{Date second found} & \multicolumn{1}{l}{Info1} & \multicolumn{1}{l}{Info2} & \multicolumn{1}{l}{Info3} & \multicolumn{1}{l}{Info4} & \multicolumn{1}{l}{Info5} & \multicolumn{1}{l}{Incr over time} & \multicolumn{1}{l}{Other effects} & \multicolumn{1}{l}{Spring} & \multicolumn{1}{l}{Winter} & \multicolumn{1}{l}{Autumn} \\
\hline
Testunit & 0.23  & 0.23  & 1945-03-31 & 1945-04-01 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-04-01 & 1945-04-02 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-04-02 & 1945-04-03 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-04-03 & 1945-04-04 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-04-04 & 1945-04-05 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-04-05 & 1945-04-06 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-04-06 & 1945-04-07 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-04-07 & 1945-04-08 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-04-08 & 1945-04-09 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-04-09 & 1945-04-10 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-04-10 & 1945-04-11 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-04-11 & 1945-04-12 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-04-12 & 1945-04-13 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-04-13 & 1945-04-14 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-04-14 & 1945-04-15 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-04-15 & 1945-04-16 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-04-16 & 1945-04-17 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-04-17 & 1945-04-18 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-04-18 & 1945-04-19 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-04-19 & 1945-04-20 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-04-20 & 1945-04-21 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-04-21 & 1945-04-22 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-04-22 & 1945-04-23 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-04-23 & 1945-04-24 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-04-24 & 1945-04-25 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-04-25 & 1945-04-26 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-04-26 & 1945-04-27 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-04-27 & 1945-04-28 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-04-28 & 1945-04-29 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-04-29 & 1945-04-30 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-04-30 & 1945-05-01 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-05-01 & 1945-05-02 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-05-02 & 1945-05-03 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-05-03 & 1945-05-04 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-05-04 & 1945-05-05 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-05-05 & 1945-05-06 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-05-06 & 1945-05-07 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-05-07 & 1945-05-08 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-05-08 & 1945-05-09 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-05-09 & 1945-05-10 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-05-10 & 1945-05-11 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-05-11 & 1945-05-12 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-05-12 & 1945-05-13 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-05-13 & 1945-05-14 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-05-14 & 1945-05-15 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-05-15 & 1945-05-16 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-05-16 & 1945-05-17 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-05-17 & 1945-05-18 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-05-18 & 1945-05-19 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-05-19 & 1945-05-20 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-05-20 & 1945-05-21 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-05-21 & 1945-05-22 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-05-22 & 1945-05-23 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-05-23 & 1945-05-24 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-05-24 & 1945-05-25 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-05-25 & 1945-05-26 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-05-26 & 1945-05-27 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-05-27 & 1945-05-28 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-05-28 & 1945-05-29 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-05-29 & 1945-05-30 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-05-30 & 1945-05-31 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-05-31 & 1945-06-01 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-06-01 & 1945-06-02 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-06-02 & 1945-06-03 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-06-03 & 1945-06-04 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-06-04 & 1945-06-05 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-06-05 & 1945-06-06 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-06-06 & 1945-06-07 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-06-07 & 1945-06-08 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-06-08 & 1945-06-09 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-06-09 & 1945-06-10 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-06-10 & 1945-06-11 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-06-11 & 1945-06-12 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-06-12 & 1945-06-13 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-06-13 & 1945-06-14 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-06-14 & 1945-06-15 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-06-15 & 1945-06-16 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-06-16 & 1945-06-17 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-06-17 & 1945-06-18 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-06-18 & 1945-06-19 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-06-19 & 1945-06-20 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-06-20 & 1945-06-21 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-06-21 & 1945-06-22 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-06-22 & 1945-06-23 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-06-23 & 1945-06-24 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-06-24 & 1945-06-25 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-06-25 & 1945-06-26 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-06-26 & 1945-06-27 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-06-27 & 1945-06-28 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
\hline
\label{tab:labelxyz}%
\end{longtable}%
%\end{minipage}
\end{landscape}

\end{document}

如果您有任何问题,请提出。感谢您的任何建议。

答案1

如果您考虑对文档序言和表格布局规范进行以下更改,则您的表格可以放在连续的三页上:

\documentclass{article}
\usepackage[a4paper]{geometry}
\usepackage[USenglish]{babel}
\usepackage{setspace}
\usepackage{graphicx}
\usepackage{booktabs, longtable, makecell,
            tabularx, threeparttable}
\usepackage{siunitx}        % new
\usepackage{afterpage}      % new
%\usepackage{lscape}
\usepackage{pdflscape}
\usepackage{rotating}
\usepackage[font=small]{caption}
\usepackage{enumitem}
\usepackage{titling}
%\usepackage{mathptmx}
\usepackage{lipsum}

\begin{document}
\lipsum[1-4]
\afterpage{\clearpage
    \begin{landscape}
%\begin{minipage}[b]{\linewidth}
%\footnotesize
\setlength\tabcolsep{5pt}                   % <---
\begin{longtable}{@{}
                  l
                  *{2}{S[table-format=1.2]} % <---
                  cc
                  *{6}{S[table-format=1.2]} % <---
                  *{4}{S[table-format=1.3]} % <---
                  @{}}
\caption{This is an arbitrary caption spanning multiple lines. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only.}
\label{tab:labelxyz} \\
    \hline
\makecell[l]{Name of\\ unit}
    & {\makecell[l]{History\\ until\\ 1980}}& {\makecell[l]{History\\ from\\ 1981}}
    & \makecell[l]{Date\\ first\\ found}    & \makecell[l]{Date\\ second\\ found}
    & {\makecell[l]{Info1}}                 & {\makecell[l]{Info2}}
    & {\makecell[l]{Info3}}                 & {\makecell[l]{Info4}}
    & {\makecell[l]{Info5}}                 & {\makecell[l]{Incr\\ over\\ time}}
    & {\makecell[l]{Other\\ effects}}       & {\makecell[l]{Spring}}
    & {\makecell[l]{Winter}}                & {\makecell[l]{Autumn}}   \\
    \hline
Testunit & 0.23  & 0.23  & 1945-03-31 & 1945-04-01 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-04-01 & 1945-04-02 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-04-02 & 1945-04-03 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-04-03 & 1945-04-04 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-04-04 & 1945-04-05 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-04-05 & 1945-04-06 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-04-06 & 1945-04-07 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-04-07 & 1945-04-08 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-04-08 & 1945-04-09 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-04-09 & 1945-04-10 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-04-10 & 1945-04-11 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-04-11 & 1945-04-12 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-04-12 & 1945-04-13 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-04-13 & 1945-04-14 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-04-14 & 1945-04-15 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-04-15 & 1945-04-16 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-04-16 & 1945-04-17 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-04-17 & 1945-04-18 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-04-18 & 1945-04-19 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-04-19 & 1945-04-20 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-04-20 & 1945-04-21 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-04-21 & 1945-04-22 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-04-22 & 1945-04-23 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-04-23 & 1945-04-24 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-04-24 & 1945-04-25 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-04-25 & 1945-04-26 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-04-26 & 1945-04-27 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-04-27 & 1945-04-28 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-04-28 & 1945-04-29 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-04-29 & 1945-04-30 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-04-30 & 1945-05-01 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-05-01 & 1945-05-02 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-05-02 & 1945-05-03 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-05-03 & 1945-05-04 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-05-04 & 1945-05-05 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-05-05 & 1945-05-06 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-05-06 & 1945-05-07 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-05-07 & 1945-05-08 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-05-08 & 1945-05-09 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-05-09 & 1945-05-10 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-05-10 & 1945-05-11 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-05-11 & 1945-05-12 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-05-12 & 1945-05-13 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-05-13 & 1945-05-14 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-05-14 & 1945-05-15 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-05-15 & 1945-05-16 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-05-16 & 1945-05-17 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-05-17 & 1945-05-18 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-05-18 & 1945-05-19 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-05-19 & 1945-05-20 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-05-20 & 1945-05-21 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-05-21 & 1945-05-22 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-05-22 & 1945-05-23 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-05-23 & 1945-05-24 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-05-24 & 1945-05-25 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-05-25 & 1945-05-26 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-05-26 & 1945-05-27 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-05-27 & 1945-05-28 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-05-28 & 1945-05-29 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-05-29 & 1945-05-30 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-05-30 & 1945-05-31 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-05-31 & 1945-06-01 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-06-01 & 1945-06-02 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-06-02 & 1945-06-03 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-06-03 & 1945-06-04 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-06-04 & 1945-06-05 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-06-05 & 1945-06-06 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-06-06 & 1945-06-07 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-06-07 & 1945-06-08 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-06-08 & 1945-06-09 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-06-09 & 1945-06-10 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-06-10 & 1945-06-11 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-06-11 & 1945-06-12 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-06-12 & 1945-06-13 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-06-13 & 1945-06-14 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-06-14 & 1945-06-15 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-06-15 & 1945-06-16 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-06-16 & 1945-06-17 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-06-17 & 1945-06-18 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-06-18 & 1945-06-19 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-06-19 & 1945-06-20 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-06-20 & 1945-06-21 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-06-21 & 1945-06-22 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-06-22 & 1945-06-23 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-06-23 & 1945-06-24 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-06-24 & 1945-06-25 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.59  & 0.59  & 1945-06-25 & 1945-06-26 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.23  & 0.23  & 1945-06-26 & 1945-06-27 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
Testunit & 0.14  & 0.14  & 1945-06-27 & 1945-06-28 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
    \hline
\end{longtable}%
\end{landscape}
}
\lipsum[5-10]
\end{document}

在此处输入图片描述

上述解决方案不会在带有表格的每一页上重复列标题。然而,这很容易添加到您的表格代码中。

答案2

您可以使用\floatsetup[longtable]{LTcapwidth=table}增加标题的宽度,使其等于表格宽度,使用\setlength\LTright{-25pt}允许表格在右边距中占据一些空间,使用\setlength{\tabcolsep}{5pt}减少表格列之间的水平空白,并使用 \makecell` 在列标题中添加换行符。这样,您的表格将适合宽度方向的一页,高度方向的三页。

\documentclass{article}
\usepackage[a4paper]{geometry}
\usepackage[USenglish]{babel}
\usepackage{booktabs}
\usepackage{makecell}
\usepackage{longtable}
\usepackage{lscape}
\usepackage{pdflscape} 
\usepackage{lipsum}


\usepackage{floatrow}
\floatsetup[longtable]{LTcapwidth=table}

\begin{document}

\lipsum


\begin{landscape}
  \footnotesize
\setlength{\tabcolsep}{5pt}
\setlength\LTright{-25pt}%

\begin{longtable}{@{}
    llrrrrrrrrrrrrrr@{}}
\caption{This is an arbitrary caption spanning multiple lines. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only. The text will be repeated multiple times for illustration only.} \\ & & \multicolumn{2}{c}{History} & \multicolumn{2}{c}{Date} \\ \cmidrule(r){3-4} \cmidrule(l){5-6}
        Name of unit & Desc of unit & \multicolumn{1}{l}{\makecell[cl]{ until\\ 1980}} & \multicolumn{1}{l}{\makecell[cl]{ from\\ 1981}} & \multicolumn{1}{l}{\makecell[cl]{first\\ found}} & \multicolumn{1}{l}{\makecell[cl]{second\\ found}} & \multicolumn{1}{l}{Info1} & \multicolumn{1}{l}{Info2} & \multicolumn{1}{l}{Info3} & \multicolumn{1}{l}{Info4} & \multicolumn{1}{l}{Info5} & \multicolumn{1}{l}{\makecell[cl]{Incr\\ over time}} & \multicolumn{1}{l}{\makecell[cc]{Other\\ effects}} & \multicolumn{1}{l}{Spring} & \multicolumn{1}{l}{Winter} & \multicolumn{1}{l}{Autumn} \\
        \midrule
        Testunit & lives close to sea & 0.23  & 0.23  & 1945-03-31 & 1945-04-01 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.14  & 0.14  & 1945-04-01 & 1945-04-02 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.59  & 0.59  & 1945-04-02 & 1945-04-03 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.23  & 0.23  & 1945-04-03 & 1945-04-04 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.14  & 0.14  & 1945-04-04 & 1945-04-05 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.59  & 0.59  & 1945-04-05 & 1945-04-06 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.23  & 0.23  & 1945-04-06 & 1945-04-07 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.14  & 0.14  & 1945-04-07 & 1945-04-08 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.59  & 0.59  & 1945-04-08 & 1945-04-09 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.23  & 0.23  & 1945-04-09 & 1945-04-10 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.14  & 0.14  & 1945-04-10 & 1945-04-11 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.59  & 0.59  & 1945-04-11 & 1945-04-12 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.23  & 0.23  & 1945-04-12 & 1945-04-13 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.14  & 0.14  & 1945-04-13 & 1945-04-14 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.59  & 0.59  & 1945-04-14 & 1945-04-15 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.23  & 0.23  & 1945-04-15 & 1945-04-16 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.14  & 0.14  & 1945-04-16 & 1945-04-17 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.59  & 0.59  & 1945-04-17 & 1945-04-18 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.23  & 0.23  & 1945-04-18 & 1945-04-19 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.14  & 0.14  & 1945-04-19 & 1945-04-20 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.59  & 0.59  & 1945-04-20 & 1945-04-21 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.23  & 0.23  & 1945-04-21 & 1945-04-22 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.14  & 0.14  & 1945-04-22 & 1945-04-23 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.59  & 0.59  & 1945-04-23 & 1945-04-24 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.23  & 0.23  & 1945-04-24 & 1945-04-25 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.14  & 0.14  & 1945-04-25 & 1945-04-26 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.59  & 0.59  & 1945-04-26 & 1945-04-27 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.23  & 0.23  & 1945-04-27 & 1945-04-28 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.14  & 0.14  & 1945-04-28 & 1945-04-29 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.59  & 0.59  & 1945-04-29 & 1945-04-30 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.23  & 0.23  & 1945-04-30 & 1945-05-01 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.14  & 0.14  & 1945-05-01 & 1945-05-02 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.59  & 0.59  & 1945-05-02 & 1945-05-03 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.23  & 0.23  & 1945-05-03 & 1945-05-04 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.14  & 0.14  & 1945-05-04 & 1945-05-05 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.59  & 0.59  & 1945-05-05 & 1945-05-06 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.23  & 0.23  & 1945-05-06 & 1945-05-07 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.14  & 0.14  & 1945-05-07 & 1945-05-08 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.59  & 0.59  & 1945-05-08 & 1945-05-09 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.23  & 0.23  & 1945-05-09 & 1945-05-10 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.14  & 0.14  & 1945-05-10 & 1945-05-11 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.59  & 0.59  & 1945-05-11 & 1945-05-12 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.23  & 0.23  & 1945-05-12 & 1945-05-13 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.14  & 0.14  & 1945-05-13 & 1945-05-14 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.59  & 0.59  & 1945-05-14 & 1945-05-15 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.23  & 0.23  & 1945-05-15 & 1945-05-16 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.14  & 0.14  & 1945-05-16 & 1945-05-17 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.59  & 0.59  & 1945-05-17 & 1945-05-18 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.23  & 0.23  & 1945-05-18 & 1945-05-19 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.14  & 0.14  & 1945-05-19 & 1945-05-20 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.59  & 0.59  & 1945-05-20 & 1945-05-21 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.23  & 0.23  & 1945-05-21 & 1945-05-22 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.14  & 0.14  & 1945-05-22 & 1945-05-23 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.59  & 0.59  & 1945-05-23 & 1945-05-24 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.23  & 0.23  & 1945-05-24 & 1945-05-25 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.14  & 0.14  & 1945-05-25 & 1945-05-26 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.59  & 0.59  & 1945-05-26 & 1945-05-27 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.23  & 0.23  & 1945-05-27 & 1945-05-28 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.14  & 0.14  & 1945-05-28 & 1945-05-29 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.59  & 0.59  & 1945-05-29 & 1945-05-30 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.23  & 0.23  & 1945-05-30 & 1945-05-31 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.14  & 0.14  & 1945-05-31 & 1945-06-01 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.59  & 0.59  & 1945-06-01 & 1945-06-02 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.23  & 0.23  & 1945-06-02 & 1945-06-03 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.14  & 0.14  & 1945-06-03 & 1945-06-04 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.59  & 0.59  & 1945-06-04 & 1945-06-05 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.23  & 0.23  & 1945-06-05 & 1945-06-06 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.14  & 0.14  & 1945-06-06 & 1945-06-07 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.59  & 0.59  & 1945-06-07 & 1945-06-08 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.23  & 0.23  & 1945-06-08 & 1945-06-09 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.14  & 0.14  & 1945-06-09 & 1945-06-10 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.59  & 0.59  & 1945-06-10 & 1945-06-11 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.23  & 0.23  & 1945-06-11 & 1945-06-12 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.14  & 0.14  & 1945-06-12 & 1945-06-13 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.59  & 0.59  & 1945-06-13 & 1945-06-14 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.23  & 0.23  & 1945-06-14 & 1945-06-15 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.14  & 0.14  & 1945-06-15 & 1945-06-16 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.59  & 0.59  & 1945-06-16 & 1945-06-17 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.23  & 0.23  & 1945-06-17 & 1945-06-18 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.14  & 0.14  & 1945-06-18 & 1945-06-19 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.59  & 0.59  & 1945-06-19 & 1945-06-20 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.23  & 0.23  & 1945-06-20 & 1945-06-21 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.14  & 0.14  & 1945-06-21 & 1945-06-22 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.59  & 0.59  & 1945-06-22 & 1945-06-23 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.23  & 0.23  & 1945-06-23 & 1945-06-24 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.14  & 0.14  & 1945-06-24 & 1945-06-25 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.59  & 0.59  & 1945-06-25 & 1945-06-26 & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.59  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.23  & 0.23  & 1945-06-26 & 1945-06-27 & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.23  & 0.909 & 0.909 & 0.909 & 0.909 \\
        Testunit & lives close to sea & 0.14  & 0.14  & 1945-06-27 & 1945-06-28 & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.14  & 0.909 & 0.909 & 0.909 & 0.909 \\
        \hline
    \label{tab:labelxyz}%
\end{longtable}%
\end{landscape}
\lipsum

\end{document}

相关内容