Tell me more ×
Mathematica Stack Exchange is a question and answer site for users of Mathematica. It's 100% free, no registration required.

I have chosen different font for text. Unfortunately this font is larger than the standard Times font. So all math symbols (e.g. greek) are now a little too small. If I could just set the FontSize for the math font to 13 it would probably look good. How do I accomplish that?

If it is not that simple: In defining a custom Style via Stylesheet (or private Style Definitions), what is the correct way to define a custom size for the math font. There are Style definitions for "Display Formula" and "Inline Formula", but if I type just an inline cell, the latter does not apply.

share|improve this question
Have you tried increasing the font size in style InlineFormula? – m_goldberg Oct 28 '12 at 13:01
Yep, but InlineFormula is different from InlineCell – NoEscape Oct 28 '12 at 17:25
If your focus is InlineCell then this looks like a duplicate: mathematica.stackexchange.com/questions/3510/… That question was about styling and appearance which is what this seems to be. – Mike Honeychurch Oct 28 '12 at 21:50
There is, in fact, a style definition called InlineCell which affects all inline cells. But change with care...this affects inline cells everywhere. The style definitions in Core.nb for inline cells are very conservative for that reason. In general, there is no way to pick out just the characters in the Mathematica* fonts and resize them. I suppose one could come up with some hacky post-processing of a notebook which would selectively apply styles, but aside from that, it just can't be done. – John Fultz Nov 11 '12 at 23:06

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.