我的文章中有 3 个表格。我希望表格 1 位于第 1 页的中间,表格 2 位于第 2 页的中间,表格 3 位于第 3 页的中间。我尝试过:
\begin{filecontents*}{example.eps}
\end{filecontents*}
\RequirePackage{fix-cm}
\documentclass{svjour3}
\usepackage{graphicx}
\usepackage[nottoc, notlof, notlot]{tocbibind}
\usepackage[justification=centering]{caption}
\usepackage{csquotes}
\usepackage[]{hyperref} % ps2pdf car je compile via Latex -> dvips -> ps2pdf
\hypersetup{
colorlinks=true,
linkcolor=blue, % Couleur des liens internes
citecolor=red, % Couleur des numéros de la biblio dans le corps
urlcolor=blue } % Couleur des url
%\usepackage[hyperpageref]{backref} % pour retourner à la citation à partir de la biblio
\usepackage{natbib} % pour changer la couleur des numéros dans la biblio
\usepackage{amssymb}
\begin{document}
\begin{table}[p]
\centering
\begin{tabular}{|r|r|r|r|r|r|r|r|r|}
\hline
$|C|$ & $|T|$ & $\sum_{c\in C}R_c$ & $\sum_{c\in C} |T_c|R_c$ & $\sum_{t\in T}N_t$ & $E$ & $\frac{\sum_{t\in T}N_t}{\sum_{c\in C}R_c}$ & $\max_{c\in C}\frac{W_c}{R_c}$ & $Z$ \\ \hline
1 & 5 & 7 & 35 & 1 & 5 & 0,14 & 0,14 & 0,03 \\
1 & 5 & 10 & 50 & 3 & 5 & 0,30 & 0,30 & 0,06 \\
1 & 5 & 10 & 50 & 8 & 5 & 0,80 & 0,80 & 0,16 \\
1 & 5 & 10 & 50 & 3 & 5 & 0,30 & 0,30 & 0,06 \\
1 & 5 & 10 & 50 & 8 & 5 & 0,80 & 0,80 & 0,16 \\
1 & 5 & 7 & 35 & 1 & 5 & 0,14 & 0,14 & 0,03 \\
1 & 5 & 10 & 50 & 13 & 2 & 1,30 & 1,30 & 0,26 \\
1 & 5 & 10 & 50 & 6 & 5 & 0,60 & 0,60 & 0,12 \\
1 & 5 & 7 & 35 & 3 & 5 & 0,43 & 0,43 & 0,09 \\
1 & 5 & 10 & 50 & 2 & 5 & 0,20 & 0,20 & 0,04 \\
1 & 5 & 10 & 50 & 5 & 5 & 0,50 & 0,50 & 0,10 \\
1 & 5 & 10 & 50 & 3 & 5 & 0,30 & 0,30 & 0,06 \\
1 & 5 & 10 & 50 & 5 & 5 & 0,50 & 0,50 & 0,10 \\
1 & 5 & 10 & 50 & 1 & 5 & 0,10 & 0,10 & 0,02 \\
1 & 5 & 7 & 35 & 2 & 5 & 0,29 & 0,29 & 0,06 \\
1 & 5 & 10 & 50 & 1 & 5 & 0,10 & 0,10 & 0,02 \\
1 & 5 & 7 & 35 & 4 & 5 & 0,57 & 0,57 & 0,11 \\
1 & 5 & 7 & 35 & 2 & 5 & 0,29 & 0,29 & 0,06 \\
1 & 5 & 10 & 50 & 11 & 1 & 1,10 & 1,10 & 0,22 \\
1 & 5 & 7 & 35 & 3 & 5 & 0,43 & 0,43 & 0,09 \\
1 & 5 & 10 & 50 & 4 & 5 & 0,40 & 0,40 & 0,08 \\
1 & 5 & 7 & 35 & 2 & 5 & 0,29 & 0,29 & 0,06 \\
1 & 5 & 7 & 35 & 0 & 5 & 0,00 & 0,00 & 0,00 \\
1 & 5 & 7 & 35 & 0 & 5 & 0,00 & 0,00 & 0,00 \\
1 & 5 & 7 & 35 & 3 & 5 & 0,43 & 0,43 & 0,09 \\
1 & 5 & 10 & 50 & 4 & 5 & 0,40 & 0,40 & 0,08 \\
1 & 5 & 10 & 50 & 6 & 5 & 0,60 & 0,60 & 0,12 \\
1 & 5 & 7 & 35 & 0 & 5 & 0,00 & 0,00 & 0,00 \\
1 & 5 & 7 & 35 & 0 & 5 & 0,00 & 0,00 & 0,00 \\
1 & 5 & 7 & 35 & 0 & 5 & 0,00 & 0,00 & 0,00 \\
\hline
\end{tabular}
\caption{\textit{Results of S1}}
\label{tab_s1}
\end{table}
\end{document}
但所有表格都在每页的顶部。您有什么想法吗?谢谢。
答案1
这是班级故意做出的设计变更。
你可以用以下方法恢复它
\documentclass{svjour3}
\makeatletter
\setlength\@fptop{0\p@ \@plus 1fil}
\makeatother
尽管出版商课程的常见建议是不是改变设计,关键在于强制出版商遵守设计规则(而不是让作者选择)