本文共 1517 字,大约阅读时间需要 5 分钟。
目录
在线公式编辑器:
在线表格编辑器:,可能需要稍微等几秒,网站服务器可能在国外。
表格的行高设置方法:\renewcommand\arraystretch{1.5}
注意是在\begin{tabular}外面加上行代码
LaTeX编辑部:各种宏包,教程,毕业论文模板
不会的一定要去百度查
在figure后面加*即可
\begin{figure*}[ht] \centering \includegraphics[width=\linewidth]{imgs/proposed_method.png} \caption{Flow chart of proposed method for underwater acoustic signal separation} \label{flow}\end{figure*}
例:
\begin{align}l_Y(\Theta)&=\|\Theta\Theta^T-YY^T\|^2_{F} \nonumber\\&=\sum_{i,j}(\langle \theta_i,\theta_j\rangle-\langle y_i,y_j\rangle)^2 \nonumber \\&=\sum_{i,j:y_i=y_j}(|\theta_i-\theta_j|^2-1)+\sum_{i,j:y_i\neq y_j}\langle \theta_i, \theta_j \rangle^2\end{align}
\begin{equation}\label{}{H_{high}}(w)=\left\{\begin{array}{ll}0 & \left |w\right |\leq (1-\beta )\pi \\\theta (\frac{\alpha \pi -w}{\alpha +\beta -1}) & (1-\beta)\pi\leq w\leq \alpha \pi\\1 & \alpha \pi \leq \left | w \right | \leq \pi\end{array}\right.
多行注释Ctrl+T,取消多行注释再次按Ctrl+T
原因:在错误部分的正文内容中,存在中文符号,有可能是标点是中文,改成英文就可以了。
解决办法:比如我的错误是“Package inputenc Error: Unicode character , (U+FF0C)(inputenc) not set up for use with LaTeX. ...to explore and develop marine resources,”,其中报错的最后,有个逗号,为中文的,改了就正确了。
输入单个点:\cdot
横向多个点:\cdots
竖向多个点:\vdots
斜向多个点:\ddots
$ \left\|\cdot\right\|_2 $
该式带右下标二范数,如果不要2,删掉“_2”即可。
转载地址:http://bjloz.baihongyu.com/