BibTeX, biblatex and biber ⇒ refer only to a book chapter with jabref
refer only to a book chapter with jabref
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.
Cheers!
nyiotis
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: refer only to a book chapter with jabref
refer only to a book chapter with jabref
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
Re: refer only to a book chapter with jabref
refer only to a book chapter with jabref
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
Re: refer only to a book chapter with jabref
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.
refer only to a book chapter with jabref
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
refer only to a book chapter with jabref
Re: refer only to a book chapter with jabref
N
Re: refer only to a book chapter with jabref
the book authors in the booktitle.
it doesn't look pleasant, but it
works. thanks for helpin me out
N