After doing do, include all the graphs in the beamer.tex file at location; one graph per slide in output and logical order
C:\Users\xin_chen\Dropbox\urap_programming\yi\gen_premium_700d\output\reg_output\pres_rel1
For each slide you could use the template
\begin{frame}{Relative to Bundle 0}
\begin{figure}
\graphicspath{ {../0.relative_to_bundle_0/} }
\includegraphics[scale=0.43]{1_histogram_of_deln}
\end{figure}
\end{frame}
After doing do, include all the graphs in the beamer.tex file at location; one graph per slide in output and logical order C:\Users\xin_chen\Dropbox\urap_programming\yi\gen_premium_700d\output\reg_output\pres_rel1
For each slide you could use the template \begin{frame}{Relative to Bundle 0} \begin{figure} \graphicspath{ {../0.relative_to_bundle_0/} } \includegraphics[scale=0.43]{1_histogram_of_deln} \end{figure} \end{frame}