

It looks nearly identical and the text contains the attributeįont-family:'Times New Roman'. Okay, trying to disect this issue based on tests in 1.0 on Windows 10:ġ) OP's file is loaded correctly. Here is the output of pdffonts for the file : I did see a package on CTAN with them, but they are all prefixed with 'BKM-' and I think that messes up inkscape's font name matching.Īnyways I am attaching the figure I used to test it out. Inkscape does have most Latex fonts in 10pt size, but NOT in 12pt size, which seems to be the problem since matplotlib generates its figures with 12pt size fonts by default.ĭidn't find anyplace to download those fonts so that inkscape can use them. I have a few of these fonts installed on my system (well obviously, since I am able to compile the documents with both LaTeX and matplotlib), however I cannot see most of them when I browse the fonts list of inkscape. I am attaching the PDF file and the two fonts referenced by it.Īlso have the same issues importing PDF's generated with matplotlib using LaTeX fonts (i.e., Computer Modern Roman, etc.).


I will download gdb and run a stack trace if you think that will help at this point. This file ought to import, but it crashes Inkscape.
:max_bytes(150000):strip_icc()/IP-Inksfont-1-58b9aeb73df78c353c26e582.png)
The resulting PDF file contains only two fonts - one for ordinary text and one for math. the solution seemed to be to make sure all the characters came from installed Open Type fonts, so I compiled with XeLaTeX using the unicode-math package. These characters come through, but the characters in the math (Computer Modern) do not.ģ. by running XeLaTeX, I can make the non-math fonts come from an Open Type font. The PDF file includes subsets of the various Computer Modern fonts, which are Type 1 and probably not installed as system fonts (Windows XP).Ģ. all fonts converted to the default - with the file run through pdfTeX. The various results I've gotten include:ġ. We are trying to create mathematical labels for figures by running pdfTeX and converting the results to SVG. I'd like to add: please, please fix this bug in version.
