我尝试在 Inkscape (0.91) 中绘制一个图形,然后使用“带有 PSTricks 宏的 LaTex”.tex 文件类型将其包含在 Latex 文档中。我使用以下代码将生成的文件嵌入squintAntsBlockdiagA4.tex
到 latex 中:
\begin{figure}
\centering%
\input{Grafix/squintAntsBlockdiagA4.tex}
\caption{Schematic representation of proposed antenna geometry.}\label{fig:schema}
\end{figure}
输出看起来不错,但比在 Inkscape 中绘制的图形缩放(更小)。当我在 Inkscape 中生成 eps 时,图形没有缩放,并且按预期显示。有没有办法直接从 Inkscape 生成非缩放版本?
或者,如何才能将图形缩放回原始大小,而无需反复修改\psset{xunit=.5pt,yunit=.5pt,runit=.5pt}
Inkscape 生成的 .tex 文件中的命令?