在放入一些文字和標記後,我使用標註包重新縮放圖像。
\begin{figure}[h]
\centering
\begin{annotate}{\includegraphics[width=0.8\textwidth]{./Bilder/testcenter_main_gui}}{0.8}
%\callout{X-Start, Y-Start}{Text}{X-Ende, Y-Ende}
%\helpgrid
\draw [thick, \arcol] (-6.775,3.85) rectangle (-6.45, 4.2);
\callout{-6, 0}{Testbundle laden}{-6.6125,3.85}
\draw [thick, \arcol] (-6.37,3.85) rectangle (-6.05, 4.2);
\callout{-4.8, 1}{Testplan laden}{-6.21,3.85}
\end{annotate}
\caption[Screenshot Hauptfenster Testcenter 2]{Hauptfenster Testcenter 2}
\label{fig:testcenter_main_gui}
\end{figure}
我將縮放環境更改為width=0.4\textwidth
,並將標註環境的參數更改為0,4
。
我知道註釋環境希望圖像的縮放因子保持比例。我想使用重新縮放\textwidth
。
width=\textwidth
我該如何計算or的縮放比例width=0.4\textwidth
?
答案1
註釋環境需要 的係數width=0.4\textwidth
,因此它需要0.4
。我的例子沒有錯誤。