BibTeX, biblatex and biber ⇒ \bibitem with multiple files
\bibitem with multiple files
My problem is that I have a \bibitem type of bibliography for my thesis, which contains several (multiple) included files, being the bibliography the last one. When I have the \cite{} and the \bibitem in the same document it runs perfectly, but when I have the bibliography in an included one I get the question marks (?) in the text. I know that normally for them to disappear it is necessary to run LaTeX; BibTeX; LaTeX; LaTeX, but this time they simply remain whatever I do (.bbl created only contain begin and end of the bibliography, and I have tried with several packages: natbib, biblatex,...).
I would deeply appreciate your help with this problem.
Best regards
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
\bibitem with multiple files
Could you produce a minimal working example that exemplifies the problem?
For example, I have no trouble with the following:
main.tex:
Code: Select all
\documentclass{article}
\begin{document}
Let's try citing \cite{something}
\input{mybibfile.tex}
\end{document}
Code: Select all
\begin{thebibliography}{99}
\bibitem{something} Here is what I'm citing.
\end{thebibliography}
Re: \bibitem with multiple files
Thank you very much! Seeing that your example worked I keept on moving things and apparently it did not work with the harvard commands I had:
\usepackage[agsm]{harvard}
\renewcommand{\harvardand}{and}
\citationmode{abbr}
but it did with the {cite} package alone.
Best regards.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
\bibitem with multiple files
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10