BibTeX, biblatex and biberrefer only to a book chapter with jabref

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
wuming
Posts: 19
Joined: Sat May 03, 2008 10:59 pm

refer only to a book chapter with jabref

Post by wuming »

Hi,

does anybody know how can I refer solely to a book chapter in jabref?
I use the Inbook entry, but simply by filling the the Editor
Tab with the names of book's authors (in total) does not work.
I attach the table of book contents and my jabref attempt.
wumingJabrefBookFields.png
wumingJabrefBookFields.png (27.67 KiB) Viewed 10424 times
Cheers!
nyiotis
236030167.pdf
(128.64 KiB) Downloaded 555 times

Recommended reading 2024:

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

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

josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: refer only to a book chapter with jabref

Post by josephwright »

This depends on the BibTeX style you use, not on JabRef.
Joseph Wright
wuming
Posts: 19
Joined: Sat May 03, 2008 10:59 pm

refer only to a book chapter with jabref

Post by wuming »

thanks!

the style file is here:
http://www.acm.org/sigs/publications/pr ... -templates
Alternate ACM LaTeX2e Style File V2.4 (APRIL 2009 CLS)

I find it hard to make any modification though =/
If anyone wants to have a look,
the bib related part starts from line 1179

cheers!

N
olofos
Posts: 56
Joined: Tue Nov 24, 2009 10:37 pm

Re: refer only to a book chapter with jabref

Post by olofos »

The link you provided points to a lot of files, but i don't see any bibtex style (.bst). The .cls file is a LaTeX class and doesn't matter when you call bibtex. What do you put in the \bibliographystyle macro?
wuming
Posts: 19
Joined: Sat May 03, 2008 10:59 pm

refer only to a book chapter with jabref

Post by wuming »

thanks for the reply.

Are you sure that the .bst file is not included in the .cls file
in this case? I see \bibliographystyle{abbrv} but there is no
abbrv.bts file, neither an abbreviated cross-reference in
any of the .tex files...

Alternatively, you can get the acmsiggraph.bst file here
http://cs.nyu.edu/~sorkine/courses/adv_ ... s.Projects -> LaTeX template,
it should be similar (at least I hope so).

Cheers!
N
olofos
Posts: 56
Joined: Tue Nov 24, 2009 10:37 pm

Re: refer only to a book chapter with jabref

Post by olofos »

abbrv.bst is one of the standard BibTeX styles and comes bundled with any latex system.

You don't really explain what the problem is, ie., what result do you expect and what do you get. However, a guess is that bibtex is giving you warnings because you include both an author and an editor field in the inbook entry. In the standard classes this entry type is used for referencing a part of a book written by one set of authors. If you want to cite a book where each chapter has different authors you can use a incollection entry instead.
wuming
Posts: 19
Joined: Sat May 03, 2008 10:59 pm

refer only to a book chapter with jabref

Post by wuming »

thanks for all the info!

InCollection works, but I want the book authors to appear in the
reference and also apart from the Chapter authors. In the attached
image, I get Chapter's authors. Where should I place the Book authors
in the InCollection field? Perhaps in the same entry for Booktitle,
is there any other way?

Hope this is clear
N
Screen shot 2010-02-10 at 7.19.21 PM.png
Screen shot 2010-02-10 at 7.19.21 PM.png (30.74 KiB) Viewed 13838 times
olofos
Posts: 56
Joined: Tue Nov 24, 2009 10:37 pm

refer only to a book chapter with jabref

Post by olofos »

That's odd. The abbrv style should have put editors right before the book title. Please supply a minimal working example including your bibtex entry.
wuming
Posts: 19
Joined: Sat May 03, 2008 10:59 pm

Re: refer only to a book chapter with jabref

Post by wuming »

I will do asap
N
wuming
Posts: 19
Joined: Sat May 03, 2008 10:59 pm

Re: refer only to a book chapter with jabref

Post by wuming »

hi, I solved the issue by placing
the book authors in the booktitle.
it doesn't look pleasant, but it
works. thanks for helpin me out

N
Post Reply