<div>Hi,</div><div><br></div><div>I am new to LaTeX and a puzzle about using rotating package troubled me for some time.</div><div><br></div><div>Here is example my code:</div><div><br></div><div><div>\documentclass{article}</div><div>\usepackage[english]{babel}</div><div>% \usepackage{rotating}</div><div>\usepackage{blindtext}</div><div>\usepackage[demo]{graphicx}</div><div>\pagestyle{empty}</div><div>\begin{document}</div><div>\section{Including a picture}</div><div>\blindtext</div><div>% \begin{sidewaysfigure}</div><div>\begin{figure}</div><div>    \centering      </div><div>    \includegraphics{test}</div><div>\end{figure}</div><div>% \end{sidewaysfigure}</div><div>\end{document}</div></div><div><br></div><div>The code above can pass the compiler of pdflatex in my laptop. However, if I uncommented the code, there arouse an error message. What's more, I further found even if I only uncommented the first %, ie, only loading the rotating package, I will also get a compiling error. How can I rotate the picture in my example?</div><div><br></div><div>Could anyone give me some hints? Thanks a billion!!</div><div><br></div><div>Ruan Zheng</div>