2

I have a question similar to Text size in inkscape.

I use inkscape to generate my figure for latex, that are resized with

\def\svgwidth

while text size remains the same, there is a way to scale all the text (and maintaining the relative differences between normal size, \tiny size, etc.) in a single figure? e.g.

\begin{figure}
    \centering
    \def\svgwidth{\figsize}
    \def\svgtextsize{\textsize}%I would like to have it!
    \includesvg{myfigure}
    \caption{...}
    \label{fig:myfig}
\end{figure}

this would allow to shrink the character size by the same amount in all the figures, independently by the scaling of each figures, as i was doing with the psfrag.

Gianni
  • 145
  • 1
    Export in TikZ: then you can do whatever trickery you like. – Claudio Fiandrino Apr 03 '14 at 08:01
  • 1
    I agree with Claudio. However, you can put the font size command along with \centering say, \small\centering. Use \fontsize command too if you want. Is that OK for you? –  Apr 03 '14 at 08:13
  • both fontsize (e.g. \fontsize{1cm}{1em}) and font size commands (\small) work so long there are no extra specification of sizes in the svg text. In my case there is a \small my small text inside the picture as well, that is not scaled by any command – Gianni Apr 03 '14 at 13:12

0 Answers0