Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
255 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 Reply

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...