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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

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