I created an article document class for my project proposal consisting of 1-page abstract and 15-pages details. I want to force the details to start on the odd page but the command \cleardoublepage does not work on article. What should I do?
Have you already tried delete the .BBL file? It contains all entries written in .BIB file but converted in \bibitem format and will be recreated when you run Bibtex.
I'm using \bibliographystyle{plain} which automatically sorts the bibliography by the first author's lastname alphabetically. As a result when I read the chapter, the intex-citation number doesn't start by [1], [2],... as it should be, but appears orderlessly e.g.[12], [8],... according to ...
Thanks! Thorsten. Finally I can use chapterbib features by adding cite package as you suggested.
I came across an easy way to build separated bibliography at end of each chapter, but I forgot to save that reference citation. Here is what works for me:
I'm jef from switzerland. I joined Latex community on the day I posted my first question and, surprisingly, on the same day I received the helpful answer from Thorsten (Thank you! Thorsten). I'm writing my ph.d. thesis using Latex and would probably need more helps from you guys. In return I'll ...
I am writing my thesis using TeXnicCenter 1.0 in cooperated with MiKTeX 2.9. I would like to add a new package -- chapterbib -- which does not include in MiKTeX 2.9, to be able to write bibliographies separately at the end of each chapter.