各位大大您好
我使用Texmaker+Miktex
插入一張圖片後,結果圖片跑掉了
我目的是要讓整張圖片填滿整個PDF(當然邊界有一點空白沒關係)
下面標註圖片說明
但是只要我用Scale等方法圖片就會從中間開始往右下角跑
煩請各位給予我解決方向,謝謝
程式碼:
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\begin{figure}[htbp]
\centering
\includegraphics[width=1.50\textwidth]{figure2.jpg}
\caption{Flowchart of proposed algorithm}
\label{fig:proposed flowchart}
\end{figure}
\end{document}
圖片網址:
![]()