BibTeX is now running…

Finally we’ve got the Bibliography working. Here is the two most used BibTeX enteries:

@Misc{WEBSIDE-skabelon,
title = {Web-title},
url = {http://www.cs.aau.dk},
note = {Dette er CS-websiden}
}

@Book{BOG-skabelon,
author = {Fortattere hvis flere adskilles de med and},
title = {Bogens titel},
publisher = {Forlag},
year = {2000},
edition = {First Edition}
}

When you cite a source in the report you can use the following commandd:

\cite{jon90} –> [21]
\citet{jon90} –> Jones et al. [21]
\citet[chap. 2]{jon90} –> Jones et al. [21, chap. 2]
\citep{jon90} –> [21]
\citep[chap. 2]{jon90} –> [21, chap. 2]
\citep[see][]{jon90} –> [see 21]
\citep[see][chap. 2]{jon90} –> [see 21, chap. 2]
\citep{jon90a,jon90b} –> [21, 32]

See NatBib for more info

Explore posts in the same categories: Report

Comment:

You must be logged in to post a comment.