generated from exaexa/better-mff-thesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbibliography.tex
30 lines (25 loc) · 973 Bytes
/
bibliography.tex
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
%%% Bibliography (literature used as a source)
%%%
%%% We employ biblatex to construct the bibliography. It processes
%%% citations in the text (e.g., the \cite{...} macro) and looks up
%%% relevant entries in the bibliography.bib file.
%%%
%%% See also biblatex settings in thesis.tex.
%%% Generate the bibliography. Beware that if you cited no works,
%%% the empty list will be omitted completely.
% We let bibliography items stick out of the right margin a little
\def\bibfont{\hfuzz=2pt}
\printbibliography[heading=bibintoc]
%%% If case you prefer to write the bibliography manually (without biblatex),
%%% you can use the following. Please follow the ISO 690 standard and
%%% citation conventions of your field of research.
% \begin{thebibliography}{99}
%
% \bibitem{lamport94}
% {\sc Lamport,} Leslie.
% \emph{\LaTeX: A Document Preparation System}.
% 2nd edition.
% Massachusetts: Addison Wesley, 1994.
% ISBN 0-201-52983-1.
%
% \end{thebibliography}