gpt4 book ai didi

pdf - 导入 *.pdf_tex 文件错误

转载 作者:行者123 更新时间:2023-12-02 10:42:58 25 4
gpt4 key购买 nike

我用inkscape做了一个图形。现在我正在尝试在 Latex 中构建它。我正在使用 TEXMaker。因此,我将图形导出为 *.pdf_tex*.pdf。在宏中我添加了以下内容

\usepackage{color}
\usepackage{transparent}
\graphicspath{{fileWithPictures/}}

我的图片是这样构建的:

\begin{figure}
\centering
\def\svgwidth{175pt}
\input{fileWithPictures/pic.pdf_tex}
%\includegraphics[width=2in]{fileWithPictures/pic.pdf_tex}

\end{figure}

这里我遇到了以下错误。 “!Package pdftex.def Error: File'pic.pdf”未找到。请参阅 pdftex.def 包.."

我也尝试过使用 includegraphics,但没有成功。因为他在那里不识别 pdf_tex 格式。

有趣的是,编译器说不存在名为“pic.pdf”而不是“pic.pdf_tex”的文件。虽然这两个文件都清楚地在文件中。为了确保我将 pic.svg 文件放入文件中。现在我没有更多的想法,很乐意得到一些帮助

谢谢

最佳答案

使用 resizebox 设置文件的 width 而不是 \def\svgwidth{175pt} 它将解决您的问题

\resizebox{\textwidth}{!}{
\input{fileWithPictures/pic.pdf_tex}
}

关于pdf - 导入 *.pdf_tex 文件错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35755933/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com