Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
LaTeX ファイルの図を水平軸で反転するにはどうすればよいですか? 図はサブフィギュアにあります。
ここに解決策があります:
前文に追加
\usepackage{graphics}
次に、次のトリックを行います。
\scalebox{1}[-1]{ \includegraphics[width=0.50\columnwidth] {test.eps} }