- Add-ons > Paperpile > Manage citations
- {cog} > Export
- Export document
- BibTeX citation codes
- Export references
- BibTeX
- Escape literals in the text
% \%
- insert Figure cross-references
Figure 1 Figure \ref{fig:1}
- use the right citation prefix
\cite{ \citep{
Name et al. \cite{ \cite{
(e.g., \cite{
- correct italicisation
\textit{a priori}
- search and replace all non-ascii chars
[^\x00-\x7F]
≤ $\leq$
- upload "references.bib"
- fix bioRxiv preprints where the journal is "Cold Spring"
journal = "arXiv",
- every "@UNPUBLISHED" entry must have a note field
note = "~",
- resolve auto-conversion errors:
% The entry below contains non-ASCII chars that could not be converted
% to a LaTeX equivalent.
- search and replace all non-ascii chars
[^\x00-\x7F]
~ \textasciitilde{}
∼ \textasciitilde{}
‐ -
… \ldots
-
Overleaf Menu > Download > Source
-
download the compiled version of the bibliography
-
Download PDF > output.bbl
-
rename
output.bbltoArticle.bbland add to the zip file
-
-
upload zip file to arXiv!!