I have code as follows:
\documentclass{article}
\usepackage[
backend=biber,
style=alphabetic,
sorting=ynt
]{biblatex}
\addbibresource{References.bib}
\title{Bibliography management: \texttt{biblatex} package}
\author{Overleaf}
\date{ }
\begin{document}
\maketitle
\cite{simpson}
Using \texttt{biblatex} you can display a bibliography divided
into sections, depending on citation type.
\medskip
11111111111111
\printbibliography
22222222222222
\end{document}
And the file References.bib
@ARTICLE{Gill,
author = "A. E. Gill",
title = "Some Simple Solutions for Heat-Induced Tropical Circulation",
journal = "Quart. J. R. Met. Soc.",
volume = 106,
year = 1980,
pages = "447-462",
}
@ARTICLE{simpson,
author = "A. E. Gill77",
title = "Some Simple Solutions for Heat-Induced Tropical Circulation",
journal = "Quart. J. R. Met. Soc.",
volume = 106,
year = 1980,
pages = "447-462",
}
BUT I'm getting this 1 page output

So between the strings 11111111111 and 22222222222 the command
\printbibliography doesn't work.
with this warning
$ xelatex bib2.tex
This is XeTeX, Version 3.141592653-2.6-0.999993 (TeX Live 2021/W32TeX) (preloaded format=xelatex)
restricted \write18 enabled.
entering extended mode
(./bib2.tex
LaTeX2e <2021-11-15> patch level 1
L3 programming layer <2021-11-22>
(c:/texlive/2021/texmf-dist/tex/latex/base/article.cls
Document Class: article 2021/10/04 v1.4n Standard LaTeX document class
(c:/texlive/2021/texmf-dist/tex/latex/base/size10.clo))
(c:/texlive/2021/texmf-dist/tex/latex/biblatex/biblatex.sty
(c:/texlive/2021/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
(c:/texlive/2021/texmf-dist/tex/generic/infwarerr/infwarerr.sty)
(c:/texlive/2021/texmf-dist/tex/generic/iftex/iftex.sty)
(c:/texlive/2021/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty))
(c:/texlive/2021/texmf-dist/tex/latex/etoolbox/etoolbox.sty)
(c:/texlive/2021/texmf-dist/tex/latex/graphics/keyval.sty)
(c:/texlive/2021/texmf-dist/tex/latex/kvoptions/kvoptions.sty
(c:/texlive/2021/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty))
(c:/texlive/2021/texmf-dist/tex/latex/logreq/logreq.sty
(c:/texlive/2021/texmf-dist/tex/latex/logreq/logreq.def))
(c:/texlive/2021/texmf-dist/tex/latex/base/ifthen.sty)
(c:/texlive/2021/texmf-dist/tex/latex/url/url.sty)
(c:/texlive/2021/texmf-dist/tex/latex/biblatex/blx-dm.def)
(c:/texlive/2021/texmf-dist/tex/latex/biblatex/blx-unicode.def)
(c:/texlive/2021/texmf-dist/tex/latex/biblatex/blx-compat.def)
(c:/texlive/2021/texmf-dist/tex/latex/biblatex/biblatex.def)
(c:/texlive/2021/texmf-dist/tex/latex/biblatex/bbx/alphabetic.bbx
(c:/texlive/2021/texmf-dist/tex/latex/biblatex/bbx/standard.bbx))
(c:/texlive/2021/texmf-dist/tex/latex/biblatex/cbx/alphabetic.cbx)
(c:/texlive/2021/texmf-dist/tex/latex/biblatex/biblatex.cfg))
(c:/texlive/2021/texmf-dist/tex/latex/l3backend/l3backend-xetex.def
(|extractbb --version)) (./bib2.aux)
(c:/texlive/2021/texmf-dist/tex/latex/base/ts1cmr.fd)
(c:/texlive/2021/texmf-dist/tex/latex/biblatex/lbx/english.lbx)
(c:/texlive/2021/texmf-dist/tex/latex/l3kernel/expl3.sty)
(c:/texlive/2021/texmf-dist/tex/latex/biblatex/blx-case-expl3.sty
(c:/texlive/2021/texmf-dist/tex/latex/l3packages/xparse/xparse.sty))
(./bib2.bbl)
LaTeX Warning: Empty bibliography on input line 22.
[1] (./bib2.aux) )
Output written on bib2.pdf (1 page).
Transcript written on bib2.log.
\citeanything? Without any\cites, there is nothing\printbibliographycould show. – samcarter_is_at_topanswers.xyz Jun 03 '23 at 15:28\citesomething https://imgur.com/a/P83NQmo – JamesT Jun 03 '23 at 15:31\cite{simpson}but printbibliography still doesn't work. Please see my EDIT. – user2925716 Jun 03 '23 at 15:32pdflatex->biber->pdflatex? Or are you on Overleaf – JamesT Jun 03 '23 at 15:33biber filename? – samcarter_is_at_topanswers.xyz Jun 03 '23 at 15:35pdflatex, thenbiber, thenpdflatex– JamesT Jun 03 '23 at 15:35WinEdt 10.3and for gettingprintbibliographyproperly I must go to CMDLine (CygWin). Is there a way around it ? – user2925716 Jun 03 '23 at 15:42latexmk filename. This will automatically run all the necessary tools. – samcarter_is_at_topanswers.xyz Jun 03 '23 at 15:46xetex. How can I preserve this compilation tool ? – user2925716 Jun 03 '23 at 15:49-xelatexoption – samcarter_is_at_topanswers.xyz Jun 03 '23 at 15:51latexmk filenamedoesn't work. It apparently runsbiberbut gives no literature at the output at the end of the pdf document. On the other hand CMD line works fine to get bibliography. I have invested much effort into compilablexetexfile and I cannot easily switch to other compiler. Also, I have some other documents inxetex:-( – user2925716 Jun 03 '23 at 16:02\index{Tarski}and this\makeindex[columns=3, title=Alphabetical Index, intoc]but the references in the Index are not clickable to return to they occurrence place. How can I fix it ? – user2925716 Jun 03 '23 at 16:28latexmk. Surely, your editor can be convinced to runlatexmkfor you as well.) – moewe Jun 03 '23 at 19:21