Theses, Books, Title pages ⇒ How to make each chapter has its own reference Section
-
templateuser
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
How to make each chapter has its own reference Section
,however, I have one problem.Please how do I change the code so that each chapter has its own reference section instead of the whole thesis having just one reference section. What I mean is that at the end of the chapter I want to see all the reference materials in that section alone to appear under that chapter not anywhere else. At the moment when I compile the code all the reference materials appear at end of the thesis , I want separate reference for each chapter .Thank you
Dee
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
Re: How to make each chapter has its own reference Section
The best way to do this is to use the chapterbib package: http://www.ctan.org/pkg/chapterbib
See here for some instructions on how to implement it: https://engineering.purdue.edu/~mark/pu ... ographies/
Cheers,
Vel
-
templateuser
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: How to make each chapter has its own reference Section
Dee
-
templateuser
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: How to make each chapter has its own reference Section
thank you.
andhiex
-
templateuser
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: How to make each chapter has its own reference Section
Dee
-
templateuser
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
How to make each chapter has its own reference Section
I have the same problem - I need different bibliography sections for each chapter that only include the citations of the chapter.
I put
\usepackage{chapterbib} in the preamble,then I changed the command from
\input to \include, for where the chapters go, because that's what it says in the package docu.so
\include{Chapters/Chapter1}then I put in the end of each chapter file where I want the references, the normal
\bibliographystyle and \bibliography commands (like it says in the docu).Problems:
The bibliography file is not found, anyway, there are only questionmarks instead of citations. Even after running bibtex and latex several times.
The references section is not numbered within the chapter (it says 1. References instead of 1.5 References, 2. instead of 2.5 etc).
Hope someone can figure it out!
Thanx!
susi
How to make each chapter has its own reference Section
Hi Everyone
I am new in Latex and I am using the MasterPhDthesis template, as per your information the steps you have taken and in your case each chapter is showing the same biblography. Please tell me the steps so that I can reach upto that step. then I will find the solution hoe to change the referances of each chapter.
I possible send me your file so that I can make similler changes. My email id is reyaz421@outlook.com
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
How to make each chapter has its own reference Section
Have a look at https://en.wikibooks.org/wiki/LaTeX/Bib ... or_Chapter
How to make each chapter has its own reference Section
Can you send me the link of latest templateJohannes_B wrote:This topic is very old and for an obsolete version of the template. For the current version, package biblatex is used.
Have a look at https://en.wikibooks.org/wiki/LaTeX/Bib ... or_Chapter
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm