xmweijh / ESWA_tools

MIT License
45 stars 8 forks source link

图片及表格的caption对齐问题 #1

Open tom155680 opened 1 year ago

tom155680 commented 1 year ago

冒昧问下博主,该模板的双栏表格和caption文字长度对应不齐是怎么回事?包括图片占两栏时,caption文字右对齐,左边空白;我尝试了多种方法但依旧无法修改,向您请教一下,望回复

xmweijh commented 1 year ago

有截图吗,看一下效果

tom155680 commented 1 year ago

好的,下面这两张图分别图片和表格的caption样式,超出的部分可以截断,但是不管怎么处理,左右两边会留空白,caption文字的长度要比表格的长度窄,您看下: TABLE PROBLEM figure problem

xmweijh commented 1 year ago

在我这边没出现这种情况,latex代码示意如下:

    \begin{table*}[width=\textwidth,cols=4,pos=ht]
        \caption{12345 xxxxxxxxxxxxxxxxx xxXX  X XX XXXXXXXXXXX X  XXXXXX.}
        \label{tbl2}
        \resizebox{\linewidth}{!}{
            \begin{tabular}{c|c|ccccccccccccc|c}
                \hline
                Dataset                   & Metric & AE     & DEC   & IDEC  & GAE   & VGAE  & ComE & ARGA & DAEGC & SDCN  & DFCN          & AGCN           & CaEGCN               & SEDCN & IEDGCN         \\ \hline
                \multirow{4}{*}{USPS}     & ACC    & 1      & 2     & 3     & 3     & 4     & 5    & 6    & 7     & 8     & 9             & \textbf{10}    & 11                   & 12    & 13             \\
                                          & NMI    & 1      & 2     & 3     & 3     & 4     & 5    & 6    & 7     & 8     & \textbf{9}    & 10             & 11                   & 12    & 13             \\
                                          & ARI    & 1      & 2     & 3     & 3     & 4     & 5    & 6    & 7     & 8     & \textbf{9}    & 10             & 11                   & 12    & 13             \\
                                          & F1     & 1      & 2     & 3     & 3     & 4     & 5    & 6    & 7     & 8     & 9             & 10             & 11                   & 12    & \textbf{13}    \\ \hline
                \end{tabular}              
        }
    \end{table*}
    \begin{figure*}[width=\textwidth,ht!] 
        \centering 
        \includegraphics[width=0.3\textwidth]{./123.png}
        \caption{XXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXX XXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXX} % 图片标题
        \label{FIG:frame} 
    \end{figure*}
zuokuijun commented 2 months ago

@tom155680 请问您解决这个问题了吗?我也同样出现了这个问题

self-memory commented 2 months ago

可以把overleaf的官方模板中的cas-common.sty的全部原文替换自己的sty文件,https://www.overleaf.com/latex/templates/elseviers-cas-latex-double-column-template/hhzpymgjmxfk