Following emacs-fu’s post on how to generate pdf slices using Emacs and org-mode, I found some tricks to write down:
(1) when include an image in the sub folder, the formula is:
#+LaTeX:\includegraphics[height=0.45\paperheight]{img//Scan_Type_dialog.jpg}
or use the latex code directly:
\begin{figure}[H]
\centerline{\includegraphics[height=0.45\paperheight]{img/Scan_Type_dialog.jpg}}
\caption[]{Scan Type Selection Dialog \label{fig:scan_type_dialog} }
\end{figure}
(2) structure
* big section
** slice title
*** sub item
**** sub sub item