lastpage.sty
找不到文件,datime2.sty
找不到
- 昨天一切正常
- 关闭 macbook air
- 今天重新打开,文件显示错误
- 软件包已安装
- 我已经重新安装了 miktex 和 texmaker,但编译时仍然出现同样的错误
- 同样
esint.sty
和indentfirst
错误 - 欢迎任何帮助
答案1
以下是一个可能的原因和补救措施。
- 全新安装 texlive 后,目录 'lastpage' 被安装在 '/usr/local/texlive/texmf-dist/tex/latex/' 中(我不知道为什么?)。调用 'texhash' 显然没有带来任何改善。
- 接下来,我使用管理员权限(Linux 为 sudo 或 su)将目录“lastpage”从该位置复制到正确位置“/usr/share/texlive/texmf-dist/tex/latex/”。
- 'texhash' 的调用已完成该过程。