1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This is an example bib file, change it to add new refs! %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@MISC{bazaar:com:main,
author = {canonical, Various},
title = {Bazaar},
date = {2011-02-01},
url = {http://bazaar.canonical.com/en/}
}
%to use the bibliography information use this in the document:
% bla bla bla \cite{bazaar:com:main} bla bla bla
%This will add the cite to the bibliography list
%@MISC{LP:GH:PGCP3k,
% author = {Gustav Hartvigsson and Gerald Kaszuba},
% title = {port of pygooglechart to py3k},
% date = {2011-01-05},
% url = {https://code.launchpad.net/~gustav-hartvigsson/+junk/pygooglechart-py3k}
%}
%
%@MISC{latex.org:main,
% author = {LaTeX project, various},
% title = {LaTeX – A document preparation system},
% date = {2011-02-01},
% url = {http://www.latex-project.org/}
%}
|