您的位置:首页 > 其它

Latex 常见错误汇总及解决方案

2017-03-19 16:56 459 查看
Latex Error:‘acmart.cls’ not found

windows下latex编译ACM论文模板时,出现
Latex Error:‘acmart.cls’ not found
,解决方案:

首先cd至模板所在目录下,然后运行以下命令:

tex acmart.ins


winEdit打开.tex 文件报错: error reading

打开从网上下载的或拷贝过来的.tex文件时显示 error reading,解决方案:

安装notepad++, 依次点击: 格式->转为utf8编码格式  即可


Latex 伪代码缩进:

可使用latex 提供的空格命令 \qquad 来实现伪代码的缩进,并可以手动对齐。

伪代码中for循环编写:

\FOR{i = 1 to t}{
\STATE Randomly sample m instances from X to construct a mini-batch;
\STATE Input the mini-batch to the image network ;
\STATE Calculate the derivative according to (5) and update the
parameter $\theta_x$ using back propagation.
}
\ENDFOR \\
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: