浏览代码

Ajout de la bibliographie

Alexandre Janniaux 6 年之前
父节点
当前提交
8ae5562253
共有 3 个文件被更改,包括 17 次插入0 次删除
  1. 2 0
      Makefile
  2. 9 0
      bibliography.bib
  3. 6 0
      main.tex

+ 2 - 0
Makefile

@@ -1,2 +1,4 @@
 all:
 	pdflatex -shell-escape main.tex
+	bibtex main
+	pdflatex -shell-escape main.tex

+ 9 - 0
bibliography.bib

@@ -0,0 +1,9 @@
+@article{ConfusedDeputy,
+    author  = {Norm Hardy},
+    title   = {The Confused Deputy
+                (or why capabilities might have been invented)},
+    journal = {ACM SIGOPS Operating Systems Review},
+    number  = {},
+    month   = {octobre},
+    year    = {1988}
+}

+ 6 - 0
main.tex

@@ -10,6 +10,8 @@
 \usepackage{hyperref}
 \usepackage{svg}
 
+\usepackage[nottoc, notlof, notlot]{tocbibind}
+
 \setlength{\parindent}{2em}
 \setlength{\parskip}{0.5em}
 \renewcommand{\baselinestretch}{1.4}
@@ -149,4 +151,8 @@ Renforcement de la sécurité d'un lecteur vidéo multiplate-forme par séparati
 \chapter{Amélioration d'un module d'extraction de flux vidéos depuis des torrents}
 \input{chapters/torrent}
 
+
+\bibliographystyle{plain}
+\bibliography{bibliography}
+
 \end{document}