我有一张需要包含在论文中的图像。该图像是使用 Biorender 生成的。下面是该图在 Mac 上的预览中的样子。它在 Biorender 中看起来类似。
这图像文件是PDF格式。
当我使用图像包含图像时,graphicsx
图像会扭曲,其中文本被掩盖(例如,左上角的“样品准备”,三个圆圈中的数字消失了)。
平均能量损失
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\includegraphics[scale=0.5]{rna_sequencing_pipeline.pdf}%
\end{document}
问题 在包含扭曲图形的图像时我做错了什么?