Im using the new version of Inkscape, with which I have draw a graphics and labeled them. New Inkscape allows to export the graphics itself in pdf format and the text (labels) in tex file. In this file is an inputgraphics command and bunch of put commands that put together a desired graphics with lables.
Now because there is a lot of text in the pdf_tex (and it can be expected that the pdf_tex file will be re-generated several times) I would like to ask if I can change the size of the text from the figure command itself. that is, can I change the size of the text which is imported with figure right in the figure environment?
I would like to avoid making any changes to the pdf_tex file as I will be overwriting it quite often and I dont want to go into it every time....
thank you for the advice
Last edited by xbender on Mon Feb 07, 2011 11:59 pm, edited 1 time in total.
or similar and see if that works, but who knows? But even if you solve that problem, won't having a larger font size change what the right placement of the text would/should be?
thank you and sorry, I should have done this right the first time....here is the example of pdf and pdt_tex file...
The forum did not allow me to attach file extension "*.pdf_tex" so I had to rename it to simple tex. Please, rename the file salmon-prices.tex to salmon-prices.pdf_tex
And the "\small" definitely made a difference... though not really enough of a difference, so you might consider \tiny or even smaller, e.g. (note I added the anyfontsize package):
thank you, that have actually worked! (not that I would doubt it before..
You were right that using the font size even in the figure environment makes a difference...I just didnt change the font size so much that I would notice right away...using \tiny makes it really obvious.