GeneralBibtex commands

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
rasole
Posts: 14
Joined: Sat Oct 11, 2008 10:47 pm

Bibtex commands

Post by rasole »

Hi there

I need to show things like ISBN and pages in my bibtex list. How do I do that? Here's an example of my bibtex

Code: Select all

@InBook{math,
	author = {Erwin Kreyszig},
	title = {Advanced Engineering Math},
	year = {2006},
	pages = {372 (Equation 4)},
	publisher = {John Wiley \& Sons, Inc.},
	edition = {nineth}
}

Recommended reading 2024:

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

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

Medova
Posts: 28
Joined: Thu Nov 06, 2008 4:20 pm

Bibtex commands

Post by Medova »

It depends on which bib-style that you use, wheather the ISBN is included in the Bibliography....

If you use one, that supports ISBN for InBook just add this code to the rest of the inputs:

Code: Select all

isbn = {xxx},
Otherwise, you need to post your definition of bib-tex...
Post Reply