Skip to content

如何生成规范的长表格?(希望能提供长表格模板) #584

@EricYan1994

Description

@EricYan1994

根据《清华大学研究生学位论文写作指南(202009)》,当表格较大,不能在一页内打印时,可以以“续表”的形式另页打印。

目前的模板里没有长表格,我自己尝试用longtable能基本实现想要的效果,主要有两个问题:

  1. 【续表】没法正确体现,理想的效果是第一页是【表 X.X】,之后都应该是【续表 X.X】
  2. 请问如何缩小表格的行距?
\begin{longtable}{cccc}
    \caption{VOCs体积浓度(ppb)}\\
    \toprule[1.5pt]
    VOCs物种 & 2018 & 2019 & 2020 \\
    \midrule
    \endhead
    \bottomrule[1.5pt]
    \endfoot
    butane & 0.63  & 1.02  & 1.11  \\
    n-butane & 2.06  & 3.22  & 3.31  \\
    isopentane & 1.54  & 2.02  & 2.57  \\
    n-pentane & 1.13  & 1.56  & 2.02  \\
    2,2-dimethylbutane & 0.04  & 0.06  & 0.13  \\
    2,3-dimethylbutane & 0.00  & 0.00  & 0.00  \\
    2-methylpentane & 0.61  & 0.60  & 0.68  \\
    cyclopentane & 0.16  & 0.11  & 0.11  \\
    3-methylpentane & 0.31  & 0.31  & 0.36  \\
    n-hexane & 0.49  & 0.30  & 0.39  \\
    2,4-dimethylpentane & 0.03  & 0.01  & 0.02  \\
    methylcyclopentane & 0.50  & 0.21  & 0.28  \\
    2-methylhexane & 0.15  & 0.10  & 0.11  \\
    2,3-dimethylpentane & 0.07  & 0.01  & 0.02  \\
    cyclohexane & 0.37  & 0.06  & 0.06  \\
\end{longtable}%

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions