调整复制表

调整复制表

我正在尝试在乳胶中重现下表:在此处输入图片描述

为此,我使用以下代码:

      \documentclass[12pt,oneside, brazil]{article}
      \usepackage[utf8]{inputenc}
      \usepackage{textcase}

      \usepackage{amsmath,amsfonts}
      \usepackage[colorlinks, linkcolor=blue, citecolor=purple]{hyperref}
      \usepackage{geometry}
      \geometry{
        a4paper,
        left=30mm,
        top=30mm,
        right=20mm,
        bottom=20mm
      }
      \usepackage{array,multirow,graphicx}
      \usepackage{makecell}
      \usepackage{graphicx}
      \usepackage{xcolor,colortbl}
      \usepackage{float}
      \begin{document}

      \begin{table}[H]
\resizebox{0.99999\textwidth}{!}{\begin{tabular}{|l|l|l|l|l|l|l|l|l|l|l|l|l|l|}
        \hline
        \multicolumn{2}{|l|}{\multirow{2}{*}{}}             & \multicolumn{8}{c|}{PRODUCERS AS CONSUMER}                                           & \multicolumn{4}{l|}{FINAL DEMAND}                                           \\ \cline{3-14} 
        \multicolumn{2}{|l|}{}                              & Agric. & Mining & Const. & Manuf. & Trade & Transp. & Services & Outher & \multicolumn{1}{c|}{\makecell{Personal\\ Consumption\\ Expenditures}} & \makecell{Gross Private\\ Domestic\\ Investiment} &\makecell{ Govt.\\ Purchases of\\ Goods $\&$ \\Services} & \makecell{Net Exports \\of Goods $\&$\\ Services}\\ \hline
        \multirow{8}{*}{\rotatebox{90}{PRODUCERS}} & Agriculture          &     \cellcolor{gray!25}        &         \cellcolor{gray!25}   & \cellcolor{gray!25}           & \cellcolor{gray!25}           &   \cellcolor{gray!25}        &   \cellcolor{gray!25}          & \cellcolor{gray!25}          &  \cellcolor{gray!25}       &                                                  &              &      &     \\ \cline{2-14} 
        & Mining            &   \cellcolor{gray!25}          &      \cellcolor{gray!25}      &     \cellcolor{gray!25}       &      \cellcolor{gray!25}      &       \cellcolor{gray!25}    &     \cellcolor{gray!25}        &       \cellcolor{gray!25}    &     \cellcolor{gray!25}    &                                                  &              &      &     \\ \cline{2-14} 
        & Construction            &     \cellcolor{gray!25}         &      \cellcolor{gray!25}      &        \cellcolor{gray!25}    &       \cellcolor{gray!25}     &  \cellcolor{gray!25}         &        \cellcolor{gray!25}     &  \cellcolor{gray!25}         &     \cellcolor{gray!25}    &                                                  &              &      &     \\ \cline{2-14} 
        & Manufacturing             &       \cellcolor{gray!25}       &    \cellcolor{gray!25}        &  \cellcolor{gray!25}          &    \cellcolor{gray!25}        &  \cellcolor{gray!25}         &    \cellcolor{gray!25}         &        \cellcolor{gray!25}   &      \cellcolor{gray!25}   &                                                  &              &      &     \\ \cline{2-14} 
        & Trade              &       \cellcolor{gray!25}       &  \cellcolor{gray!25}          &        \cellcolor{gray!25}    &        \cellcolor{gray!25}    &       \cellcolor{gray!25}    &        \cellcolor{gray!25}     &   \cellcolor{gray!25}        &   \cellcolor{gray!25}      &                                                  &              &      &     \\ \cline{2-14} 
        & Transportation            &     \cellcolor{gray!25}         &      \cellcolor{gray!25}      &        \cellcolor{gray!25}    &       \cellcolor{gray!25}     &     \cellcolor{gray!25}      &   \cellcolor{gray!25}          &    \cellcolor{gray!25}       & \cellcolor{gray!25}        &                                                  &              &      &     \\ \cline{2-14} 
        & Services              &    \cellcolor{gray!25}          &  \cellcolor{gray!25}          &  \cellcolor{gray!25}          &     \cellcolor{gray!25}       &  \cellcolor{gray!25}         &         \cellcolor{gray!25}    &      \cellcolor{gray!25}     &       \cellcolor{gray!25}  &                                                  &              &      &     \\ \cline{2-14} 
        & Outher Industry               &        \cellcolor{gray!25}      &   \cellcolor{gray!25}         &        \cellcolor{gray!25}    &        \cellcolor{gray!25}    &   \cellcolor{gray!25}        &    \cellcolor{gray!25}         &   \cellcolor{gray!25}        &      \cellcolor{gray!25}   &                                                  &              &      &     \\ \hline
        \parbox[t]{2mm}{\multirow{3}{*}{\rotatebox{90}{VALUE ADDED}}}           & Employees              & \multicolumn{8}{c|}{Employee compensation}                                             & \multicolumn{4}{c|}{\multirow{3}{*}{GROSS DOMESTIC PRODUCT}}                  \\ \cline{2-10}
        & \makecell{Business\\ Owners and\\ Capital }& \multicolumn{8}{c|}{Profit-type income and capital consuption allowances}             & \multicolumn{4}{l|}{}                                                        \\ \cline{2-10}
        & Government            & \multicolumn{8}{c|}{Indirect business taxes}                                         & \multicolumn{4}{l|}{}                                                        \\ \hline
\end{tabular}}
\end{table}
           \end{document}

