forked from karthik/smb_git
-
Notifications
You must be signed in to change notification settings - Fork 0
/
list_of_figures.tex
70 lines (60 loc) · 2.14 KB
/
list_of_figures.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
\documentclass[]{article}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{amssymb,amsmath}
\usepackage{ifxetex,ifluatex}
\usepackage{fixltx2e} % provides \textsubscript
% use microtype if available
\IfFileExists{microtype.sty}{\usepackage{microtype}}{}
% use upquote if available, for straight quotes in verbatim environments
\IfFileExists{upquote.sty}{\usepackage{upquote}}{}
\ifnum 0\ifxetex 1\fi\ifluatex 1\fi=0 % if pdftex
\usepackage[utf8]{inputenc}
\else % if luatex or xelatex
\usepackage{fontspec}
\ifxetex
\usepackage{xltxtra,xunicode}
\fi
\defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase}
\newcommand{\euro}{€}
\fi
\ifxetex
\usepackage[setpagesize=false, % page size defined by xetex
unicode=false, % unicode breaks when used with xetex
xetex]{hyperref}
\else
\usepackage[unicode=true]{hyperref}
\fi
\hypersetup{breaklinks=true,
bookmarks=true,
pdfauthor={},
pdftitle={},
colorlinks=true,
urlcolor=blue,
linkcolor=magenta,
pdfborder={0 0 0}}
\urlstyle{same} % don't use monospace font for urls
\setlength{\parindent}{0pt}
\setlength{\parskip}{6pt plus 2pt minus 1pt}
\setlength{\emergencystretch}{3em} % prevent overfull lines
\setcounter{secnumdepth}{0}
\usepackage[vmargin=1in,hmargin=1in]{geometry}
\author{}
\date{}
\begin{document}
\section{List of Figures}
\subsubsection{Figure 1}
A hypothetical Git workflow for a scientific collaboration involving
three authors. Each circle represents a commit and colors denote author
specific commits. Two way arrows indicate a sync (a push and pull in Git
terminology). One way arrows indicate an update to one branch from
another. Horizontal arrows indicate development along a particular
branch.
\subsubsection{Figure 2}
A list of contributions to a project on GitHub.
\subsubsection{Figure 3}
Git makes it easy to track individual contributions through time
ensuring appropriate attribution and accountability. This screenshot
shows subset of commits (colored dots) by four authors over a period
spanning November 17th, 2012 - January 26th, 2013.
\end{document}