I'm wondering if it is possible to have multiple bibliography without me needed to update a references.bib file.
I have a main references.bib that contains most of my references, however, since I am combining multiple older latex files together that contain thebibliography environments.
\begin{thebibliography}{9}
\bibitem{lamport94}
Leslie Lamport,
\textit{\LaTeX: a document preparation system},
Addison Wesley, Massachusetts,
2nd edition,
1994.
\end{thebibliography}
I think in the future i will be more consistent in the way I make citations, but I am wondering if there is a way to make both thebibliography and separate bib files work together, or at bare minimum convert thebibliography to valid BibTeX references.
thebibliographyenvironments in addition to using\bibliography{references}– Johannes_B Jan 28 '19 at 06:01\bibliography{...}and athebibliographyenvironment in your document. But by default the numbering in both will start at 1 and it is not easily possible to sort the two to combine into one big bibliography. – moewe Jan 28 '19 at 07:39thebibliographyis hidden in a.bblfile and in your question it is explicit in the document). – moewe Jan 28 '19 at 07:40