/+junk/LaTeX_Template

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