表格中存在问题:
表格过长,显示信息不全
\begin{table*}
\caption{short} \label{t1}
\caption{Segmentation results}\label{tab:003} \centering
\resizebox{\textwidth}{!}{ ######自动调整
\begin{tabular}{llllllllllllllllll}
\hline
1234567&1&1234567&1&1234567&1&1234567&1&1234567&1&1234567&1&1234567&1&1234567&1&1234567&1\\
1234567&1&1234567&1&1234567&1&1234567&1&1234567&1&1234567&1&1234567&1&1234567&1&1234567&1\\
\hline
\end{tabular}}
\end{table*}
公式中存在的问题
latex在线公式编辑器https://www.latexlive.com
公式居中
\begin{equation}
I o U = \frac{|A \cap B|}{|A \cup B|} \\
\end{equation}
\begin{equation}
S = \alpha \times P+ (1-\alpha) \times I o U
\end{equation}
段落中的公式写作:$\ D_{\text {ratio }} $
参考文献的引用存在的问题
\bibliographystyle{elsarticle-num}
\bibliography{ref}
\biboptions{sort&compress}
引用后点击跳转需添加此包
\documentclass[preprint,12pt]{elsarticle}
\usepackage[colorlinks,
linkcolor=green,
anchorcolor=green,
linktocpage=true,
citecolor=green]{hyperref}