latex编译参考文献出错解决办法
(2021-02-08 14:44:24)
标签:
技巧杂谈科研 |
分类: LaTeX |
问题1:i found no \citation
commands
解决办法:
将
biber 改为 bibtex 即可
详见:CSDN
问题2:错误代码
argument of \HyPsd@GetTwoBytes has an
extra
解决办法:
将
CJK 包改为 CJKutf8 宏包
问题3:如何将附录重新编号
\setcounter{equation}{0}
\renewcommand\theequation{A.\arabic{equation}}
详见:CSDN 。
前一篇:微信聊天记录导出为Word
后一篇:latex问题汇总