在此处输入图片描述

但最终的效果并没有越来越接近。例如,字体变得非常小,当我旋转单词时无法调整单元格大小,例如 VALUE ADDED 这个词不在单元格内,灰色单元格没有轮廓,如图所示。

有人能帮助我吗?拜托

答案1

这是我的建议,在横向页面上使用表格,\footnotesize并使用较小的表格\tabcolsep以确保表格适合页面,以便在文本和水平线之间以及灰色区域中的水平线之间留出cellspace更多空间:hhline

(在下面的截图中,有些行似乎缺失了。这是由于 pdf 查看器造成的。编译代码并进一步放大以查看所有行。)

在此处输入图片描述

\documentclass[12pt,oneside, brazil]{article}
\usepackage[utf8]{inputenc}
\usepackage{textcase}

\usepackage{amsmath,amsfonts}

\usepackage{geometry}
\geometry{
  a4paper,
  left=30mm,
  top=30mm,
  right=20mm,
  bottom=20mm
}
\usepackage{array,multirow,graphicx}
\usepackage{makecell}
\usepackage{graphicx}
\usepackage{xcolor,colortbl}
\usepackage{float}
\usepackage{array}
\usepackage{pdflscape}
\usepackage{cellspace}
\setlength\cellspacetoplimit{\tabcolsep}
\setlength\cellspacebottomlimit{\cellspacetoplimit}
\usepackage{hhline}
\newcommand{\mycline}{\hhline{|~|-|-|-|-|-|-|-|-|-|-|-|-|-|}}

\usepackage[colorlinks, linkcolor=blue, citecolor=purple]{hyperref}
      \begin{document}
\begin{landscape}

      \begin{table}[H]
      \footnotesize
      \centering
      \setlength{\tabcolsep}{5pt}
