最近要用latex编辑论文格式,从期刊官网下载了模板,运行时报错缺少picins.sty的宏包,了解到这是比较古早的用来编辑图片的宏包,现在的版本早就不用这个宏包就能弄好图片了。但是期刊的模板里又用到了,还是想手动安装。
参考以下两个链接:
1、LaTeX Error: File ''picins.sty'' not Found._ctex file `picins.sty' not found.-CSDN博客
2、[Latex] CTEX解决File "xxx.sty" not found问题 - TinaSmile - 博客园
从下面这个链接下载picins
https://www.ctan.org/pkg/picins手动复制到目录\texlive\texmf-local\tex\latex
win+R 输入 texhash 运行 texhash 刷新 Tex 文件数据库
再次尝试时模板就可用不再报错了。