aboutsummaryrefslogtreecommitdiffstats
path: root/notes/reportYaron.tex
diff options
context:
space:
mode:
authorjeanpouget-abadie <jean.pougetabadie@gmail.com>2014-12-07 15:27:57 -0500
committerjeanpouget-abadie <jean.pougetabadie@gmail.com>2014-12-07 15:27:57 -0500
commit6acee2504b88f9cadca4dea9b7554b69a9858720 (patch)
tree54b0c20a65e0ba70942c66d104bdfee9c14104aa /notes/reportYaron.tex
parent3cf9a574c8b71da1cb1265d270edd4447d44745c (diff)
downloadcascades-6acee2504b88f9cadca4dea9b7554b69a9858720.tar.gz
fixing error in latex: linking to directory images/ for includegraphic commands
Diffstat (limited to 'notes/reportYaron.tex')
-rw-r--r--notes/reportYaron.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/notes/reportYaron.tex b/notes/reportYaron.tex
index 78fe44c..feb5521 100644
--- a/notes/reportYaron.tex
+++ b/notes/reportYaron.tex
@@ -87,7 +87,7 @@ If the vector $\vec x_i$ is sufficiently sparse, i.e. node $i$ has sufficiently
\begin{figure}
\centering
-\includegraphics[width=0.3\textwidth]{voter.png}
+\includegraphics[width=0.3\textwidth]{images/voter.png}
\caption{A cascade in the voter model with time steps $t = 0,1,2$ over a graph with 5 vertices}
\end{figure}
@@ -167,7 +167,7 @@ Note that this is not exactly a sparse recovery model due to the non-linear expo
\begin{figure}
\centering
-\includegraphics[width=0.3\textwidth]{icc.png}
+\includegraphics[width=0.3\textwidth]{images/icc.png}
\caption{A cascade in the independent cascade model with time steps $t = 0,1,2$ over a graph with 5 vertices}
\end{figure}