再次并排摆放表格

再次并排摆放表格

我知道这种类型的问题已经被发布过很多次了,但是我已经研究了几天了,却无法让它正常工作。

我需要将两个表格并排放置,对齐到顶部,并且它们都应该有单独的标题和参考资料。

我已经走到这一步了,但是桌子还是不会挨在一起。

\noindent
\begin{minipage}[b]{.55\textwidth}
%\begin{table}[]
\centering
\begin{tabular}{p{7cm}|c}
\textbf{A - Fator de correção da rotação}                      & \textbf{dB} \\
\textless 600 rpm                                              & -5          \\
\textgreater 600 rps e \textless 1500 rpm                      & -2          \\
\textgreater 1500 rpm                                          & 0           \\ \hline
\textbf{B - Fator de correção do combustível}                  & \textbf{dB} \\
Diesel e gás natural                                           & 0           \\
Gás natural                                                    & -3          \\ \hline
\textbf{C - Fator de disposição dos cilindros}                 & \textbf{dB} \\
Em linha                                                       & 0           \\
Em V e Radial                                                  & -1          \\ \hline
\textbf{D - Fator de correção de admissão e ar}                & \textbf{dB} \\
Admissão de ar para o roots blower não dutada e não silenciada & +3          \\
Outros tipos de admissão (com ou sem turbo compressor)         & 0          
\end{tabular}
%\caption{...}
\label{Tab:Corr}
%\end{table}
\end{minipage}\qquad

\noindent
\begin{minipage}[b]{.35\textwidth}
%\begin{table}
\centering
\begin{tabular}{ >{\centering\arraybackslash}m{2cm} | >{\centering\arraybackslash}m{2cm} | >{\centering\arraybackslash}m{2cm} }
 Frequência central da banda de oitava [$Hz$] & Correção ruído de Exaustão [$dB$] & Correção ruído de Admissão [$dB$] \\ 
 \hline
 $31,5$ & $-5$ & $-4$\\  
 $63$ & $-9$ & $-11$\\  
 $125$ & $-3$ & $-13$\\
 $250$ & $-7$ & $-13$\\
 $5.00$ & $-15$ & $-12$\\
 $1.000$ & $-19$ & $-9$\\
 $2.000$ & $-25$ & $-8$\\
 $4.000$ & $-35$ & $-9$\\
 $8.000$ & $-43$ & $-17$\\
\end{tabular}
%\caption{...}
\label{Tab:Exaust}
%\end{table}
\end{minipage}

这使

在此处输入图片描述

谢谢!

答案1

这里有几个选项,希望可以帮助您按照您希望的方式显示表格。

选项 1:对代码进行小幅调整

此选项仅对您的代码进行了一些小的调整,输出为:

选项 1 的屏幕截图

\documentclass{article}
\usepackage{array}
\usepackage[margin=1cm]{geometry}
\begin{document}
\begin{table}
    \begin{minipage}[t]{.55\textwidth}
        \centering
        \caption{your caption goes here}
        \label{Tab:Corr}
        \begin{tabular}{p{7cm}|c}
            \textbf{A - Fator de correção da rotação}                      & \textbf{dB} \\
            \textless 600 rpm                                              & -5          \\
            \textgreater 600 rps e \textless 1500 rpm                      & -2          \\
            \textgreater 1500 rpm                                          & 0           \\ \hline
            \textbf{B - Fator de correção do combustível}                  & \textbf{dB} \\
            Diesel e gás natural                                           & 0           \\
            Gás natural                                                    & -3          \\ \hline
            \textbf{C - Fator de disposição dos cilindros}                 & \textbf{dB} \\
            Em linha                                                       & 0           \\
            Em V e Radial                                                  & -1          \\ \hline
            \textbf{D - Fator de correção de admissão e ar}                & \textbf{dB} \\
            Admissão de ar para o roots blower não dutada e não silenciada & +3          \\
            Outros tipos de admissão (com ou sem turbo compressor)         & 0
        \end{tabular}
    \end{minipage}
    \begin{minipage}[t]{.35\textwidth}
        \centering
        \caption{your other caption}
        \label{Tab:Exaust}
        \begin{tabular}{ >{\centering\arraybackslash}m{2cm} | >{\centering\arraybackslash}m{2cm} | >{\centering\arraybackslash}m{2cm} }
            Frequência central da banda de oitava [$Hz$] & Correção ruído de Exaustão [$dB$] & Correção ruído de Admissão [$dB$] \\
            \hline
            $31,5$                                       & $-5$                              & $-4$                              \\
            $63$                                         & $-9$                              & $-11$                             \\
            $125$                                        & $-3$                              & $-13$                             \\
            $250$                                        & $-7$                              & $-13$                             \\
            $5.00$                                       & $-15$                             & $-12$                             \\
            $1.000$                                      & $-19$                             & $-9$                              \\
            $2.000$                                      & $-25$                             & $-8$                              \\
            $4.000$                                      & $-35$                             & $-9$                              \\
            $8.000$                                      & $-43$                             & $-17$                             \\
        \end{tabular}
    \end{minipage}
