-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtutorial.tex
50 lines (37 loc) · 835 Bytes
/
tutorial.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
\documentclass[xcolor=dvipsnames, 9pt]{beamer}
\input{tex/workshop_style.tex}
\begin{document}
\begin{frame}[plain]
\begin{center}
{\fontsize{50}{60}\selectfont
{\color{title} NetworkX}}
\vspace{2cm}
{\fontsize{20}{25}\selectfont Aric Hagberg}
\vspace{0.2cm}
{\Large June 4, 2013}
\vspace{1cm}
\end{center}
\small
\href{http://creativecommons.org/licenses/by-sa/3.0/us/}{\includegraphics[width=2cm]{ccbysa}}
Creative Commons Attribution-Share Alike 3.0
\end{frame}
\begin{frame}
\LARGE
\begin{enumerate}
\item Introduction and history
\item Getting started
\item Working with data
\item Writing algorithms
\item Live demo
\item The future
\item Questions
\end{enumerate}
\end{frame}
\input{introduction}
\input{gettingstarted}
\input{data}
\input{algorithms}
\input{demo}
\input{future}
\input{questions}
\end{document}