
我想\scalebox{.5}{\input{file.pdf_latex}}
以同樣的方式縮放文字\includesvg[scale = .5]{file.svg}
。
這裡是最小的工作範例。
對於不想訪問該連結的人,以下是範例中的程式碼:
\begin{figure}
\centering
\includesvg[scale = .4]{SeriesCase4.svg}
\caption{This is what it should be.}
\end{figure}
\begin{figure}
\centering
\scalebox{.4}{\input{SeriesCase4.pdf_tex}}
\caption{The text scales down differently.}
\end{figure}
答案1
解決方案是使用:
\include{calc}
\def\svgscale{.4}{\input{SeriesCase4.pdf_tex}}
這也已添加到背面連結中。
這來自這裡:http://ctan.net/info/svg-inkscape/InkscapePDFLaTeX.tex