From 4427b8ff3c75060e64db298a2deaaab86a92e3f0 Mon Sep 17 00:00:00 2001 From: Robin Clark Date: Thu, 29 Jul 2010 09:59:24 +0100 Subject: [PATCH] make a recursive symbolic link to handle graphics inclusion. This is for where the thesis level and the paper level have different paths for the graphics file. I do not know how to put a symbolic link like this into git and dont really dare to ! --- symptom_ex_process/topbot.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symptom_ex_process/topbot.tex b/symptom_ex_process/topbot.tex index a9a97c8..a48b5ca 100644 --- a/symptom_ex_process/topbot.tex +++ b/symptom_ex_process/topbot.tex @@ -39,7 +39,7 @@ Top down fault isolation/finding techniques are described in \ref{NETWORKDECOMPO %% insert diagram here \begin{figure}[h] \centering - \includegraphics[width=300pt,bb=0 0 587 445,keepaspectratio=true]{./top_down_de_comp.jpg} + \includegraphics[width=300pt,bb=0 0 587 445,keepaspectratio=true]{symptom_ex_process/top_down_de_comp.jpg} % top_down_de_comp.jpg: 587x445 pixel, 72dpi, 20.71x15.70 cm, bb=0 0 587 445 \caption{Top Down Failure De-Composition Diagram} \label{fig:tdh}