I write a book. I need to create a list of bibliography. I follow the manual recommendations and don't succeed.
In the part of the declarations I use \usepackage{biblatex}.
Then, I cite some reference as
Abba abba abba \cite{ddd} often dark
\begin{thebibliography}
\bibitem{ddd} abbbbba
\end{thebibliography}
After the compilations in MikTex 22.7 I get the following warning:
This is pdfTeX, Version 3.141592653-2.6-1.40.24 (MiKTeX 22.7) (preloaded format=pdflatex.fmt)
restricted \write18 enabled.
entering extended mode
(C:/Users/i-5/Desktop/untitled-1.tex
LaTeX2e <2022-06-01> patch level 5
L3 programming layer <2022-07-04>
(C:\Users\i-5\AppData\Local\Programs\MiKTeX\tex/latex/base\book.cls
Document Class: book 2021/10/04 v1.4n Standard LaTeX document class
(C:\Users\i-5\AppData\Local\Programs\MiKTeX\tex/latex/base\bk10.clo))
(C:\Users\i-5\AppData\Local\Programs\MiKTeX\tex/latex/biblatex\biblatex.sty
(C:\Users\i-5\AppData\Local\Programs\MiKTeX\tex/generic/pdftexcmds\pdftexcmds.s
ty
(C:\Users\i-5\AppData\Local\Programs\MiKTeX\tex/generic/infwarerr\infwarerr.sty
) (C:\Users\i-5\AppData\Local\Programs\MiKTeX\tex/generic/iftex\iftex.sty)
(C:\Users\i-5\AppData\Local\Programs\MiKTeX\tex/generic/ltxcmds\ltxcmds.sty))
(C:\Users\i-5\AppData\Local\Programs\MiKTeX\tex/latex/etoolbox\etoolbox.sty)
(C:\Users\i-5\AppData\Local\Programs\MiKTeX\tex/latex/graphics\keyval.sty)
(C:\Users\i-5\AppData\Local\Programs\MiKTeX\tex/latex/kvoptions\kvoptions.sty
(C:\Users\i-5\AppData\Local\Programs\MiKTeX\tex/generic/kvsetkeys\kvsetkeys.sty
)) (C:\Users\i-5\AppData\Local\Programs\MiKTeX\tex/latex/logreq\logreq.sty
(C:\Users\i-5\AppData\Local\Programs\MiKTeX\tex/latex/logreq\logreq.def))
(C:\Users\i-5\AppData\Local\Programs\MiKTeX\tex/latex/base\ifthen.sty)
(C:\Users\i-5\AppData\Local\Programs\MiKTeX\tex/latex/url\url.sty)
(C:\Users\i-5\AppData\Local\Programs\MiKTeX\tex/latex/biblatex\blx-dm.def)
(C:\Users\i-5\AppData\Local\Programs\MiKTeX\tex/latex/biblatex\blx-compat.def)
(C:\Users\i-5\AppData\Local\Programs\MiKTeX\tex/latex/biblatex\biblatex.def)
(C:\Users\i-5\AppData\Local\Programs\MiKTeX\tex/latex/biblatex/bbx\numeric.bbx
(C:\Users\i-5\AppData\Local\Programs\MiKTeX\tex/latex/biblatex/bbx\standard.bbx
))
(C:\Users\i-5\AppData\Local\Programs\MiKTeX\tex/latex/biblatex/cbx\numeric.cbx)
(C:\Users\i-5\AppData\Local\Programs\MiKTeX\tex/latex/biblatex\biblatex.cfg)
(C:\Users\i-5\AppData\Local\Programs\MiKTeX\tex/latex/l3kernel\expl3.sty
(C:\Users\i-5\AppData\Local\Programs\MiKTeX\tex/latex/l3backend\l3backend-pdfte
x.def))
(C:\Users\i-5\AppData\Local\Programs\MiKTeX\tex/latex/biblatex\blx-case-expl3.s
ty
(C:\Users\i-5\AppData\Local\Programs\MiKTeX\tex/latex/l3packages/xparse\xparse.
sty)))
No file untitled-1.aux.
(C:\Users\i-5\AppData\Local\Programs\MiKTeX\tex/latex/biblatex/lbx\english.lbx)
No file untitled-1.bbl.
LaTeX Warning: Citation 'ddd' on page 1 undefined on input line 6.
[1{C:/Users/i-5/AppData/Local/MiKTeX/fonts/map/pdftex/pdftex.map}] [2]
Runaway argument?
{\settowidth \labelwidth {@biblabel {
! Paragraph ended before \list was complete.
<to be read again>
\par
l.9
What's wrong?
\begin{thebibliography}? And, since you appear to want to create the bibliography by hand, why are you loading thebiblatexpackage? What happens if you (a) stop loading thebiblatexpackage, (b) change\begin{thebibliography}to\begin{thebibliography}{n}, wherenis an integer such as9or99, and (c) run LaTeX twice? – Mico Aug 06 '22 at 06:07