Windows10下Latex缺少sty文件时的安装方法

转载至https://blog.csdn.net/godwriter/article/details/97624231#comments

问题描述

使用texstudio写论文,想添加一个附录,需要导入\usepackage{appendix},但是texstudio一直报错: LaTeX Error: File `appendix.sty' not found。以下给出两种解决方案

方案一

这是很简单的方案:

在计算机程序中找到:MikTex Console
选择Packages
在搜索栏中输入自己缺少的包名
右键,Install Packages
这样就可以解决了,但有的时候,MiKTex会卡顿出问题,Whatever什么原因,那就用方案二吧

方案二

访问https://www.ctan.org/tex-archive/macros/latex/contrib/

搜索缺少的安装包名,如appendix,下载到本地
一般是zip文件,解压,里面有Ins文件
cmd进入解压后的文件,并执行命令:latex appendix.ins,会生成相对应的appendix.sty文件
将整个文件拷贝到latex安装目录下“\MiKTex2.9\tex\latex”
win+R召唤cmd,执行texhash刷新Tex文件数据库即可

参考链接

https://blog.csdn.net/guojingjuan/article/details/84878630
https://blog.csdn.net/lvshu_yuan/article/details/80487752
————————————————
版权声明:本文为CSDN博主「GodWriter」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/godwriter/article/details/97624231

你可能感兴趣的:(论文投稿)