szhorvat / MaTeX

LaTeX labels in Mathematica
http://szhorvat.net/mathematica/MaTeX
MIT License
368 stars 44 forks source link

Too slow when I specify the FontSize #18

Closed Juddd closed 7 years ago

Juddd commented 7 years ago

I don't sure this is a bug or not, but when I specify a custom FontSize, the speed will be very slow..

szhorvat commented 7 years ago

This is not a bug. You are seeing the effect of caching. It's explained in the tutorial:

Documentation`HelpLookupPacletURI["MaTeX/tutorial/TypesettingWithMaTeX#286546638"]

(It's the Improving Performance section in case that above link doesn't work.)