Rotate picture with caption 은 Latex 의 그림 과 제목 을 함께 회전 시 킵 니 다.

1038 단어 Latex
원본 링크:http://tex.stackexchange.com/questions/44427/rotate-picture-with-caption
질문: TeX 에서 그림 과 제목 을 어떻게 회전 할 수 있 습 니까?Tex 에서 제목 과 그림 을 90 도 회전 시 키 는 방법
대답 하 다.
\documentclass{article}
\usepackage{adjustbox}
\usepackage{blindtext}
\begin{document}
\blindtext

\begin{figure}[ht]
  \begin{adjustbox}{addcode={\begin{minipage}{\width}}{\caption{%
      Here is a caption of the figure which is so long that 
      it has to be wrapped over multiple lines, but should 
      not exceed the width (height after the rotation) of the image.
      }\end{minipage}},rotate=90,center}
      \includegraphics[scale=.6]{example-image}%
  \end{adjustbox}
\end{figure}

\blindtext
\end{document}

이것 은 잘 보이 지 않 을 수도 있 습 니 다. 제 코드 는...
\begin{figure}[p]
  \begin{adjustbox}{addcode={
    \begin{minipage}{\width}}{
        \caption{SPOSE     }
        \label{fig:SPOSEArchitecture}
    \end{minipage}},rotate=90,center}
    \includegraphics[scale=.9]{flowchart}%
  \end{adjustbox}
\end{figure}

좋은 웹페이지 즐겨찾기