google-research / arxiv-latex-cleaner

arXiv LaTeX Cleaner: Easily clean the LaTeX code of your paper to submit to arXiv
Apache License 2.0
5.04k stars 318 forks source link

Support `biber` for references #71

Open zRapha opened 1 year ago

zRapha commented 1 year ago

When using Biber it may be required to add the following line at the top of the TEX file:

% !BIB program = biber

Wouldn't it make sense to whitelist or include in RE such cases?