문제

How can I flip a figure in my LaTeX file around horizontal axis? The figures reside in subfigure.

도움이 되었습니까?

해결책

here is the solution:

add to preamble

\usepackage{graphics}

then the following does the trick.

\scalebox{1}[-1]{ \includegraphics[width=0.50\columnwidth] {test.eps} }
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top