diff options
| author | Aleksa Vučković <aleksav013@gmail.com> | 2022-01-01 23:43:03 +0100 |
|---|---|---|
| committer | Aleksa Vučković <aleksav013@gmail.com> | 2022-01-01 23:43:03 +0100 |
| commit | ead31873b971044cd3ecb7e40ae03bdb2e6f7642 (patch) | |
| tree | 80500ae2349e8dfd4f21b6dcd1ac2047bc09e48f /kernel.tex | |
| parent | c0afee36ea5b3cc7e613ee4021b9a91a3c6f39a4 (diff) | |
biblatex
Diffstat (limited to 'kernel.tex')
| -rw-r--r-- | kernel.tex | 39 |
1 files changed, 31 insertions, 8 deletions
@@ -22,6 +22,16 @@ \usepackage{multicol}
\usepackage{hyperref}
\usepackage{tocloft}
+\usepackage[
+ backend=bibtex,
+ natbib=true,
+ style=numeric,
+ block=ragged,
+ sorting=none
+]{biblatex}
+\bibliography{kernel}
+\renewcommand*{\bibfont}{\eng}
+\nocite{*}
\newlength\tindent
\setlength{\tindent}{\parindent}
@@ -108,6 +118,26 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Uvod}
\bigskip
+%\cite{book:1412}
+%\cite{book:2759472}
+%\cite{book:1309309}
+%\cite{book:917849}
+%\cite{book:2535395}
+%\cite{book:915673}
+%\cite{book:2560474}
+%\cite{book:821745}
+%\cite{book:924556}
+%\cite{book:748936}
+%\cite{book:2398655}
+%\cite{book:658757}
+%\cite{book:1400099}
+%\cite{book:1310096}
+%\cite{book:441007}
+%\cite{book:690930}
+%\cite{book:2751214}
+%\cite{book:78583}
+%\cite{book:78575}
+%\cite{book:1505234}
Ideja za ovaj rad prozishla je iz ekstenzivnog korish\/c1enja {\eng GNU/Linux}
sistema, kao i zhelja za razumevanjem rada rachunara na najnizhem nivou.
@@ -467,14 +497,7 @@ Ovaj projekat je bio sjajna prilika da testiram granice svog znanja. \mbox{}
\clearpage
-\renewcommand\bibname{Literatura}
-\begin{thebibliography}{}
-\vspace*{15mm}
-\rm
-\bibitem{} {\eng\url{https://wiki.osdev.org/Expanded_Main_Page}}
-\bibitem{} {\eng\url{http://jamesmolloy.co.uk/tutorial_html/}}
-\end{thebibliography}
-\addcontentsline{toc}{chapter}{Literatura}
+\printbibliography[heading=bibintoc,title={Literatura}]
\end{document}
|
