[OS X TeX] chapterbib
Sam Cox
samcox2 at mac.com
Wed Feb 1 10:40:00 EST 2012
On Jan 29, 2012, at 7:37 PM, Herbert Schulz wrote:
>
> On Jan 29, 2012, at 1:39 PM, George Gratzer wrote:
>
>>
>> On 2012-01-29, at 10:48 AM, Herbert Schulz wrote:
>>
>>>
>>> On Jan 29, 2012, at 9:09 AM, George Gratzer wrote:
>>>
>>>> I am trying to use chapterbib.sty for a chapter in a book,
>>>> to conclude the chapter with a bibliography which does
>>>> not start on an odd numbered page (right side page).
>>>>
>>>> Attached a minimal example.
>>>>
>>>> main.tex only has
>>>>
>>>> \input{Chapter}
>>>>
>>>> and Chapter.tex has two lines of text and a bibliography of two items.
>>>>
>>>> main.pdf has three pages, the lines on p. 1, a blank page,
>>>> and the bibliography on p. 3.
>>>>
>>>> I do not want thee blank page 2. How do I do this?
>>>>
>>>> Thanks,
>>>>
>>>> GG
>>>
>>>
>>> Howdy,
>>>
>>> By default the bibliography is set as an un-numbered chapter to have it set as an un-numbered section use the chapterbib package with the [sectionbib] option. This will make the bibliography appear directly following the last section. To put the bibliography on the following page put a \newpage just before the bibliography.
>>>
>>> <main.tex><Chapter.tex>
>>>
>>> Good Luck,
>>>
>>> Herb Schulz
>>> (herbs at wideopenwest dot com)
>>>
>>
>> Does not seem to work for me. I added the [sectionbib] option to main.tex
>> (attached) and I still have the bibliography as a chapter (attached).
>>
>> GG
>>
>
> Howdy,
>
> OK, I figured it out... you are using \input and I use \include. I'll bet the \include command is changed by the chapterbib package. Is there a reason you need to use \input rather than \include. Do all ``chapter'' start on a new page?
>
> Good Luck,
>
> Herb Schulz
> (herbs at wideopenwest dot com)
I changed your example. I put \usepackage{natbib} in front of \usepackage[sectionbib]{chapter bib} and changed \bibliographystyle{plain} to \bibliographystyle{plainnat}. I get the error "Bibliography not compatible with author-year citations".
How can I get chapter bibliographies with author-year cites?
Sam
More information about the MacOSX-TeX
mailing list