I need to use \includeinkscape inside \includeinkscape
Alright, this sounds odd, but I have some pictograms which I line up in a text and use macros for them i.e. I have something like:
\newcommand{\penV}{\raisebox{-0.15\fontdimen6\font{\includeinkscape[height=1\fontdimen6\font]{Pentomino/V}}}
And I have gotten to a point where I need to place them into an image in Inkscape, i.e. I need to write a text in inkscape that include {\penV} macro, which, when I export it, should render within the image. I place the image in using \includeinkscape as well. However, if I try to compile the pdf, it returns an error:
! LaTeX Error: Command \fsize already defined.
I have no idea how to fix it. Can anybody help me? Thank you.