Generalbook style with the table of content at each chapter

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
any
Posts: 2
Joined: Fri Nov 21, 2008 10:12 am

book style with the table of content at each chapter

Post by any »

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

nlct
Posts: 276
Joined: Thu Nov 06, 2008 11:15 am

book style with the table of content at each chapter

Post by nlct »

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
any
Posts: 2
Joined: Fri Nov 21, 2008 10:12 am

Re: book style with the table of content at each chapter

Post by any »

thank you very much, this is exactly what i'm looking for.
Post Reply