Document Classes ⇒ chapterbib | References following each Chapter
-
- Posts: 21
- Joined: Thu Nov 19, 2009 6:00 am
Re: chapterbib | References following each Chapter
In addition, I want to make bibliography no display in the table of content (like a section*{}). How can i do that?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
chapterbib | References following each Chapter
I'm trying to compile a book using the memoir document class, natbib and chapterbib. I want unnumbered references but it keeps numbering the references at the end of each chapter. Although I use
\usepackage[sectionbib]{chapterbib}
it appears as if the references are a \section
rather than a \section*
.Can anyone help me?
-
- Posts: 1
- Joined: Sun Jun 01, 2014 11:47 am
Re: chapterbib | References following each Chapter
http://www.youtube.com/watch?v=J5HcLavNbkI
is the link, if you like. Hope this helps some of you. The latex editor is TeXShop.
-
- Posts: 1
- Joined: Sat Mar 26, 2016 12:43 pm
Re: chapterbib | References following each Chapter
(1) kaiserkarl13 for his post on Sun May 24th, 2009 to redefine \chapter so that the counter gets reset every time a chapter starts and
(2) coolth for his reply on Wed Jul 8th, 2009 to reset the counter in each individual 'chapter' file.
I have wasted many days working hours to do that resetting. Vietnamica’s method does not work always reliably. I have experienced that. It is a safe and better option to reset numbering.
Thanks again.