【问题标题】:long table latex长桌乳胶
【发布时间】:2017-07-24 21:43:58
【问题描述】:

我想创建一个如图所示的表格。我使用了以下代码 \usepackage{表格}

\开始{文档} \begin{表格}{\linewidth}{LCL}

Pollutant      & Description and sources  & Health and environment effects \\
\hline
SO$_2$ & SO$_2$ is formed by oxidation of sulphur (S), mainly through combustion of fuels containing S. The electricity generation sector is the most important source of SO$_2$. SO$_2$ also can contribute to the formation of secondary sulphate particles in the atmosphere. & SO$_2$ aggravates asthma and can reduce lung function and inflame the respiratory tract. It can cause headache, general discomfort and anxiety. SO$_2$ contributes to acid deposition, the impacts of which can be significant, causing damage to forests and ecosystems in rivers and lakes. \\
\hline
Nitrogen oxides (NO$_x$). & NO$_x$ is emitted during fuel combustion e.g. from industrial facilities and the road transport sector. NO$_x$ is a group of gases comprising nitrogen monoxide (NO) and nitrogen dioxide (NO$_2$). NO makes up the majority of NO$_x$ emissions. NO$_x$ contributes to the formation of ozone and particulate matter. & NO$_2$ is associated with adverse effects on health: it can affect the liver, lung, spleen and blood. It can also aggravate lung diseases leading to respiratory symptoms and increased susceptibility to respiratory infection. As with SO$_2$, NO$_x$ contributes to acid deposition but also to eutrophication of soil and water. \\
\hline

\end{表格} \end{文档}

上面的命令看起来不太好。我应该怎么做才能让它看起来更像图片中的那个。

【问题讨论】:

    标签: latex longtable


    【解决方案1】:

    您可以使用colortbl 包为表格元素着色,并使用color 包近似绿色背景,此外,只需添加一些格式化命令来调整字体大小和粗细,以及@ 使用的列宽987654324@,参见documentation.

    以下内容应该或多或少地为您提供所需的结果:

    \usepackage{tabulary, color, colortbl}
    \definecolor{MyGreen}{rgb}{0.5,0.7,0.4}
    
    \tymin=70pt
    
    \begin{document}
    
    \begin{tabulary}{500pt}{LLL}
    \hline
    \rowcolor{MyGreen}
    \bf Pollutant & \bf Description and sources & \bf Health and environment effects \\[5pt]
    \hline
    \small \bf Sulphur dioxide (SO$_2$) & \small SO$_2$ is formed by oxidation of sulphur (S), mainly through combustion of fuels containing S. The electricity generation sector is the most important source of SO$_2$. SO$_2$ also can contribute to the formation of secondary sulphate particles in the atmosphere. & \small SO$_2$ aggravates asthma and can reduce lung function and inflame the respiratory tract. It can cause headache, general discomfort and anxiety. SO$_2$ contributes to acid deposition, the impacts of which can be significant, causing damage to forests and ecosystems in rivers and lakes. \\
    \arrayrulecolor{MyGreen}
    \hline
    \small \bf Nitrogen oxides (NO$_x$) & \small NO$_x$ is emitted during fuel combustion e.g. from industrial facilities and the road transport sector. NO$_x$ is a group of gases comprising nitrogen monoxide (NO) and nitrogen dioxide (NO$_2$). NO makes up the majority of NO$_x$ emissions. NO$_x$ contributes to the formation of ozone and particulate matter. & \small NO$_2$ is associated with adverse effects on health: it can affect the liver, lung, spleen and blood. It can also aggravate lung diseases leading to respiratory symptoms and increased susceptibility to respiratory infection. As with SO$_2$, NO$_x$ contributes to acid deposition but also to eutrophication of soil and water. \\
    \end{tabulary}
    \end{document}
    

    【讨论】:

      猜你喜欢
      • 2015-01-20
      • 1970-01-01
      • 2020-01-28
      • 2014-01-21
      • 2023-02-09
      • 1970-01-01
      • 2010-10-20
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多