hello,
I'm writing this to you because I'm having a slight problem with my master thesis.
I want to write my thesis with Latex because of many reasons ( as anyone here can see), I've seen in many books a very interesting style: each chapter is written by different authors, which means that there are no connection between chapters. What interests me the most in this style is that at the beginning of each chapter, there is a small table of content of that chapter, and at the end of the chapter, there is a bibliography (which is specific to the chapter).
What I want to know is which package can i use to make it and how? Do you guys know any website which explains that (esp. the bibliography and the table of content for each chapter)?
Thank you.
General ⇒ book style with the table of content at each chapter
NEW: TikZ book now 40% off at Amazon.com for a short time.

book style with the table of content at each chapter
Hi,
for the table of contents at the start of each chapter, try the minitoc package http://tug.ctan.org/pkg/minitoc
for the bibliography at the end of each chapter, try the bibunits package http://tug.ctan.org/pkg/bibunits or the chapterbib package http://tug.ctan.org/pkg/chapterbib
Regards
Nicola Talbot
for the table of contents at the start of each chapter, try the minitoc package http://tug.ctan.org/pkg/minitoc
for the bibliography at the end of each chapter, try the bibunits package http://tug.ctan.org/pkg/bibunits or the chapterbib package http://tug.ctan.org/pkg/chapterbib
Regards
Nicola Talbot
LaTeX Resources: http://www.dickimaw-books.com/latexresources.html
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/
Re: book style with the table of content at each chapter
thank you very much, this is exactly what i'm looking for.