Texmaker `algorithmic.sty' not f
2019-10-03 本文已影响0人
cca1yy
一般使用Texmaker编辑论文,都是在已有会议模板上修改为自己的论文内容。假设论文模板名为test.tex,快速构建后显示`algorithmic.sty' not found,会导致论文无法正常编辑。网上看到好多解决方法,都没有解决。其实解决方案很简单,如下:
- 直接在网页上搜索algorithmic.sty
- algorithmic.sty搜索结果
- 将网页里的内容复制下来,另存为algorithmic.sty。
- 将3中的algorithmic.sty文件复制到模板文件test.tex同个目录下。重新构建模板文件即可。