赞
踩
abstract
\end{abstract}
keyword1 \sep keyword2 \sep keyword3 \sep keyword4 % \sep,以逗号分隔\end{keyword}
Introduction
% 中间空一行,下一段自动缩进
Introduction
\item1
\item2
\item2\end{itemize}
\begin{center}
\includegraphics[width=1.0\textwidth]{figure} % width=1.0\textwidth,图片的宽度占文字宽度的比例; figure图片名字,不带后缀
\caption{caption} % 标题
\end{center}\end{figure}
\{v_i=(x_i,y_i)|_{i=1,...,N}\} % \表示转义字符,_表示下标,^表示上标,上下标有多个时,用花括号包起来
\end{equation}
\centering
\caption{caption}
\begin{tabular}{llll} % llll 表示表格的四列都居左(left,center,right)
\hline
Structures &one&two(mm)\\ \hline % \\表示换行,\hline表示插入横线
one&$0.916\pm0.040$ &$2.902\pm1.142$\\ % &表示下一列,\pm表示±
two&$0.941\pm0.026$ &$3.000\pm1.128$\\
three &$0.844\pm0.074$ &$5.468\pm2.552$\\ \hline
\end{tabular}
\end{table}
\centering
\caption{caption}
\scalebox{0.7}{ % 表格宽度占文字宽度的比例
\begin{tabular}{lllllll}
\toprule % 三线表格第一条线
\multirow{2}{*}{Models} % 合并2行,填入Models
&\multicolumn{3}{l}{one} &\multicolumn{3}{l}{two(mm)}\\ \cmidrule(l){2-4}\cmidrule(l){5-7} % \multicolumn{3}{l}{one}表示合并3列,填入one,l表示居左;\cmidrule(l){2-4}表示2-4列插入一条横线
&one &two &three &one &two &three\\
\midrule % 三线表格第二条线
one &$0.847\pm0.085$ &$0.900\pm0.049$ &$0.749\pm0.124$ &$4.791\pm2.301$ &$4.761\pm2.224$ &$7.431\pm2.797$\\
\textbf{two} &$0.916\pm0.040$ &$0.941\pm0.026$ &$0.844\pm0.074$ &$2.902\pm1.142$ &$3.000\pm1.128$ &$5.468\pm2.552$\\
\bottomrule % 三线表格第三条线
\end{table}\end{tabular}}
\bibliography{References} % 引入.bib文件
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。