How can I get a smooth nice math font in LaTeX?
April 6, 2009 3:24 AM
Subscribe
Why are LaTeX math fonts so terrible? Or am I missing something? I want to get some nice titles on a legend for a Matlab figure, and I have to use the LaTeX interpreter for some accents, but when I import the figure into Word the resulting font is very pixelated and just plain garbage. How do I get smooth and clear math fonts out of LaTeX?
I am bound to using the LaTeX interpreter and $$ delimiters in order to get a dot above a Q, ie: $\dot{Q}$. But the default, italicized font is blurry and pixelated. Even when I use, say $\mathrm{\dot{Q}}$ its still pixelated. And \mathtt gets rid of the dot.
I'm printing the figure to BMP and inserting into the Word document... I have to use Word even though I'd rather be using LaTeX. Any suggestions are appreciated!
posted by molecicco to computers & internet (22 comments total)
2 users marked this as a favorite
So, then you paste the crappy picture into a Word document, and it's not going to look anything like as good as the vector-based TrueType fonts that the rest of the document is made of.
Unfortunately, unless you can find a way to work in a vector format (e.g. pdf, ps, or svg), you're going to have degraded quality. You might have better luck with a better LaTeX->raster renderer, but I wouldn't count on it.
posted by Netzapper at 3:30 AM on April 6