看板LaTeX
标 题[问题] includegraphics 的对齐
发信站(null) (Wed Aug 14 12:42:47 2013)
转信站ptt!news.ntu!ctu-gate!news.nctu!usenet.stanford.edu!fx3no2444499qab.0!
Try use minipage environment as shown below
\begin{itemize}
\item [(1)]
\begin{minipage}[t]{\textwidth}
\vspace{0pt}
\includegraphics[width=\textwidth]{TQM4-2-2}
\end{minipage}
\item [(2)]
\begin{minipage}[t]{\textwidth}
\vspace{0pt}
\includegraphics[width=\textwidth]{TQM4-2-2}
\end{minipage}
\end{itemize}
where \vspace{0pt} is the trick.
An image is attached
http://ppt.cc/F5H1
1F:推 peiking:why \vspace? 08/15 10:22