
\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