Tagged Questions
0
votes
1answer
58 views
A question mark instead of reference number appears when \cite is in a separate file inlcuded in the main file by \include
I am using the book style and each chapter is put in a separate file and included in the main file by \include. At the end of the main file, I put the following lines:
\bibliographystyle{plain}
...
2
votes
0answers
185 views
BibTeX not working with \input or \include [closed]
I need some help with BibTeX. I use a seperate *.bib file which is working perfectly, but when the commands \input or \include are used to input text from another *.tex file the application tells me ...
8
votes
2answers
2k views
Multiple bibliographies
I have the following:
\documentclass{report}
\begin{document}
\include{chapter1}
\include{chapter2}
\end{document}
I also have a reference.bib file, with entries book1, book2 and book3.
...