Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
249 views
in Technique[技术] by (71.8m points)

Sidewaysfigure start a new page when there is a subsection on LaTeX

On the code below, the document show the first rotated image, then a new sheet, completly empty, and then the second rotated image. How can I fix this? is there others commands to rotate the img as i need? thx!

egin{sidewaysfigure}
    centering
    includegraphics[width=0.6extwidth]{img/Anex/Anex1-3.PNG}
    caption{Caption1}
end{sidewaysfigure}


subsection{New subsection}

egin{sidewaysfigure}
    centering
    includegraphics[width=0.8extwidth]{img/Anex/Anex3-1.PNG}
    caption{Caption2}
end{sidewaysfigure}

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...