I am new in Inkscape/SVG world and I encountered some problems when I insert an SVG file created with Inkscape in my LaTeX document. LaTeX font size is the default one, say 13pt, and I wrote some 22pt text in my SVG file, when I insert this file in my LaTeX document (\includesvg{}), the text is reduced at 13pt, obviously I wanted it in 22pt. Where can I set this LaTeX settings? I am working in Overleaf.
Adoptable solutions:
- I write the text in Inkscape the way I wanted to see it in the pdf (font, size, everything), then I convert the text from object to path (top menu -> path -> from object to path), it won't be a simple text in LaTeX anymore;
- @mrpiggi solution in the comments.