横向模型中的三个表格彼此之间距离相等,并且边距也相等

横向模型中的三个表格彼此之间距离相等,并且边距也相等

我有以下代码:

\afterpage{%
\clearpage% Flush earlier floats (otherwise order might not be correct)
\thispagestyle{empty}% empty page style (?)
\begin{landscape}% Landscape page
    \begin{table}
        \begin{adjustwidth}{-1cm}{}
        \begin{adjustbox}{width=20cm}
            \tiny
            \begin{tabular}{|| c | c ||} 
                \hline
                \textbf{DATABASE} & \textbf{QUERY 1: QUERY USED PER DATABASE} \\ [0.5ex] 
                \hline
                Scopus & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                EBSCO/CJA & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                CA/WoS & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                ProQuest/IBSS & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                EBSCO/PsycINFO & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                ProQuest/CJD & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                ScienceDirect & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                Wiley & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                JSTOR & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                WorldCat & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
            \end{tabular}
        \end{adjustbox}
        \bigskip
        \begin{adjustbox}{width=20cm}
            \tiny
            \begin{tabular}{|| c | c ||} 
                \hline
                \textbf{DATABASE} & \textbf{QUERY 2: QUERY USED PER DATABASE} \\ [0.5ex] 
                \hline
                Scopus & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                EBSCO/CJA & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                CA/WoS & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                ProQuest/IBSS & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                EBSCO/PsycINFO & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                ProQuest/CJD & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                ScienceDirect & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                Wiley & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                JSTOR & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                WorldCat & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
            \end{tabular}
        \end{adjustbox}
        \bigskip
        \begin{adjustbox}{width=20cm}
            \tiny
            \begin{tabular}{|| c | c ||} 
                \hline
                \textbf{DATABASE} & \textbf{QUERY 3: QUERY USED PER DATABASE} \\ [0.5ex] 
                \hline
                Scopus & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                EBSCO/CJA & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                CA/WoS & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                ProQuest/IBSS & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                EBSCO/PsycINFO & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                ProQuest/CJD & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                ScienceDirect & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                Wiley & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                JSTOR & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                WorldCat & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
            \end{tabular}
        \end{adjustbox}
        \end{adjustwidth}
        \label{table:3}
    \end{table}
\end{landscape}
\clearpage% Flush page

}

由此我得到了下面的图片:

在此处输入图片描述

有没有办法消除较大的上边距?我曾多次使用 \vspace 和 \vspace*,但都没有效果,而且弄乱了横向模式(它处于正常模式文档中)

任何帮助将非常感激!

答案1

使用geometry\newgeometry开始单页,并\restoregeometry在末尾添加。

(1)无需改变字体大小。

(2)注意每个 之前的空行\bigskip

(3)增加了一些单元格的垂直拉伸(来自array)。

負責

瓦

\documentclass{article}

\RequirePackage[margin=2in]{geometry}
\RequirePackage{pdflscape}
\RequirePackage{afterpage}
\RequirePackage{array}  

\RequirePackage{kantlipsum} % dummy text

\begin{document}
    
1. \kant[1-3]

\afterpage{%
    \newgeometry{margin=0.5in}  
    \clearpage% Flush earlier floats (otherwise order might not be correct)
    \thispagestyle{empty}% empty page style (?)
    \begin{landscape}% Landscape page
        \begin{table}
            \renewcommand{\arraystretch}{1.2}
            \centering
            %        \begin{adjustwidth}{-1cm}{}
            %        \begin{adjustbox}{width=20cm}
            %            \tiny
            \begin{tabular}{|| c | c ||} 
                \hline
                \textbf{DATABASE 1} & \textbf{QUERY 1: QUERY USED PER DATABASE} \\ [0.5ex] 
                \hline
                Scopus & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                EBSCO/CJA & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                CA/WoS & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                ProQuest/IBSS & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                EBSCO/PsycINFO & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                ProQuest/CJD & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                ScienceDirect & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                Wiley & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                JSTOR & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                WorldCat & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
            \end{tabular}
            %        \end{adjustbox}
            
            \bigskip
            %        \begin{adjustbox}{width=20cm}
            %            \tiny
            \begin{tabular}{|| c | c ||} 
                \hline
                \textbf{DATABASE 2} & \textbf{QUERY 2: QUERY USED PER DATABASE} \\ [0.5ex] 
                \hline
                Scopus & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                EBSCO/CJA & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                CA/WoS & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                ProQuest/IBSS & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                EBSCO/PsycINFO & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                ProQuest/CJD & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                ScienceDirect & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                Wiley & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                JSTOR & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                WorldCat & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
            \end{tabular}
            %        \end{adjustbox}
            
            \bigskip
            %        \begin{adjustbox}{width=20cm}
            %            \tiny
            \begin{tabular}{|| c | c ||} 
                \hline
                \textbf{DATABASE 3} & \textbf{QUERY 3: QUERY USED PER DATABASE} \\ [0.5ex] 
                \hline
                Scopus & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                EBSCO/CJA & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                CA/WoS & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                ProQuest/IBSS & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                EBSCO/PsycINFO & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                ProQuest/CJD & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                ScienceDirect & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                Wiley & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                JSTOR & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
                WorldCat & (“police” OR “law enforcement”) AND (“response time?” OR “arrival time?”) \\
                \hline
            \end{tabular}
            %        \end{adjustbox}
            %        \end{adjustwidth}
            \label{table:3}
        \end{table}
    \end{landscape}
\clearpage% Flush page
}

\restoregeometry

2. \kant[2-5]

\end{document}

相关内容