BITNP / BIThesis

📖 北京理工大学非官方 LaTeX 模板集合,包含本科、研究生毕业设计模板及更多。🎉 (更多文档请访问 wiki 和 release 中的手册)
https://bithesis.bitnp.net
LaTeX Project Public License v1.3c
691 stars 97 forks source link

latex 编译 报错 "bitbook.cls not found" #74

Closed falcon-xu closed 3 years ago

falcon-xu commented 3 years ago

你好,使用的是release中的2.0版本 报错信息: File bitbook.cls' not found. 编译环境: pdfTeX 3.14159265-2.6-1.40.21 (TeX Live 2020/W32TeX) kpathsea version 6.3.2 Copyright 2020 Han The Thanh (pdfTeX) et al. There is NO warranty. Redistribution of this software is covered by the terms of both the pdfTeX copyright and the Lesser GNU General Public License. For more information about these matters, see the file named COPYING and the pdfTeX source. Primary author of pdfTeX: Han The Thanh (pdfTeX) et al. Compiled with libpng 1.6.37; using libpng 1.6.37 Compiled with zlib 1.2.11; using zlib 1.2.11 Compiled with xpdf version 4.02

是否是需要源代码重新make 生成cls文件

falcon-xu commented 3 years ago

是对2.0.0版本中graduation-thesis/main.tex编译

fky2015 commented 3 years ago

可以参考 🍌 如何开始 | BIThesis 更新 LaTeX 环境至最新,或者手动安装 bithesis 宏集。

falcon-xu commented 3 years ago

可以参考 🍌 如何开始 | BIThesis 更新 LaTeX 环境至最新,或者手动安装 bithesis 宏集。

因为更新latex比较麻烦,但手动安装bithesis 宏集时会报错 我使用以下命令,安装bithesis 宏集 tlmgr update --self --all 报错信息如下: tlmgr.pl: Local TeX Live (2020) is older than remote repository (2021). Cross release updates are only supported with update-tlmgr-latest(.sh/.exe) --update See https://tug.org/texlive/upgrade.html for details.

fky2015 commented 3 years ago

请问你是用的是 Windows 么?

falcon-xu commented 3 years ago

请问你是用的是 Windows 么?

是的

fky2015 commented 3 years ago

Windows 环境建议直接安装 2021 的 Tex Live 环境。因为手动升级比较麻烦。

falcon-xu commented 3 years ago

好的,非常感谢