45 lines
1.2 KiB
BibTeX
45 lines
1.2 KiB
BibTeX
% ____ _ _ _
|
|
% | __ )(_) |__ | |_ _____ __
|
|
% | _ \| | '_ \| __/ _ \ \/ /
|
|
% | |_) | | |_) | || __/> <
|
|
% |____/|_|_.__/ \__\___/_/\_\
|
|
%
|
|
% Biblatex database for storing bibliography entries that can be cited within the document.
|
|
% See: https://www.overleaf.com/learn/latex/Bibliography_management_with_bibtex.
|
|
%
|
|
% --------------------------------------------------------
|
|
% Reference a book:
|
|
%
|
|
% @book{reference-name,
|
|
% author = {Donald E. Knuth},
|
|
% year = {1986},
|
|
% title = {The Book},
|
|
% publisher = {Addison-Wesley Professional}
|
|
% edition = {2}
|
|
% }
|
|
%
|
|
% --------------------------------------------------------
|
|
% Reference an article:
|
|
%
|
|
% @article{reference-name,
|
|
% title = {Literate Programming},
|
|
% author = {Donald E. Knuth},
|
|
% journal = {The Computer Journal},
|
|
% volume = {27},
|
|
% number = {2},
|
|
% pages = {97--111},
|
|
% year = {1984},
|
|
% publisher = {Oxford University Press}
|
|
% }
|
|
%
|
|
% --------------------------------------------------------
|
|
% For citing a certain reference within the document use:
|
|
% \cite{reference-name}
|
|
|
|
@book{somebook,
|
|
author = {Donald E. Knuth},
|
|
year = {1986},
|
|
title = {The Book},
|
|
publisher = {Addison-Wesley Professional}
|
|
edition = {2}
|
|
} |