作者xyz168 (小黑)
看板LaTeX
標題[問題] 圖檔大小不能改變
時間Sun Mar 3 14:52:23 2013
我在Latex當中是插入pdf圖檔,之前都是使用下列語法並且使用pdflatex沒問題
\begin{figure}[h]
\begin{center}
\includegraphics[width=7cm]%
{figs/issues_wireless_communication.pdf}
\caption{The Security Threats on Wireless Communications}
\label{fig:security_threats_wireless}
\end{center}
\end{figure}
但是我這次開了一個新文章並使用上述的語法出現圖片一直超過頁面,
並且會蓋到文章的字,無論如何調整width的值大小都不變,但是圖的
位置會跑,不知道是否有人遇過我這樣的問題,是哪裡出了問題嗎?
謝謝。
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 111.248.10.30
1F:→ andrew43:可能是那個PDF檔的問題, 試著重製PDF檔看看. 03/03 20:55