Overleaf 系列问题解决全览
1.Package inputenc: Unicode character (U+200B) (inputenc) not set up for use with LaTeX.
解决: 文档中有中文符号,但是latex里面只能识别英文字符,故我们需要找到这个中文字符。 将文字粘贴到https://w3c.github.io/xml-entities/unicode-names.html,然后搜索报错字符即可。
2.ACS期刊,作者名显示全名,不显示et al.
解决:添加以下字符
\usepackage{achemso}
\setkeys{acs}{maxauthors = 0}