我是 Latex 新手。我正在尝试制作一个 appendix.tex 部分。
该部分的代码如下所示。
\appendix
\section{Graphical Results of Dual Branch Fusion}
\textbf{Experiment with default weights (Experiment a)}
$\alpha$ = 1
$\beta$ = 0.001
$\gamma$ = 1000
\begin{figure}
\centering
\includegraphics[width=0.8\textwidth]{images/Dual_Branch_Images/trial_1/perceptual_loss.png}
\caption{Total loss of combining the pixel loss and the ssim loss with weight 10000}
\label{fig: Total loss in DenseFuse network with weight 10000.}
\end{figure}
但是,无论我怎么做,图片总是从页面顶部开始。如果我在一页中放置多张图片,图片就会转到下一页。