Rotate picture with caption 은 Latex 의 그림 과 제목 을 함께 회전 시 킵 니 다.
1038 단어 Latex
질문: 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}
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
png jpg 사진 을 eps 의 온라인 사이트 로 변환 하여 LaTeX 에 사용 합 니 다.인터넷 온라인 전환, 사용 하 는 sam2p 는 png, jpg 또는 jpeg 를 eps, pdf 형식 으로 편리 하 게 전환 할 수 있 습 니 다.주 소 는 다음 과 같 습 니 다.http://www.tlhiv.o...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.