\end{table}
\end{document}

选项 2:booktabs 和 siunitx

此选项添加booktabssiunitx包:

选项 2 的屏幕截图

\documentclass{article}
\usepackage{array}
\usepackage[margin=1cm]{geometry}
\usepackage{booktabs}
\usepackage{siunitx}
\begin{document}
\begin{table}
    \begin{minipage}[t]{.55\textwidth}
        \centering
        \caption{your caption goes here}
        \label{Tab:Corr}
        \begin{tabular}{p{7cm}c}
            \toprule
            \textbf{A - Fator de correção da rotação}                      & \si{\decibel} \\
            \textless 600 rpm                                              & $-5$          \\
            \textgreater 600 rps e \textless 1500 rpm                      & $-2$          \\
            \textgreater 1500 rpm                                          & $0$           \\ \midrule
            \textbf{B - Fator de correção do combustível}                  & \si{\decibel} \\
            Diesel e gás natural                                           & $0$           \\
            Gás natural                                                    & $-3$          \\ \midrule
            \textbf{C - Fator de disposição dos cilindros}                 & \si{\decibel} \\
            Em linha                                                       & $0$           \\
            Em V e Radial                                                  & $-1$          \\ \midrule
            \textbf{D - Fator de correção de admissão e ar}                & \si{\decibel} \\
            Admissão de ar para o roots blower não dutada e não silenciada & $+3$          \\
            Outros tipos de admissão (com ou sem turbo compressor)         & $0$           \\\bottomrule
        \end{tabular}
    \end{minipage}
    \begin{minipage}[t]{.35\textwidth}
        \centering
        \caption{your other caption}
        \label{Tab:Exaust}
        \begin{tabular}{ S >{\centering\arraybackslash}m{2cm} >{\centering\arraybackslash}m{2cm} }
            \toprule
            {\parbox{2cm}{Frequência central da banda de oitava [\si{\hertz}]}} & Correção ruído de Exaustão [\si{\decibel}] & Correção ruído de Admissão [\si{\decibel}] \\
            \midrule
            31,5                                                                & $-5$                                       & $-4$                                       \\
            63                                                                  & $-9$                                       & $-11$                                      \\
            125                                                                 & $-3$                                       & $-13$                                      \\
            250                                                                 & $-7$                                       & $-13$                                      \\
            5.00                                                                & $-15$                                      & $-12$                                      \\
            1.000                                                               & $-19$                                      & $-9$                                       \\
            2.000                                                               & $-25$                                      & $-8$                                       \\
            4.000                                                               & $-35$                                      & $-9$                                       \\
            8.000                                                               & $-43$                                      & $-17$                                      \\
            \bottomrule
        \end{tabular}
    \end{minipage}
\end{table}
\end{document}

其他说明

  1. 如果您的文档的边距不够宽,那么您可以加载该changepage包,然后使用adjustwidth环境:
    \begin{table}
         \begin{adjustwidth}{<left offset>}{<right offset>}
          ... 
          ...
          \end{adjustwidth}
     \end{table}
  1. 如果您不想使用table环境(也许您不希望表格浮动),那么您可以加载 caption 包,然后使用\captionof{table}{your caption goes here}
    \begin{minipage}[t]{.55\textwidth}
              \centering
          \captionof{table}{your caption goes here}

相关内容