Add sources and thanks
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
			
		||||
    author = "oomlout",
 | 
			
		||||
    title = "Arduino Ethernet",
 | 
			
		||||
    url = "https://commons.wikimedia.org/wiki/File:Arduino_Ethernet_Board_.jpg",
 | 
			
		||||
    keywords = "image"
 | 
			
		||||
    keywords = "image,image-pres"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@misc{fig:I2C_ACK,
 | 
			
		||||
@@ -86,21 +86,21 @@
 | 
			
		||||
    author = "Wikipédia",
 | 
			
		||||
    title = "I²C",
 | 
			
		||||
    url = "https://fr.wikipedia.org/wiki/I2C",
 | 
			
		||||
    keywords = "website"
 | 
			
		||||
    keywords = "website,pres"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@misc{i2c-aurel32,
 | 
			
		||||
    author = "Jarno,Aurélien",
 | 
			
		||||
    title = "Le bus I²C",
 | 
			
		||||
    url = "http://www.aurel32.net/elec/i2c.php",
 | 
			
		||||
    keywords = "website"
 | 
			
		||||
    keywords = "website,pres"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@misc{i2c-wikipedia-en,
 | 
			
		||||
    author = "Wikipédia",
 | 
			
		||||
    title = "I²C",
 | 
			
		||||
    url = "http://en.wikipedia.org/wiki/I²C",
 | 
			
		||||
    keywords = "website"
 | 
			
		||||
    keywords = "website,pres"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@misc{ds3231,
 | 
			
		||||
@@ -109,3 +109,17 @@
 | 
			
		||||
    url = "http://datasheets.maximintegrated.com/en/ds/DS3231.pdf",
 | 
			
		||||
    keywords = "website"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@misc{usb-wikipedia,
 | 
			
		||||
    author = "Wikipédia",
 | 
			
		||||
    title = "Universal Serial Bus",
 | 
			
		||||
    url = "https://fr.wikipedia.org/wiki/USB",
 | 
			
		||||
    keywords = "pres"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@misc{usb-wikipedia-en,
 | 
			
		||||
    author = "Wikipédia",
 | 
			
		||||
    title = "Universal Serial Bus",
 | 
			
		||||
    url = "https://en.wikipedia.org/wiki/USB",
 | 
			
		||||
    keywords = "pres"
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -7,6 +7,7 @@
 | 
			
		||||
\usepackage{caption}
 | 
			
		||||
\usepackage{subcaption}
 | 
			
		||||
\usepackage{listings}
 | 
			
		||||
\usepackage[singletitle=true,citestyle=verbose-trad2,bibstyle=verbose,backend=biber,citepages=omit]{biblatex}
 | 
			
		||||
 | 
			
		||||
\lstset{basicstyle=\ttfamily\footnotesize}
 | 
			
		||||
 | 
			
		||||
@@ -47,6 +48,8 @@
 | 
			
		||||
\date{\today}
 | 
			
		||||
\institute{Gymnase de Burier}
 | 
			
		||||
 | 
			
		||||
\bibliography{bibliographie.bib}
 | 
			
		||||
 | 
			
		||||
\begin{document}
 | 
			
		||||
 | 
			
		||||
\begin{frame}
 | 
			
		||||
@@ -283,10 +286,25 @@
 | 
			
		||||
 | 
			
		||||
\section{Sources}
 | 
			
		||||
\begin{frame}
 | 
			
		||||
    \renewcommand*{\bibfont}{\scriptsize}
 | 
			
		||||
    \nocite{*}
 | 
			
		||||
 | 
			
		||||
    \begin{block}{Images}
 | 
			
		||||
        \printbibliography[heading=none,keyword=image-pres]
 | 
			
		||||
    \end{block}
 | 
			
		||||
 | 
			
		||||
    \begin{block}{Sites web}
 | 
			
		||||
        \printbibliography[heading=none,keyword=pres]
 | 
			
		||||
    \end{block}
 | 
			
		||||
\end{frame}
 | 
			
		||||
 | 
			
		||||
\section*{Remerciements}
 | 
			
		||||
\begin{frame}
 | 
			
		||||
    \begin{itemize}
 | 
			
		||||
        \item M.~Salanon
 | 
			
		||||
        \item M.~Gelsomino
 | 
			
		||||
        \item Mes parents et ma sœur
 | 
			
		||||
    \end{itemize}
 | 
			
		||||
\end{frame}
 | 
			
		||||
 | 
			
		||||
\end{document}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user