7 列の長い表が必要なので、横長形式を選択しました。最後の列のテキストが正しい位置にないことを除いて、すべて正常に動作しています。テキストがページの余白を尊重していない理由がわかりません (表の後に書いたテキストは尊重されています)。画像に、この例があります。
問題を再現するためのコードをいくつか示します。
\documentclass{report}
\usepackage{array}
\usepackage{pdflscape}
\usepackage{colortbl}
\usepackage{longtable}
\begin{document}
\begin{landscape}
\footnotesize
\begin{longtable}
{>{\centering\hspace{0pt}}m{0.055\linewidth}>
{\centering\hspace{0pt}}m{0.06\linewidth}>
{\centering\hspace{0pt}}m{0.22\linewidth}>
{\centering\hspace{0pt}}m{0.04\linewidth}>
{\centering\hspace{0pt}}m{0.15\linewidth}>
{\centering\hspace{0pt}}m{0.05\linewidth}>
{\centering\arraybackslash\hspace{0pt}}m{0.3\linewidth}}
\caption{EEG table} \\
\label{tab:EEG}
\textbf{} & \textbf{Cohort} & \textbf{MI Task} & \textbf{NC} &
\textbf{Network Nodes} & \textbf{Metrics} & \textbf{Main Findings}
\endfirsthead
\multicolumn{7}{c}%
{{\bfseries \tablename\ \thetable{} -- continued from previous page}} \\
\\
\textbf{} & \textbf{Cohort} & \textbf{MI Task} & \textbf{NC}
& \textbf{Network Nodes} & \textbf{Metrics} & \textbf{Main Findings}\\ \hline
\endhead
\hline
\multicolumn{7}{>{\centering\arraybackslash\hspace{0pt}}m{1.089\linewidth}}
{{\cellcolor[rgb]{0.714,0.714,0.714}}\textbf{Effective Connectivity}}
\\
\hline
\rowcolor[rgb]{0.871,0.871,0.871} Vukelić, Mathias et al. (2014) & 16 HS & kinesthetic imagination of opening the right hand; each trial consisted of a preparation (2s), MI (6s), and rest (8s) phase & 32 & 24 electrodes as nodes & PSI & activation of an ipsilateral sensorimotor–parietal EC network is an indicator of a low ability for regional sensorimotor $\beta$-modulation \\
Yi, Weibo et al. (2014) & 10 HS & imagine left hand, right hand, feet, both hands and hand combined with foot movements; each trial consisted of a preparation cue (1s), MI (4s) and rest (1s) phase & 64 & 21 electrodes as nodes & \textcolor{red}{PLV}, SDTF & findings imply that there exist apparent intrinsic distinctions of neural mechanism between simple and compound limb MI, which presents a more complex EC network and may involve a more complex cognitive process during information processing \\
\rowcolor[rgb]{0.871,0.871,0.871} Liang, Shuang et al. (2016) & 9 HS & imagination of movement of the left hand, right hand, both feet and tongue; each trial consisted of a cue (1.25s), MI (3s, no feedback was provided) and rest (1.5s) phase & 22 & 9 electrodes used as nodes & PDC & significant EC exists in the bilateral hemisphere during the tasks, regardless of the left or right-hand MI tasks. Furthermore, the out-in rate results of the information flow reveal the existence of contralateral lateralisation; \textcolor{red}{using PDC to compute EC provides efficient features for the detection of MI tasks and has great potential to be applied in BCIs}
\end{longtable}
\textbf{Abbreviations:}
\textbf{ADTF} Adaptive Directed Transfer Function,
\textbf{BCI} Brain Computer Interface,
\textbf{CCorr} Cross Correlation,
\textbf{CMA} Cingulate Motor Areas,
\textbf{Coh} Coherence,
\textbf{Corr} Correlation,
\textbf{DCM} Dynamic Causal Modelling
\end{landscape}
\end{document}
答え1
の代わりにlongtblr
のパッケージを使用すると、より短いコードを書くことができ、よりフォーマットされた表が得られます。列を使用すると、表の幅は(= )に等しくなり、2 列目と 4 列目を除いて列幅の比率を決定することもできます。2 列目と 4 列目では、セルの内容で決定される自然な幅が保持されます。2 列目と最後の列には両端揃えのテキストがあり、これにより表の見栄えが良くなると思います。tabularray
longtalble
X
\linewidth
\textheight
\documentclass{report}
\usepackage{pdflscape}
\usepackage{xcolor}
\usepackage{tabularray}
\UseTblrLibrary{booktabs}
\begin{document}
\begin{landscape}
\footnotesize
\begin{longtblr}[
caption = {EEG table},
label = {tab:EEG}
]{colsep=4pt,
colspec = {X[0.5,l,m] Q[c,m]
X[1.8,j,m] Q[c,m] X[0.7,l,m] X[0.3,c,m]
X[2.2,j,m]
},
cell{2}{1} = {c=7}{c},
row{1,2} = {c, font=\bfseries},
row{2} = {font=\bfseries, bg=gray!45},
row{odd[3]} = {bg=gray!15},
rowhead = 1}
\toprule
& Cohort
& MI Task
& NC
& Network Nodes
& Met\-rics
& Main Findings \\
\midrule
Effective Connectivity
& & & & & & \\
Vukelić, Mathias et al. (2014)
& 16 HS
& kinesthetic imagination of opening the right hand; each trial consisted of a preparation (2s), MI (6s), and rest (8s) phase
& 32
& 24 electrodes as nodes
& PSI
& activation of an ipsilateral sensorimotor–parietal EC network is an indicator of a low ability for regional sensorimotor $\beta$-modulation
\\
Yi, Weibo et al. (2014)
& 10 HS
& imagine left hand, right hand, feet, both hands and hand combined with foot movements; each trial consisted of a preparation cue (1s), MI (4s) and rest (1s) phase
& 64
& 21 electrodes as nodes
& \textcolor{red}{PLV}, SDTF
& findings imply that there exist apparent intrinsic distinctions of neural mechanism between simple and compound limb MI, which presents a more complex EC network and may involve a more complex cognitive process during information processing \\
Liang, Shuang et al. (2016)
& 9 HS
& imagination of movement of the left hand, right hand, both feet and tongue; each trial consisted of a cue (1.25s), MI (3s, no feedback was provided) and rest (1.5s) phase
& 22
& 9 electrodes used as nodes
& PDC
& significant EC exists in the bilateral hemisphere during the tasks, regardless of the left or right-hand MI tasks. Furthermore, the out-in rate results of the information flow reveal the existence of contralateral lateralisation; \textcolor{red}{using PDC to compute EC provides efficient features for the detection of MI tasks and has great potential to be applied in BCIs}
\\
\bottomrule
\end{longtblr}
\textbf{Abbreviations:}
\textbf{ADTF} Adaptive Directed Transfer Function,
\textbf{BCI} Brain Computer Interface,
\textbf{CCorr} Cross Correlation,
\textbf{CMA} Cingulate Motor Areas,
\textbf{Coh} Coherence,
\textbf{Corr} Correlation,
\textbf{DCM} Dynamic Causal Modelling
\end{landscape}
\end{document}
答え2
複数列で明示的に を指定して、テーブルをテキスト ブロックより広くしようとしました1.089\linewidth
が、列の幅と間隔の合計が\tabcolsep
を超えていたので\linewidth
、ここで減らしました\tabcolsep
。
\documentclass{report}
\usepackage{array}
\usepackage{pdflscape}
\usepackage{colortbl}
\usepackage{longtable}
\begin{document}
\begin{landscape}
\noindent X\dotfill X
\footnotesize
\setlength\tabcolsep{4.9pt}
\begin{longtable}
{>{\centering\hspace{0pt}}m{0.055\linewidth}>
{\centering\hspace{0pt}}m{0.06\linewidth}>
{\centering\hspace{0pt}}m{0.22\linewidth}>
{\centering\hspace{0pt}}m{0.04\linewidth}>
{\centering\hspace{0pt}}m{0.15\linewidth}>
{\centering\hspace{0pt}}m{0.05\linewidth}>
{\centering\arraybackslash\hspace{0pt}}m{0.3\linewidth}}
\caption{EEG table} \\
\label{tab:EEG}
\textbf{} & \textbf{Cohort} & \textbf{MI Task} & \textbf{NC} &
\textbf{Network Nodes} & \textbf{Metrics} & \textbf{Main Findings}
\endfirsthead
\multicolumn{7}{c}%
{{\bfseries \tablename\ \thetable{} -- continued from previous page}} \\
\\
\textbf{} & \textbf{Cohort} & \textbf{MI Task} & \textbf{NC}
& \textbf{Network Nodes} & \textbf{Metrics} & \textbf{Main Findings}\\ \hline
\endhead
\hline
\multicolumn{7}{c}
{{\cellcolor[rgb]{0.714,0.714,0.714}}\textbf{Effective Connectivity}}
\\
\hline
\rowcolor[rgb]{0.871,0.871,0.871} Vukelić, Mathias et al. (2014) & 16 HS & kinesthetic imagination of opening the right hand; each trial consisted of a preparation (2s), MI (6s), and rest (8s) phase & 32 & 24 electrodes as nodes & PSI & activation of an ipsilateral sensorimotor–parietal EC network is an indicator of a low ability for regional sensorimotor $\beta$-modulation \\
Yi, Weibo et al. (2014) & 10 HS & imagine left hand, right hand, feet, both hands and hand combined with foot movements; each trial consisted of a preparation cue (1s), MI (4s) and rest (1s) phase & 64 & 21 electrodes as nodes & \textcolor{red}{PLV}, SDTF & findings imply that there exist apparent intrinsic distinctions of neural mechanism between simple and compound limb MI, which presents a more complex EC network and may involve a more complex cognitive process during information processing \\
\rowcolor[rgb]{0.871,0.871,0.871} Liang, Shuang et al. (2016) & 9 HS & imagination of movement of the left hand, right hand, both feet and tongue; each trial consisted of a cue (1.25s), MI (3s, no feedback was provided) and rest (1.5s) phase & 22 & 9 electrodes used as nodes & PDC & significant EC exists in the bilateral hemisphere during the tasks, regardless of the left or right-hand MI tasks. Furthermore, the out-in rate results of the information flow reveal the existence of contralateral lateralisation; \textcolor{red}{using PDC to compute EC provides efficient features for the detection of MI tasks and has great potential to be applied in BCIs}
\end{longtable}
\textbf{Abbreviations:}
\textbf{ADTF} Adaptive Directed Transfer Function,
\textbf{BCI} Brain Computer Interface,
\textbf{CCorr} Cross Correlation,
\textbf{CMA} Cingulate Motor Areas,
\textbf{Coh} Coherence,
\textbf{Corr} Correlation,
\textbf{DCM} Dynamic Causal Modelling
\end{landscape}
\end{document}