我使用 OriginPro 导出了一个 eps 图形。当我将其包含到我的文档中时,图形会旋转 90°。有趣的是,这种情况只发生在四张图中的两张上,尽管它们的格式相同(据我所知)。到目前为止,软件包rotating
和对我没有帮助。当我使用编译我的文档时不会出现此问题,但我需要使用自动对反应方案中的化合物进行编号。这是一个最小示例:graphicx
XeLaTeX
PDFLaTeX
chemstyle
\documentclass[a4paper,12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[runs=2,crop=off]{auto-pst-pdf}
\usepackage{subcaption}
\begin{document}
\begin{figure}[t]
\centering
\begin{subfigure}[b]{0.475\textwidth}
\includegraphics[width=\textwidth]{ptxauy-cnmr}
\caption{}
\end{subfigure}
\begin{subfigure}[b]{0.475\textwidth}
\includegraphics[width=\textwidth]{ptxauy-cnmra}
\caption{}
\end{subfigure}
\caption{$^{13}$C\{H\} NMR spectra}
\end{figure}
\end{document}
我使用 TeXStudio 和 MiKTeX。已安装 Perl。以下是 eps 文件: http://www.filedropper.com/ptxauy-cnmr http://www.filedropper.com/ptxauy-cnmra
答案1
它以某种方式通过使用“epstool”起作用,如http://feng.li/crop-eps/。为此,我下载了 epstool,将 exe 文件放入我的 eps 文件所在的文件夹中。然后我使用 Windows 命令提示符,移动到该文件夹并输入网站上给出的命令:
epstool --copy --bbox file.eps file_new.eps
请注意,此过程的最初目的不是旋转 eps 文件,而是为了减少白色空间。