aboutsummaryrefslogtreecommitdiffstats
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
parent3cf9a574c8b71da1cb1265d270edd4447d44745c (diff)
downloadcascades-6acee2504b88f9cadca4dea9b7554b69a9858720.tar.gz
fixing error in latex: linking to directory images/ for includegraphic commands
-rw-r--r--notes/cracking_cascades_classposter.tex4
-rw-r--r--notes/reportYaron.tex4
2 files changed, 4 insertions, 4 deletions
diff --git a/notes/cracking_cascades_classposter.tex b/notes/cracking_cascades_classposter.tex
index 9140e27..3f8204e 100644
--- a/notes/cracking_cascades_classposter.tex
+++ b/notes/cracking_cascades_classposter.tex
@@ -114,7 +114,7 @@
\begin{figure}
\centering
-\includegraphics[width=0.6\textwidth]{voter.png}
+\includegraphics[width=0.6\textwidth]{images/voter.png}
\end{figure}
@@ -205,7 +205,7 @@ where $(\vec x_{1})_j := \frac{\text{1}}{\text{deg}(i)} \cdot \left[\text{j pare
\begin{block}{Independent Cascades Model}
\begin{figure}
\centering
-\includegraphics[width=0.6\textwidth]{icc.png}
+\includegraphics[width=0.6\textwidth]{images/icc.png}
\end{figure}
\vspace{0.5 cm}
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}