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. [...]