使用latex写爱思唯尔的模板的基础语句方法

一级标题
\section{}
二级标题
\subsection{ }\label{}
三级标题
\subsubsection{Vehicle Characteristics Analysis}\label{}

图片
\begin{figure*}[h]%
	\centering\includegraphics[width=0.9\textwidth]{pic2.pdf}
	 \centering\caption{Overview of missing gantry trajectory reconstruction problems}\label{fig2}
\end{figure*}

\begin{figure}[!ht]
	\centering	
	\includegraphics[width=0.9\textwidth]{pic1.jpg}
	\caption{Picture illustration.}
	\label{fig1}
\end{figure}

并列图
\begin{figure*}[ht]
	\centering
	{
		\includegraphics[height=5cm,width=5cm]{pic14a.jpg}
	}
	\quad
	{
		\includegraphics[height=5 cm,width=5cm]{pic14b.jpg}
	}
	\quad
	\caption{Prediction effects and analysis within different section distance ranges.}
\end{figure*}

公式
\begin{equation}

\end{equation}

\表格
\begin{table*}[h]
	\line
	\caption{Table of travel speed correlation coefficients between the current time slice and the previous time slice}\label{tab1}%
	\begin{tabular}{@{}lllllllll@{}}
		\line
		TimeSlice &$T_1$    &$T_2$   &$T_3$   &$T_4$ &$T_5$ &$T_6$ &$T_7$ &$T_8$\\
		\line
		$\gamma$  &0.80  & 0.67 & 0.53 & 0.49 &0.38 &0.26 &0.21 &0.23 \\
		\botrule
	\end{tabular}
\end{table*}


	\resizebox{\textwidth}{!}{%
	\setlength{\tabcolsep}{2mm}{
	
	
	算法:
	
\begin{algorithm*}
	\caption{Flow Chart of Dijkstra algorithm based on depth constraint}\label{algo1}
	\begin{algorithmic}[1]
		\Require $O$:start node,$D$:end node,$cutoff$: termination length,$K$:number of shortest paths
		\Ensure $B$:ambiguous path 
		\State $k$ = 0
		\While{$ k<K $}
		\State $SP=Dijkstra(O,D),SP=\{Point_0,Point_1,...Point_n \}$
		\State $SP=Dijkstra(O,D),SP=\{Point_0,Point_1,...Point_n \}$
		\State $\{Point_0,Point_1,...Point_n \}\rightarrow\{V_0,V_1,...V_n\} $
		\For {$i$ to $n-1$}
		\State $Path(v_i,V_i+1)\rightarrow\infty$
		\If {$len(P_i)$ \textless $cutoff$}
		\If {$P$ not in $PC$}
		\State $PC\leftarrow P_i$ 
		\EndIf
		\EndIf
		\EndFor
		\State $SP=argmin(PC)$
		\State $B\leftarrow SP$
		\State $k=len(B)$
		\EndWhile
		\State Return $B$
	\end{algorithmic}
\end{algorithm*}

并列图片
\begin{figure*}[ht]
	\centering
	\begin{subfigure}{0.4\linewidth}
		\includegraphics[width=0.9\linewidth]{fig5a.pdf}
		\caption{Probability density diagram of passenger car speed distribution.}
	\end{subfigure}
	\quad
	\begin{subfigure}{0.4\linewidth}
		\includegraphics[width=0.9\linewidth]{fig5b.pdf}
		\caption{Probability density diagram of truck speed distributions.}
	\end{subfigure}
	\quad
	\caption{Probability density diagram of passenger and truck speed distributions.}
\end{figure*}

大写
\textbf{}

  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值