如何在不破坏页面宽度的情况下固定乳胶表的大小?

如何在不破坏页面宽度的情况下固定乳胶表的大小?

我已经创建了一个表格,并固定了它的宽度,但问题是,当我的表格宽度大于页面宽度时,如果我更改表格的大小,表格的线条就会被打断。我使用了 springer 模板。这是我的表格:

\begin{filecontents*}{Draft Paper.eps}
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 19 19 221 221
%%CreationDate: Mon Sep 29 1997
%%Creator: programmed by hand (JK)
%%EndComments
gsave
newpath
  20 20 moveto
  20 220 lineto
  220 220 lineto
  220 20 lineto
closepath
2 setlinewidth
gsave
  .4 setgray fill
grestore
stroke
grestore
\end{filecontents*}
\documentclass[twocolumn]{svjour3}          % twocolumn
\usepackage{multirow}
\usepackage{booktabs}% http://ctan.org/pkg/booktabs
\newcommand{\tabitem}{~~\llap{\textbullet}~~}

\begin{document}
\begin{center}
\begin{table*}[htp]
%\scriptsize        
\centering
%\begin{tabular}{|l|l|l|l|l|l|l|l|l|}
\begin{tabular}  {  |p{0.04\textwidth}|
p{0.04\textwidth}|p{0.12\textwidth}|p{0.12\textwidth}|p{0.13\textwidth}|p{0.13\textwidth}|p{0.12\textwidth}|p{0.12\textwidth}|p{0.02\textwidth}|} 


%%{  |p{0.04\textwidth}|
%%p{0.04\textwidth}|p{0.12\textwidth}|p{0.12\textwidth}|p{0.13\textwidth}|p{0.13\textwidth}|p{0.12\textwidth}|p{0.12\textwidth}|p{0.02\textwidth}|} 



\hline
Text Text Text
&

Text Text Text
&
Text Text Text
& 
Text  
& 
Text Text  & Text Text  & Text Text  & Text Text  & Text Text  

\\ \hline

{\multirow {10}{*}{\rotatebox{90}{ {Text Text } }}}  & 


%[origin=c] [3em]{\cellcolor{yellow}\begin{sideways}TEST\end{sideways}}


%{\multirow {2}[3em]{\cellcolor{yellow}\begin{sideways}TEST\end{sideways}}}  & 

{\multirow [c]{14}{*}{\rotatebox{90}{ Text   }}}


 & 

Text Text Text .
& 
Text Text .
& 

%\begin{tabular} {@{}l@{}}

 
\begin{tabitemize}

\item
RSS. 
\item Text Text .

\item Text Text .
\end{tabitemize}
 & 
 
 

%\begin{tabular}{@{}l@{}}
 
\begin{tabitemize}
\item Text Text .
\item Text Text  .  
\item Text Text  %\hspace{0.28cm}
rate.
\end{tabitemize}
%\end{tabular}  

&   

Text Text Text   Text Text  Text Text .

& 
Text    Text Text  Text Text .

& 

Text 



\\ \cline{3-9}&  & 

Text Text Text .
& 
Text  Text  Text  (10 Text   Text  5 Text ).
& 
 
 
 
 %\begin{tabular}{@{}l@{}}
 
\begin{tabitemize}
\item Text .
\item Text  Text . 
\item Text .
 
\end{tabitemize}
%\end{tabular}

& 

Text  Text   Text   Text .
&
Text  Text   Text   Text    Text  Text .
& 
Text  Text   Text  Text   Text  Text   Text .

& 

Text  \\ 


\cline{1-1} \cline{3-9} 

\multirow{4}{*} {\rotatebox[origin=c]{90} {   Text   }}  &  
&
Text -Text . 
 &
Text  Text   Text .
& 


Text  Text   Text   Text  in $t_{n}$.
& 

Text  Text   Text  Text   Text  Text  $t_{n+1}$.
& 
Text  Text  Text   Text  Text  Text   Text  Text .
& 
%\multicolumn{1}{c|}{
//
%} 
& 

Text  

\\ 
\hline

%\multirow{5}{*}{\rotatebox{90}{Example 3}}

\multirow{8}{*} {\rotatebox[origin=c]{90} {   Text    }} & 

\multirow{8}{*} {\rotatebox[origin=c]{90} {   Text  }}
& 
Text Text . 
&
Text Text Text .
& 
%\begin{tabular} {@{}l@{}}
 
\begin{tabitemize}
\item Text Text . 
\item Text . 
\item Text . 
\item Text . 
\item Text  Text . 
\item Text  Text . 
 
\end{tabitemize}
%\end{tabular}
&
Text  Text  Text   (Text , Text ,  Text , Text Text Text ).
& 
Text Text Text .
& 
Text Text Text Text .

& 


Text 

\\ \hline

\end{tabular}
\caption{Text Text Text Text }
\label{Text }   
\end{table*}
\end{center}

\end{document}

在此处输入图片描述

相关内容