Dear all,
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
BibTeX, biblatex and biber ⇒ \bibitem with multiple files
\bibitem with multiple files
Last edited by vicen on Fri Nov 26, 2010 1:23 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

\bibitem with multiple files
I assume that by a "\bibitem type of bibiography" you mean that you are not using BibTeX, but simply a \begin{thebibiography} ... \end{thebibliography} environment? In that case, it should not be necessary to run BibTeX at all (though you will need to run LaTeX multiple times).
Could you produce a minimal working example that exemplifies the problem?
For example, I have no trouble with the following:
main.tex:
mybibfile.tex:
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
Yes, I meant not using BibTeX, but simply a \begin{thebibiography} ... \end{thebibliography}
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.
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
Now that the problem seems to be solved, please be so kind and mark the topic (not the last post) accordingly as clearly written in the Board Rules (to be read before posting). Otherwise please tell us what is missing. Please keep that in mind for the future so that further reminders will not be necessary.
Best regards and welcome to the board
Thorsten
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10