\begin{tabular}{|*{14}{Sl|}}
        \hline
        \multicolumn{2}{|Sl|}{\multirow{2}{*}{}}             & \multicolumn{8}{c|}{PRODUCERS AS CONSUMER}                                           & \multicolumn{4}{Sc|}{FINAL DEMAND}                                           \\ \cline{3-14} 
        \multicolumn{2}{|l|}{}                              & Agric. & Mining & Const. & Manuf. & Trade & Transp. & Services & Outher & \multicolumn{1}{c|}{\makecell{Personal\\ Consumption\\ Expenditures}} & \makecell{Gross Private\\ Domestic\\ Investiment} &\makecell{ Govt.\\ Purchases of\\ Goods $\&$ \\Services} & \makecell{Net Exports \\of Goods $\&$\\ Services}\\ \hline
 \multirow{13}{*}{\rotatebox{90}{PRODUCERS}}        & Agriculture          &     \cellcolor{gray!25}        &         \cellcolor{gray!25}   & \cellcolor{gray!25}           & \cellcolor{gray!25}           &   \cellcolor{gray!25}        &   \cellcolor{gray!25}          & \cellcolor{gray!25}          &  \cellcolor{gray!25}       &                                                  &              &      &     \\ \mycline
        & Mining            &   \cellcolor{gray!25}          &      \cellcolor{gray!25}      &     \cellcolor{gray!25}       &      \cellcolor{gray!25}      &       \cellcolor{gray!25}    &     \cellcolor{gray!25}        &       \cellcolor{gray!25}    &     \cellcolor{gray!25}    &                                                  &              &      &     \\ \mycline  
        & Construction            &     \cellcolor{gray!25}         &      \cellcolor{gray!25}      &        \cellcolor{gray!25}    &       \cellcolor{gray!25}     &  \cellcolor{gray!25}         &        \cellcolor{gray!25}     &  \cellcolor{gray!25}         &     \cellcolor{gray!25}    &                                                  &              &      &     \\ \mycline 
        & Manufacturing             &       \cellcolor{gray!25}       &    \cellcolor{gray!25}        &  \cellcolor{gray!25}          &    \cellcolor{gray!25}        &  \cellcolor{gray!25}         &    \cellcolor{gray!25}         &        \cellcolor{gray!25}   &      \cellcolor{gray!25}   &                                                  &              &      &     \\  \mycline
        & Trade              &       \cellcolor{gray!25}       &  \cellcolor{gray!25}          &        \cellcolor{gray!25}    &        \cellcolor{gray!25}    &       \cellcolor{gray!25}    &        \cellcolor{gray!25}     &   \cellcolor{gray!25}        &   \cellcolor{gray!25}      &                                                  &              &      &     \\ \mycline 
        & Transportation            &     \cellcolor{gray!25}         &      \cellcolor{gray!25}      &        \cellcolor{gray!25}    &       \cellcolor{gray!25}     &     \cellcolor{gray!25}      &   \cellcolor{gray!25}          &    \cellcolor{gray!25}       & \cellcolor{gray!25}        &                                                  &              &      &     \\ \mycline
        & Services              &    \cellcolor{gray!25}          &  \cellcolor{gray!25}          &  \cellcolor{gray!25}          &     \cellcolor{gray!25}       &  \cellcolor{gray!25}         &         \cellcolor{gray!25}    &      \cellcolor{gray!25}     &       \cellcolor{gray!25}  &                                                  &              &      &     \\ \mycline 
        & Outher Industry               &        \cellcolor{gray!25}      &   \cellcolor{gray!25}         &        \cellcolor{gray!25}    &        \cellcolor{gray!25}    &   \cellcolor{gray!25}        &    \cellcolor{gray!25}         &   \cellcolor{gray!25}        &      \cellcolor{gray!25}   &                                                  &              &      &     \\ \hline
        \parbox[t]{2mm}{\multirow{3}{*}{\rotatebox{90}{VALUE ADDED}}}           & Employees              & \multicolumn{8}{c|}{Employee compensation}                                             & \multicolumn{4}{c|}{\multirow{7}{*}{GROSS DOMESTIC PRODUCT}}                  \\ \cline{2-10}
        & \makecell[l]{Business\\ Owners and\\ Capital }& \multicolumn{8}{c|}{Profit-type income and capital consuption allowances}             & \multicolumn{4}{l|}{}                                                        \\ \cline{2-10}
        & Government            & \multicolumn{8}{c|}{Indirect business taxes}                                         & \multicolumn{4}{l|}{}                                                        \\ \hline
\end{tabular}
\end{table}
\end{landscape}
           \end{document}

相关内容