GeneralBibchapter and Texniccenter

General information and discussion about TeXnicCenter
Post Reply
Longinus
Posts: 7
Joined: Mon Nov 03, 2008 7:13 pm

Bibchapter and Texniccenter

Post by Longinus »

Dear all,

I am trying to create a document with \bibchapter package so that there is a chapter-specific bibliography at the end of every chapter.

1.) I open a new project and checked the box "Using BibTeX"
2.) I put all the preambles in a .tex file called "home"
3.) Then I went on to write the first chapter called intro.tex like this:

Code: Select all

\chapter{Introduction}
This is intro!! /cite{article101}
\bibliography{file}
\bibliographystyle{plain}
4.) Then I went back to the home.tex and do this:

Code: Select all

\documentclass{report}
\usepackage{cite, chapterbib}
\begin{document}
\include{intro}
\end{document}
5.) Then I compiled first, then built a bbl file, then compiled twice. There is no bibliography in the final document.

I researched a bit and learned that I actually need an intro.bbl file, but I only got home.bbl. The only way I can get an intro.bbl is to put all the preambles and \end{document} into the introduction chapter and compile it as if it's a separate document. Then I'd have to go back and take them away, and then go to home.tex to make my big document.

It sounds very convoluted. Am I actually doing it correctly?

Thank you for your time.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
JensL
Posts: 3
Joined: Sat Dec 13, 2008 11:37 am

Re: Bibchapter and Texniccenter

Post by JensL »

Hi,

did you figure out how this works by now? I have the same question/problem, and I am stuck.

Cheers,
Jens
Post Reply