after searching this forum to find an answer for my problem, I couldn't find anything that could help, so I started a new topic.
I've got the following problem:
I would like to have bibliography after each chapter of my Thesis. I use "chapterbib" package. My endfile looks like this:
Code: Select all
\include{chapter1}
\include{chapter2}
...
\include{chapter5}
\bibliography{library} not in the end output file, but in the end of each chapter to include.
The things is: I have worked with Endnote X4 to create references, so I have about 500 papers there. Then I just choose the BibTex style to export, export the endnote file to library.txt, change the file extension to library.bib, so that I have got one file with all reference in.
The problem is, it does not work this way. When I include the command \bibliography{library} after each chapter, I don't get any references by compiling the end output file. If I include \bibliography{library} in the end file, I do get everything in the end, and not chapter by chapter.
Hopefully I have explained it clear, I am not that experienced with TeX.